summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/eehtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/editeng/eehtml.hxx')
-rw-r--r--editeng/source/editeng/eehtml.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/editeng/source/editeng/eehtml.hxx b/editeng/source/editeng/eehtml.hxx
index 8d11e743755a..fbdb6570d8da 100644
--- a/editeng/source/editeng/eehtml.hxx
+++ b/editeng/source/editeng/eehtml.hxx
@@ -52,34 +52,34 @@ private:
ImpEditEngine* pImpEditEngine;
AnchorInfo* pCurAnchor;
- BOOL bInPara;
- BOOL bWasInPara; // bInPara vor HeadingStart merken, weil sonst hinterher weg
- BOOL bFieldsInserted;
- BYTE nInTable;
- BYTE nInCell;
- BOOL bInTitle;
+ sal_Bool bInPara;
+ sal_Bool bWasInPara; // bInPara vor HeadingStart merken, weil sonst hinterher weg
+ sal_Bool bFieldsInserted;
+ sal_uInt8 nInTable;
+ sal_uInt8 nInCell;
+ sal_Bool bInTitle;
- BYTE nDefListLevel;
- BYTE nBulletLevel;
- BYTE nNumberingLevel;
+ sal_uInt8 nDefListLevel;
+ sal_uInt8 nBulletLevel;
+ sal_uInt8 nNumberingLevel;
- BYTE nLastAction;
+ sal_uInt8 nLastAction;
- void StartPara( BOOL bReal );
- void EndPara( BOOL bReal );
+ void StartPara( sal_Bool bReal );
+ void EndPara( sal_Bool bReal );
void AnchorStart();
void AnchorEnd();
void HeadingStart( int nToken );
void HeadingEnd( int nToken );
void SkipGroup( int nEndToken );
- BOOL ThrowAwayBlank();
- BOOL HasTextInCurrentPara();
- void ProcessUnknownControl( BOOL bOn );
+ sal_Bool ThrowAwayBlank();
+ sal_Bool HasTextInCurrentPara();
+ void ProcessUnknownControl( sal_Bool bOn );
void ImpInsertParaBreak();
void ImpInsertText( const String& rText );
void ImpSetAttribs( const SfxItemSet& rItems, EditSelection* pSel = 0 );
- void ImpSetStyleSheet( USHORT nHeadingLevel );
+ void ImpSetStyleSheet( sal_uInt16 nHeadingLevel );
protected:
virtual void NextToken( int nToken );