Searched refs:nTokenType (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/xmloff/source/text/ |
H A D | XMLSectionExport.cxx | 1270 enum TemplateTypeEnum nTokenType = TOK_TTYPE_INVALID; in ExportIndexTemplateElement() local 1294 nTokenType = (enum TemplateTypeEnum)nTmp; in ExportIndexTemplateElement() 1352 switch(nTokenType) in ExportIndexTemplateElement() 1403 if (TOK_TTYPE_CHAPTER_INFO == nTokenType) in ExportIndexTemplateElement() 1438 else if (TOK_TTYPE_ENTRY_NUMBER == nTokenType) in ExportIndexTemplateElement() 1457 switch (nTokenType) in ExportIndexTemplateElement() 1479 if (TOK_TTYPE_TAB_STOP == nTokenType) in ExportIndexTemplateElement() 1513 if (TOK_TTYPE_BIBLIOGRAPHY == nTokenType) in ExportIndexTemplateElement() 1527 if (TOK_TTYPE_CHAPTER_INFO == nTokenType) in ExportIndexTemplateElement() 1541 if (TOK_TTYPE_ENTRY_NUMBER == nTokenType) in ExportIndexTemplateElement() [all …]
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XCharacterClassification.idl | 233 Parse a string for a token of type <em>nTokenType</em> starting 238 match the passed <em>nTokenType</em> a 242 @param nTokenType 268 [in] long nTokenType,
|
/aoo41x/main/i18npool/inc/ |
H A D | cclass_unicode.hxx | 63 …virtual ParseResult SAL_CALL parsePredefinedToken( sal_Int32 nTokenType, const rtl::OUString& Text… 172 sal_Int32 nTokenType = 0xffffffff );
|
H A D | cclass_cjk.hxx | 40 sal_Int32 nTokenType,
|
H A D | characterclassificationImpl.hxx | 71 virtual ParseResult SAL_CALL parsePredefinedToken( sal_Int32 nTokenType,
|
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | characterclassificationImpl.cxx | 126 sal_Int32 nTokenType, const OUString& Text, sal_Int32 nPos, in parsePredefinedToken() argument 132 nTokenType, Text, nPos, rLocale, startCharTokenType, userDefinedCharactersStart, in parsePredefinedToken()
|
H A D | cclass_unicode.cxx | 243 sal_Int32 nTokenType, in parsePredefinedToken() argument 260 parseText( r, Text, nPos, nTokenType ); in parsePredefinedToken()
|
H A D | cclass_unicode_parser.cxx | 713 …s_Unicode::parseText( ParseResult& r, const OUString& rText, sal_Int32 nPos, sal_Int32 nTokenType ) in parseText() argument 971 if ( !(r.TokenType & nTokenType) ) in parseText() 974 && (nTokenType & KParseType::IDENTNAME) && bMightBeWord ) in parseText()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | charclass.cxx | 547 sal_Int32 nTokenType, in parsePredefinedToken() argument 558 return xCC->parsePredefinedToken( nTokenType, rStr, nPos, getLocale(), in parsePredefinedToken()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 195 sal_Int32 nTokenType,
|
Completed in 44 milliseconds