diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 16:48:14 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 16:48:14 +0100 |
commit | 93c8eab829b68685fc4a0195692be3f0b8a48572 (patch) | |
tree | 05117c879d9c4d158bd6cd241dbb459f7d44a84c /sw/inc/ndtxt.hxx | |
parent | a27e4b8ca5d84790c04a7351c4ea5ef004a0bbea (diff) |
removetooltypes01: #i112600# adjust rebase in sw
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index f400c0f49ef8..5ccaf0329f70 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 TRUE this text node may be numbered - @retval FALSE else + @retval sal_True this text node may be numbered + @retval sal_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 TRUE this node has SwNodeNum and has numbering rule - @retval FALSE else + @retval sal_True this node has SwNodeNum and has numbering rule + @retval sal_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 TRUE This text node has a number. - @retval FALSE else + @retval sal_True This text node has a number. + @retval sal_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 TRUE This text node has a bullet. - @retval FALSE else + @retval sal_True This text node has a bullet. + @retval sal_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 TRUE This node is numbered. - @retval FALSE else + @retval sal_True This node is numbered. + @retval sal_False else */ sal_Bool IsNumbered() const; |