From 23951d3a0d99d72547df9850b31aaa0087aca0fe Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 13:26:54 +0100 Subject: removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE --- sd/inc/Outliner.hxx | 14 +++++++------- sd/inc/OutlinerIterator.hxx | 6 +++--- sd/inc/drawdoc.hxx | 4 ++-- sd/inc/sdpage.hxx | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'sd/inc') 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 value indicates that the end of the find&replace or spell + /** A value indicates that the end of the find&replace or spell check has been reached. */ bool mbEndOfSearch; - /** Set to when an object has been prepared successfully for + /** Set to when an object has been prepared successfully for searching/spell checking. This flag directs the internal iteration which stops when set to . */ bool mbFoundObject; - /** When set to this flag indicates that an error has occured + /** When set to 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 when the selection has been changed since the + Return 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 mbEndOfSearch to . + method sets mbEndOfSearch to . */ 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 to indicate that another call to this method is + Returns to indicate that another call to this method is required. When all text objects have been processed then - is returned. + 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 when both iterators point to the same object. + Returns 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 when both iterators point to the different objects. + Returns 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 - is returned only when all data members have the same + 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 () or a regular or notes page - (). The given value is ignored. + belongs to a master page () or a regular or notes page + (). 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 for a master page then this + When this method returns for a master page then this master page should not be deleted automatically. */ bool IsPrecious (void) const; -- cgit