Home
last modified time | relevance | path

Searched refs:nTypeP (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/idl/inc/
H A Dlex.hxx58 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()
/aoo4110/main/svl/inc/svl/
H A Dondemand.hxx337 ::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()
/aoo4110/main/linguistic/source/
H A Dspelldta.cxx345 void SpellAlternatives::SetFailureType(sal_Int16 nTypeP) in SetFailureType() argument
348 nType = nTypeP; in SetFailureType()
/aoo4110/main/linguistic/inc/linguistic/
H A Dspelldta.hxx119 void SetFailureType(sal_Int16 nTypeP);

Completed in 20 milliseconds