Searched refs:eTokenType (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 2696 eTokenType = TOKEN_ENTRY_NO; in IMPL_LINK() 2703 eTokenType = TOKEN_ENTRY_TEXT; in IMPL_LINK() 2708 eTokenType = TOKEN_ENTRY; in IMPL_LINK() 2714 eTokenType = TOKEN_CHAPTER_INFO; in IMPL_LINK() 2720 eTokenType = TOKEN_PAGE_NUMS; in IMPL_LINK() 2725 eTokenType = TOKEN_LINK_START; in IMPL_LINK() 2731 eTokenType = TOKEN_TAB_STOP; in IMPL_LINK() 2733 SwFormToken aInsert(eTokenType); in IMPL_LINK() 3258 switch( aToken.eTokenType ) in SetForm() 3330 if(TOKEN_TEXT == rToken.eTokenType) in InsertItem() [all …]
|
H A D | cntex.cxx | 365 switch(aToken.eTokenType) in CreateOrUpdateExample() 417 if(TOKEN_TAB_STOP == aToken.eTokenType) in CreateOrUpdateExample() 430 else if(TOKEN_TEXT == aToken.eTokenType) in CreateOrUpdateExample()
|
/trunk/main/sw/source/core/tox/ |
H A D | tox.cxx | 427 return rToken.eTokenType == eType; in operator ==() 648 switch( eTokenType ) in GetString() 697 if(TOKEN_TAB_STOP == eTokenType) in GetString() 707 else if(TOKEN_CHAPTER_INFO == eTokenType) in GetString() 714 else if(TOKEN_TEXT == eTokenType) in GetString() 728 else if(TOKEN_ENTRY_NO == eTokenType) in GetString() 776 SwFormToken eRet( eTokenType ); in BuildToken() 785 switch( eTokenType ) in BuildToken() 898 FormTokenType eTokenType = TOKEN_TEXT; in GetTokenType() local 905 eTokenType = aTokenArr[ i ].eToken; in GetTokenType() [all …]
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/ |
H A D | DocumentTokenFormatter.java | 285 final TokenType eTokenType, in AppendText() argument 296 AddText(sText, eTokenType, aStyle, nOffset); in AppendText() 310 final TokenType eTokenType, in AddText() argument 314 maView.AddText(sText, eTokenType, aStyle, nOffset); in AddText()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/ |
H A D | DocumentFactory.java | 55 final TokenType eTokenType, in AddText() argument 59 final Run<TokenType> aRun = new Run<TokenType>(sText, eTokenType, aStyle, nOffset); in AddText()
|
H A D | Run.java | 32 final TokenType eTokenType, in Run() argument 37 meTokenType = eTokenType; in Run()
|
/trunk/main/sw/inc/ |
H A D | tox.hxx | 225 FormTokenType eTokenType; member 238 eTokenType(eType), in SwFormToken() 268 return rToken.eTokenType == eType; in operator ()()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 2952 const enum FormTokenType eTokenType; member 3013 aToken.eTokenType = pTokenType->eTokenType; in replaceByIndex() 3132 if(TOKEN_END <= aToken.eTokenType ) in replaceByIndex() 3138 if(TOKEN_ENTRY_TEXT == aToken.eTokenType && in replaceByIndex() 3141 aToken.eTokenType = TOKEN_ENTRY; in replaceByIndex() 3147 if( TOKEN_ENTRY_NO == aToken.eTokenType ) in replaceByIndex() 3218 switch(aToken.eTokenType) in getByIndex()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 3097 eType = ++aIt == aPattern.end() ? TOKEN_END : aIt->eTokenType; in Read_F_Tox() 3223 eType = ++aIt == aPattern.end() ? TOKEN_END : aIt->eTokenType; in Read_F_Tox() 3280 eType = ++aIt == aPattern.end() ? TOKEN_END : aIt->eTokenType; in Read_F_Tox() 3288 aIt->eTokenType in Read_F_Tox() 3335 if (aItr->eTokenType == TOKEN_PAGE_NUMS) in Read_F_Tox()
|
H A D | ww8atr.cxx | 2027 eTType = aIt->eTokenType; in lcl_CheckForm() 2077 eTType = aIt->eTokenType; in lcl_IsHyperlinked()
|
/trunk/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 1004 aStr += lcl_TokenType2Str(aIt->eTokenType); in lcl_dbg_out()
|
H A D | doctxm.cxx | 1677 switch( aToken.eTokenType ) in GenerateText()
|
Completed in 236 milliseconds