diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 18:01:48 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 18:01:48 +0100 |
commit | 981b1b3d5a9bcdad2a267bedcc5da22266103a0b (patch) | |
tree | f993fa9a1ab8c36ee014e8f9021d7e5e3139a1e4 /sc/inc/document.hxx | |
parent | e1d7ba29323a12fe05f5bf2aa40a822055f7d065 (diff) |
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 33bd59b9ec6e..9a83a49b8c5e 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -924,10 +924,10 @@ public: selection, but the bounds of the sheet's data area instead. - @returns TRUE if the area passed intersected the data - area, FALSE if not, in which case the values + @returns sal_True if the area passed intersected the data + area, sal_False if not, in which case the values obtained may be out of bounds, not in order or - unmodified. TRUE does not mean that there + unmodified. sal_True does not mean that there actually is any data within the selection. */ bool ShrinkToDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow ) const; @@ -935,9 +935,9 @@ public: /** Shrink a range to only include used data area. @param o_bShrunk - Out parameter, TRUE if area was shrunk, FALSE if not. + Out parameter, sal_True if area was shrunk, sal_False if not. - @returns TRUE if there is any data, FALSE if not. + @returns sal_True if there is any data, sal_False if not. */ bool ShrinkToUsedDataArea( bool& o_bShrunk, SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, |