summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 15:26:00 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 15:26:00 +0100
commitad25e1071ddbde4ff88dc68b1da36bad53497fe9 (patch)
treebc24145e15fad04cb3b2860029893bc8763e9e3e /sw
parent7f33ed417b2e29e5470724ea76967f64699a2662 (diff)
removetooltypes01: #i112600# Fix some @retval comments with old TRUE/FALSE text
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/IDocumentFieldsAccess.hxx10
-rw-r--r--sw/inc/crsrsh.hxx4
-rw-r--r--sw/inc/doc.hxx8
-rw-r--r--sw/inc/flddropdown.hxx4
-rw-r--r--sw/inc/ndtxt.hxx20
-rw-r--r--sw/inc/node.hxx4
-rw-r--r--sw/inc/tox.hxx4
-rw-r--r--sw/source/core/inc/viewimp.hxx4
8 files changed, 29 insertions, 29 deletions
diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx
index e35c31cf2697..4fbe41fa422e 100644
--- a/sw/inc/IDocumentFieldsAccess.hxx
+++ b/sw/inc/IDocumentFieldsAccess.hxx
@@ -91,8 +91,8 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
@param rVal the value
@param nMId
- @retval sal_True putting of value was successful
- @retval sal_False else
+ @retval TRUE putting of value was successful
+ @retval FALSE else
*/
virtual bool PutValueToField(const SwPosition & rPos, const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich) = 0;
@@ -105,10 +105,10 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
@param rDstFmtFld field to update
@param rSrcFld field containing the new values
@param pMsgHnt
- @param bUpdateTblFlds sal_True: update table fields, too.
+ @param bUpdateTblFlds TRUE: update table fields, too.
- @retval sal_True update was successful
- @retval sal_False else
+ @retval TRUE update was successful
+ @retval FALSE else
*/
virtual bool UpdateFld(SwTxtFld * rDstFmtFld, SwField & rSrcFld, SwMsgPoolItem * pMsgHnt, bool bUpdateTblFlds) = 0;
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 567bc5746c8b..b0e689bea350 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -438,8 +438,8 @@ public:
/**
Ensure point and mark of the current PaM are in a specific order.
- @param bPointFirst sal_True: If the point is behind the mark then
- swap the PaM. sal_False: If the mark is behind the point then swap
+ @param bPointFirst TRUE: If the point is behind the mark then
+ swap the PaM. FALSE: If the mark is behind the point then swap
the PaM.
*/
void NormalizePam(sal_Bool bPointFirst = sal_True);
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 34d060850a3c..55e5b72642aa 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -2036,8 +2036,8 @@ public:
@param sListId list Id of the list whose level has to be marked/unmarked
@param nListLevel level to mark
- @param bValue - sal_True mark the level
- - sal_False unmark the level
+ @param bValue - TRUE mark the level
+ - FALSE unmark the level
*/
void MarkListLevel( const String& sListId,
const int nListLevel,
@@ -2050,8 +2050,8 @@ public:
@param rList list whose level has to be marked/unmarked
@param nListLevel level to mark
- @param bValue - sal_True mark the level
- - sal_False unmark the level
+ @param bValue - TRUE mark the level
+ - FALSE unmark the level
*/
void MarkListLevel( SwList& rList,
const int nListLevel,
diff --git a/sw/inc/flddropdown.hxx b/sw/inc/flddropdown.hxx
index b18a8fa22b9b..59a26deda996 100644
--- a/sw/inc/flddropdown.hxx
+++ b/sw/inc/flddropdown.hxx
@@ -220,8 +220,8 @@ public:
@param rItem the item to be set
- @retval sal_True the selected item was successfully set
- @retval sal_True failure (empty selection)
+ @retval TRUE the selected item was successfully set
+ @retval TRUE failure (empty selection)
*/
sal_Bool SetSelectedItem(const String & rItem);
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 5ccaf0329f70..f400c0f49ef8 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -460,8 +460,8 @@ public:
- it has a SwNodeNum and it has a numbering rule and the according
SwNumFmt defines a numbering type that is an enumeration.
- @retval sal_True this text node may be numbered
- @retval sal_False else
+ @retval TRUE this text node may be numbered
+ @retval FALSE else
*/
//sal_Bool MayBeNumbered() const;
@@ -503,8 +503,8 @@ public:
@param the first line indent of this text node taking the
numbering into account (return parameter)
- @retval sal_True this node has SwNodeNum and has numbering rule
- @retval sal_False else
+ @retval TRUE this node has SwNodeNum and has numbering rule
+ @retval FALSE else
*/
sal_Bool GetFirstLineOfsWithNum( short& rFirstOffset ) const;
@@ -533,8 +533,8 @@ public:
numbering rule and the numbering format specified for the
level of the SwNodeNum is of an enumeration type.
- @retval sal_True This text node has a number.
- @retval sal_False else
+ @retval TRUE This text node has a number.
+ @retval FALSE else
*/
sal_Bool HasNumber() const;
@@ -545,8 +545,8 @@ public:
numbering rule and the numbering format specified for the
level of the SwNodeNum is of a bullet type.
- @retval sal_True This text node has a bullet.
- @retval sal_False else
+ @retval TRUE This text node has a bullet.
+ @retval FALSE else
*/
sal_Bool HasBullet() const;
@@ -559,8 +559,8 @@ public:
ATTENTION: Returns sal_True even if the SwNumFmt has type
SVX_NUM_NUMBER_NONE.
- @retval sal_True This node is numbered.
- @retval sal_False else
+ @retval TRUE This node is numbered.
+ @retval FALSE else
*/
sal_Bool IsNumbered() const;
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 9ee05188898c..f4a87b1e18b9 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -181,8 +181,8 @@ public:
/**
Checks if this node is in redlines.
- @retval sal_True this node is in redlines
- @retval sal_False else
+ @retval TRUE this node is in redlines
+ @retval FALSE else
*/
sal_Bool IsInRedlines() const;
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index f8bdb12f113b..aff7c5a1929d 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -256,8 +256,8 @@ struct SW_DLLPUBLIC SwFormToken
@param _eType the type to check for
@param rToken the token to check
- @retval sal_True the token has the given type
- @retval sal_False else
+ @retval TRUE the token has the given type
+ @retval FALSE else
*/
struct SwFormTokenEqualToFormTokenType
{
diff --git a/sw/source/core/inc/viewimp.hxx b/sw/source/core/inc/viewimp.hxx
index 3959a815eaa2..207a76f32ed4 100644
--- a/sw/source/core/inc/viewimp.hxx
+++ b/sw/source/core/inc/viewimp.hxx
@@ -116,8 +116,8 @@ class SwViewImp
/**
Returns if printer shall be stopped.
- @retval sal_True The printer shall be stopped.
- @retval sal_False else
+ @retval TRUE The printer shall be stopped.
+ @retval FALSE else
*/
sal_Bool IsStopPrt() { return bStopPrt; }