diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2012-03-28 17:00:53 +0200 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-28 14:04:34 -0400 |
commit | 78278561130a3faab44472831bfccc074a0e8194 (patch) | |
tree | fab6646729f509e8a5d3e5280a5ac9dd08a040f1 /offapi/com/sun/star/sheet | |
parent | 736bf5c26f4f220171d95f52b933669c1ff6b172 (diff) |
document queryContentCells limitation
add also a missing </p> in previous paragraph
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r-- | offapi/com/sun/star/sheet/XCellRangesQuery.idl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangesQuery.idl b/offapi/com/sun/star/sheet/XCellRangesQuery.idl index f35eec799c5a..a44cc701fafc 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 |