summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
index 4d19e41e881b..256bab308ee9 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
@@ -130,7 +130,7 @@ public:
page objects.
@return
The return value indicates whether the Get... methods can be
- used to obtain valid values (<TRUE/>).
+ used to obtain valid values (<sal_True/>).
*/
bool Rearrange (
const Orientation eOrientation,
@@ -189,16 +189,16 @@ public:
The position is expected to be in model coordinates relative to
the page origin.
@param bIncludePageBorders
- When <TRUE/> then include the page borders into the calculation,
+ When <sal_True/> then include the page borders into the calculation,
i.e. when a point lies in the border of a page object but not on
the actual page area the index of that page is returned;
otherwise -1 would be returned to indicate that no page object
has been hit.
@param bClampToValidRange
- When <TRUE/> then values outside the valid range [0,mnPageCount)
+ When <sal_True/> then values outside the valid range [0,mnPageCount)
are mapped to 0 (when smaller than 0) or mnPageCount-1 when
equal to or larger than mnPageCount.
- When <FALSE/> then -1 is returned for values outside the valid range.
+ When <sal_False/> then -1 is returned for values outside the valid range.
@return
The returned index may be larger than the number of existing
page objects.