summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-19 03:59:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-19 04:15:34 +0900
commit329d3287272bf4715244a3c03ca008f049e9132f (patch)
tree2fae12bc4da9783fe1480130cd95e18917601897 /sw/inc
parent6f2a127989c4284720b0970c93964b131ff0f7c4 (diff)
sal_Bool to bool
Change-Id: Id3be1fbf289f04e175bb2fdd71754cad0c9672ce
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/crsrsh.hxx4
-rw-r--r--sw/inc/doc.hxx8
-rw-r--r--sw/inc/swtable.hxx8
3 files changed, 10 insertions, 10 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index fc421d2358c4..74bc64a79816 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -594,8 +594,8 @@ public:
inline const SwPaM* GetTblCrs() const;
inline SwPaM* GetTblCrs();
- sal_Bool IsTblComplex() const;
- sal_Bool IsTblComplexForChart();
+ bool IsTblComplex() const;
+ bool IsTblComplexForChart();
// get current table selection as text
String GetBoxNms() const;
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 9649c7ea39c1..ff43c1291af9 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1125,12 +1125,12 @@ public:
void SetGlossDoc( bool bGlssDc = true ) { mbGlossDoc = bGlssDc; }
bool IsInsOnlyTextGlossary() const { return mbInsOnlyTxtGlssry; }
- void Summary( SwDoc* pExtDoc, sal_uInt8 nLevel, sal_uInt8 nPara, sal_Bool bImpress );
+ void Summary( SwDoc* pExtDoc, sal_uInt8 nLevel, sal_uInt8 nPara, bool bImpress );
void ChangeAuthorityData(const SwAuthEntry* pNewData);
bool IsInCallModified() const { return mbInCallModified; }
- sal_Bool IsInHeaderFooter( const SwNodeIndex& rIdx ) const;
+ bool IsInHeaderFooter( const SwNodeIndex& rIdx ) const;
short GetTextDirection( const SwPosition& rPos,
const Point* pPt = 0 ) const;
sal_Bool IsInVerticalText( const SwPosition& rPos,
@@ -1812,11 +1812,11 @@ public:
const SwFmtINetFmt* FindINetAttr( const String& rName ) const;
/// Call into intransparent Basic; expect possible Return String.
- sal_Bool ExecMacro( const SvxMacro& rMacro, String* pRet = 0, SbxArray* pArgs = 0 );
+ bool ExecMacro( const SvxMacro& rMacro, String* pRet = 0, SbxArray* pArgs = 0 );
/// Call into intransparent Basic / JavaScript.
sal_uInt16 CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCallEvent,
- sal_Bool bChkPtr = sal_False, SbxArray* pArgs = 0,
+ bool bChkPtr = false, SbxArray* pArgs = 0,
const Link* pCallBack = 0 );
/** Adjust left margin via object bar (similar to adjustment of numerations).
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 709fce4bc861..d6192c38e75f 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -299,11 +299,11 @@ public:
const SwTableBox* GetTblBox( sal_uLong nSttIdx ) const
{ return ((SwTable*)this)->GetTblBox( nSttIdx ); }
- // Returns sal_True if table contains nestings.
- sal_Bool IsTblComplex() const;
+ // Returns true if table contains nestings.
+ bool IsTblComplex() const;
- // Returns sal_True if table or selection is balanced.
- sal_Bool IsTblComplexForChart( const String& rSel ) const;
+ // Returns true if table or selection is balanced.
+ bool IsTblComplexForChart( const String& rSel ) const;
// Search all content-bearing boxes of the base line on which this box stands.
// rBoxes as a return value for immediate use.