Searched refs:nTypeP (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/idl/inc/ |
H A D | lex.hxx | 58 SvToken( SVTOKEN_ENUM nTypeP, sal_Bool b ); 60 SvToken( SVTOKEN_ENUM nTypeP, const ByteString & rStr ); 62 SvToken( SVTOKEN_ENUM nTypeP ); 117 inline SvToken::SvToken( SVTOKEN_ENUM nTypeP, sal_Bool b ) in SvToken() argument 118 : nType( nTypeP ), bBool( b ) {} in SvToken() 123 inline SvToken::SvToken( SVTOKEN_ENUM nTypeP, const ByteString & rStr ) in SvToken() argument 124 : nType( nTypeP ), aString( rStr ) {} in SvToken() 132 inline SvToken::SvToken( SVTOKEN_ENUM nTypeP ) in SvToken() argument 133 : nType( nTypeP ) {} in SvToken()
|
/aoo42x/main/svl/inc/svl/ |
H A D | ondemand.hxx | 337 ::com::sun::star::i18n::TransliterationModules nTypeP in OnDemandTransliterationWrapper() argument 342 init( rxSMgr, eLang, nTypeP ); in OnDemandTransliterationWrapper() 356 ::com::sun::star::i18n::TransliterationModules nTypeP in init() argument 360 nType = nTypeP; in init()
|
/aoo42x/main/linguistic/source/ |
H A D | spelldta.cxx | 345 void SpellAlternatives::SetFailureType(sal_Int16 nTypeP) in SetFailureType() argument 348 nType = nTypeP; in SetFailureType() 360 …const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nTypeP, const ::com::sun::star::uno::Sequ… in CreateSpellAlternatives() argument 364 pAlt->SetFailureType( nTypeP ); in CreateSpellAlternatives()
|
/aoo42x/main/linguistic/inc/linguistic/ |
H A D | spelldta.hxx | 120 void SetFailureType(sal_Int16 nTypeP); 123 …const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nTypeP, const ::com::sun::star::uno::Sequ…
|
Completed in 58 milliseconds