summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
commit23951d3a0d99d72547df9850b31aaa0087aca0fe (patch)
tree95eb07c53cfe1c18949752f83589f157b1e0695e /sd/inc
parent3d6bed44c8ca414f60c03223482b9f7b94d56c14 (diff)
removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE
Diffstat (limited to 'sd/inc')
-rwxr-xr-xsd/inc/Outliner.hxx14
-rwxr-xr-xsd/inc/OutlinerIterator.hxx6
-rwxr-xr-xsd/inc/drawdoc.hxx4
-rwxr-xr-xsd/inc/sdpage.hxx2
4 files changed, 13 insertions, 13 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index 031af0254e89..a09ca5f1833a 100755
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -227,18 +227,18 @@ private:
/// Number of objects on the current page / in the current selection.
sal_Int32 mnObjectCount;
- /** A <sal_True/> value indicates that the end of the find&replace or spell
+ /** A <TRUE/> value indicates that the end of the find&replace or spell
check has been reached.
*/
bool mbEndOfSearch;
- /** Set to <sal_True/> when an object has been prepared successfully for
+ /** Set to <TRUE/> when an object has been prepared successfully for
searching/spell checking. This flag directs the internal iteration
which stops when set to </TRUE>.
*/
bool mbFoundObject;
- /** When set to <sal_True/> this flag indicates that an error has occured
+ /** When set to <TRUE/> this flag indicates that an error has occured
that should terminate the iteration over the objects to search/spell
check.
*/
@@ -385,7 +385,7 @@ private:
/** Detect whether the selection has changed.
@return
- Return <sal_True/> when the selection has been changed since the
+ Return <TRUE/> when the selection has been changed since the
last call to this method.
*/
bool DetectSelectionChange (void);
@@ -440,7 +440,7 @@ private:
/** Prepare to do spell checking on the current text object. This
includes putting it into edit mode. Under certain conditions this
- method sets <member>mbEndOfSearch</member> to <sal_True/>.
+ method sets <member>mbEndOfSearch</member> to <TRUE/>.
*/
void PrepareSpellCheck (void);
@@ -533,9 +533,9 @@ private:
When the outline view is active then this method is called
after a wrap arround to continue at the beginning of the document.
@return
- Returns <sal_True/> to indicate that another call to this method is
+ Returns <TRUE/> to indicate that another call to this method is
required. When all text objects have been processed then
- <sal_False/> is returned.
+ <FALSE/> is returned.
*/
virtual sal_Bool SpellNextDocument (void);
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx
index 5e66164a06a3..92301f06289c 100755
--- a/sd/inc/OutlinerIterator.hxx
+++ b/sd/inc/OutlinerIterator.hxx
@@ -148,7 +148,7 @@ public:
@param rIterator
The iterator to test equality with.
@return
- Returns <sal_True/> when both iterators point to the same object.
+ Returns <TRUE/> when both iterators point to the same object.
*/
bool operator== (const Iterator& rIterator);
/** Test whether two iterators point to different objects. This is just
@@ -156,7 +156,7 @@ public:
@param rIterator
The iterator to test inequality with.
@return
- Returns <sal_True/> when both iterators point to the different objects.
+ Returns <TRUE/> when both iterators point to the different objects.
*/
bool operator!= (const Iterator& rIterator);
/** Reverse the direction of iteration. The position of the iterator is
@@ -343,7 +343,7 @@ public:
IteratorPosition& operator= (const IteratorPosition& aPosition);
/** Compare two positions for equality.
@return
- <sal_True/> is returned only when all data members have the same
+ <TRUE/> is returned only when all data members have the same
values in both position objects.
*/
bool operator== (const IteratorPosition& aPosition) const;
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index fa3c89fc5f4a..2ff8f98b65dd 100755
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -348,8 +348,8 @@ public:
Name of the page to return.
@param rbIsMasterPage
Is set by the method to indicate whether the returned index
- belongs to a master page (<sal_True/>) or a regular or notes page
- (<sal_False/>). The given value is ignored.
+ belongs to a master page (<TRUE/>) or a regular or notes page
+ (<FALSE/>). The given value is ignored.
@return
Returns the index of the page with the given name or
SDRPAGE_NOTFOUND (=0xffff) when such a page does not exist.
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 7b671e0e712f..8bc342b2bc89 100755
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -388,7 +388,7 @@ public:
master pages from being deleted automatically. For pages
other than master pages this flag can be ignored.
@return
- When this method returns <sal_True/> for a master page then this
+ When this method returns <TRUE/> for a master page then this
master page should not be deleted automatically.
*/
bool IsPrecious (void) const;