[Libreoffice-commits] .: 2 commits - offapi/com
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Mar 28 11:12:39 PDT 2012
offapi/com/sun/star/sheet/XCellRangesQuery.idl | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 484b44b39bc2788160f475c3b40ce6b569fdc6cb
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed Mar 28 14:12:31 2012 -0400
Changed some wording.
diff --git a/offapi/com/sun/star/sheet/XCellRangesQuery.idl b/offapi/com/sun/star/sheet/XCellRangesQuery.idl
index a44cc70..35bb831 100644
--- a/offapi/com/sun/star/sheet/XCellRangesQuery.idl
+++ b/offapi/com/sun/star/sheet/XCellRangesQuery.idl
@@ -78,10 +78,10 @@ published interface XCellRangesQuery: com::sun::star::uno::XInterface
<atom>long</atom> values, this method expects a <atom>short</atom>
parameter.</p>
- <p>Attention: Empty cells in the range are not analyzed.Some
- <type>CellFlags</type> may not be fully honored. For instance,
- when querying for STYLES, the returned ranges may not include empty
- cells with styles applied.</p>
+ <p>Attention: Empty cells in the range may be skipped depending on
+ the content flag used. For instance, when querying for STYLES,
+ the returned ranges may not include empty cells even if styles are
+ applied to those cells.</p>
@returns
all cells of the current cell range(s) with the specified
commit 78278561130a3faab44472831bfccc074a0e8194
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Wed Mar 28 17:00:53 2012 +0200
document queryContentCells limitation
add also a missing </p> in previous paragraph
diff --git a/offapi/com/sun/star/sheet/XCellRangesQuery.idl b/offapi/com/sun/star/sheet/XCellRangesQuery.idl
index f35eec7..a44cc70 100644
--- a/offapi/com/sun/star/sheet/XCellRangesQuery.idl
+++ b/offapi/com/sun/star/sheet/XCellRangesQuery.idl
@@ -76,7 +76,12 @@ published interface XCellRangesQuery: com::sun::star::uno::XInterface
<p>Attention: Despite the <type>CellFlags</type> flags are
<atom>long</atom> values, this method expects a <atom>short</atom>
- parameter.
+ parameter.</p>
+
+ <p>Attention: Empty cells in the range are not analyzed.Some
+ <type>CellFlags</type> may not be fully honored. For instance,
+ when querying for STYLES, the returned ranges may not include empty
+ cells with styles applied.</p>
@returns
all cells of the current cell range(s) with the specified
More information about the Libreoffice-commits
mailing list