Home
last modified time | relevance | path

Searched refs:nTokenType (Results 1 – 10 of 10) sorted by path

/trunk/main/i18npool/inc/
H A Dcclass_cjk.hxx40 sal_Int32 nTokenType,
H A Dcclass_unicode.hxx63 …virtual ParseResult SAL_CALL parsePredefinedToken( sal_Int32 nTokenType, const rtl::OUString& Text…
172 sal_Int32 nTokenType = 0xffffffff );
H A DcharacterclassificationImpl.hxx71 virtual ParseResult SAL_CALL parsePredefinedToken( sal_Int32 nTokenType,
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx243 sal_Int32 nTokenType, in parsePredefinedToken() argument
260 parseText( r, Text, nPos, nTokenType ); in parsePredefinedToken()
H A Dcclass_unicode_parser.cxx713 …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()
H A DcharacterclassificationImpl.cxx126 sal_Int32 nTokenType, const OUString& Text, sal_Int32 nPos, in parsePredefinedToken() argument
132 nTokenType, Text, nPos, rLocale, startCharTokenType, userDefinedCharactersStart, in parsePredefinedToken()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl233 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,
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx195 sal_Int32 nTokenType,
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx547 sal_Int32 nTokenType, in parsePredefinedToken() argument
558 return xCC->parsePredefinedToken( nTokenType, rStr, nPos, getLocale(), in parsePredefinedToken()
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx1270 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 …]

Completed in 43 milliseconds