diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 13:26:54 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 13:26:54 +0100 |
commit | 23951d3a0d99d72547df9850b31aaa0087aca0fe (patch) | |
tree | 95eb07c53cfe1c18949752f83589f157b1e0695e /sd/source/ui/toolpanel | |
parent | 3d6bed44c8ca414f60c03223482b9f7b94d56c14 (diff) |
removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE
Diffstat (limited to 'sd/source/ui/toolpanel')
5 files changed, 12 insertions, 12 deletions
diff --git a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx index f0bfef6a1546..e937958dbbf0 100755 --- a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx +++ b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx @@ -70,7 +70,7 @@ private: void AddTemplate (const TemplateEntry& rEntry); - /** This filter returns <sal_True/> when the master page specified by the + /** This filter returns <TRUE/> when the master page specified by the given file name belongs to the set of Impress master pages. */ bool FileFilter (const String& sFileName); diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx b/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx index 81ad2a83d4b1..c8ba61fef378 100755 --- a/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx +++ b/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx @@ -66,8 +66,8 @@ public: */ virtual void RunNextStep (void); - /** Return <sal_True/> when there is at least one more step to execute. - When the task has been executed completely then <sal_False/> is + /** Return <TRUE/> when there is at least one more step to execute. + When the task has been executed completely then <FALSE/> is returned. */ virtual bool HasNextStep (void); diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx b/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx index 4f6bccfd50d7..3e8d31e67c1b 100755 --- a/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx +++ b/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx @@ -66,12 +66,12 @@ public: */ bool RequestPreview (const SharedMasterPageDescriptor& rDescriptor); - /** Return <sal_True/> when there is a request currently in the queue for + /** Return <TRUE/> when there is a request currently in the queue for the given token. */ bool HasRequest (MasterPageContainer::Token aToken) const; - /** Return <sal_True/> when there is at least one request in the queue. + /** Return <TRUE/> when there is at least one request in the queue. */ bool IsEmpty (void) const; diff --git a/sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx b/sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx index 6a804f903d95..0303989e3379 100755 --- a/sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx +++ b/sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx @@ -82,7 +82,7 @@ public: /** Use the PreviewProvider to get access to a preview of the master page. - Note that this is only done, when either bForce is <sal_True/> or + Note that this is only done, when either bForce is <TRUE/> or the PreviewProvider::GetCostIndex() returns 0. The small preview is created by scaling the large one, not by @@ -91,7 +91,7 @@ public: It is the responsibility of the caller to call UpdatePageObject() before calling this method when the PreviewProvider can only work when the master page object is present, i.e. its NeedsPageObject() - method returns <sal_True/>. + method returns <TRUE/>. @param nCostThreshold When this is zero or positive then the preview is created only @@ -105,7 +105,7 @@ public: @param rRenderer A PreviewRenderer object that may be used to create a preview. @return - When the previews are successfully provided then <sal_True/> is + When the previews are successfully provided then <TRUE/> is returned. */ bool UpdatePreview ( @@ -116,7 +116,7 @@ public: /** Use the PageObjectProvider to get access to the master page object. - Note that this is only done, when either bForce is <sal_True/> or the + Note that this is only done, when either bForce is <TRUE/> or the PreviewProvider::GetCostIndex() returns 0. @param nCostThreshold @@ -129,7 +129,7 @@ public: a page object with or store one in. @return When the master page object is successfully provided then - <sal_True/> is returned. + <TRUE/> is returned. */ bool UpdatePageObject ( sal_Int32 nCostThreshold, diff --git a/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx b/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx index c1947f7fc007..1f16d31b95d5 100755 --- a/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx +++ b/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx @@ -99,9 +99,9 @@ private: member of that list the associated descriptor is moved to the end of the list to make it the most recently used entry. @param bMakePersistent - When <sal_True/> is given then the new list of recently used master + When <TRUE/> is given then the new list of recently used master pages is written back into the configuration to make it - persistent. Giving <sal_False/> to ommit this is used while loading + persistent. Giving <FALSE/> to ommit this is used while loading the persistent list from the configuration. */ void AddMasterPage ( |