diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 18:01:48 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 18:01:48 +0100 |
commit | 74330efc82463a2846c994e91b08ed18fc079fff (patch) | |
tree | d596b516949252b58005fe89c4177a618ad8865b /starmath/inc | |
parent | 93c8eab829b68685fc4a0195692be3f0b8a48572 (diff) |
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
Diffstat (limited to 'starmath/inc')
-rwxr-xr-x | starmath/inc/parse.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index 7a0d2f4b58b9..04c226291538 100755 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -185,7 +185,7 @@ class SmParser LanguageType m_nLang; xub_StrLen m_nBufferIndex, m_nTokenIndex; - USHORT m_Row, + sal_uInt16 m_Row, m_nColOff; SmConvert m_eConversion; sal_Bool m_bImportSymNames, @@ -205,7 +205,7 @@ protected: void NextToken(); xub_StrLen GetTokenIndex() const { return m_nTokenIndex; } void Insert(const String &rText, sal_uInt16 nPos); - void Replace( USHORT nPos, USHORT nLen, const String &rText ); + void Replace( sal_uInt16 nPos, sal_uInt16 nLen, const String &rText ); inline sal_Bool TokenInGroup(sal_uLong nGroup); @@ -260,9 +260,9 @@ public: void SetConversion(SmConvert eConv) { m_eConversion = eConv; } sal_Bool IsImportSymbolNames() const { return m_bImportSymNames; } - void SetImportSymbolNames(BOOL bVal) { m_bImportSymNames = bVal; } + void SetImportSymbolNames(sal_Bool bVal) { m_bImportSymNames = bVal; } sal_Bool IsExportSymbolNames() const { return m_bExportSymNames; } - void SetExportSymbolNames(BOOL bVal) { m_bExportSymNames = bVal; } + void SetExportSymbolNames(sal_Bool bVal) { m_bExportSymNames = bVal; } sal_uInt16 AddError(SmParseError Type, SmNode *pNode); |