Lines Matching refs:Thesaurus

88 Thesaurus::Thesaurus() :  in Thesaurus()  function in Thesaurus
102 Thesaurus::~Thesaurus() in ~Thesaurus()
139 PropertyHelper_Thesaurus& Thesaurus::GetPropHelper_Impl() in GetPropHelper_Impl()
152 Sequence< Locale > SAL_CALL Thesaurus::getLocales() in getLocales()
282 sal_Bool SAL_CALL Thesaurus::hasLocale(const Locale& rLocale) in hasLocale()
304 Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thesaurus::queryMeaning… in queryMeanings()
569 Reference< XInterface > xService = (cppu::OWeakObject*) new Thesaurus; in Thesaurus_CreateInstance()
574 OUString SAL_CALL Thesaurus::getServiceDisplayName( const Locale& /*rLocale*/ ) in getServiceDisplayName()
582 void SAL_CALL Thesaurus::initialize( const Sequence< Any >& rArguments ) in initialize()
609 sal_uInt16 SAL_CALL Thesaurus::capitalType(const OUString& aTerm, CharClass * pCC) in capitalType()
637 OUString SAL_CALL Thesaurus::makeLowerCase(const OUString& aTerm, CharClass * pCC) in makeLowerCase()
645 OUString SAL_CALL Thesaurus::makeUpperCase(const OUString& aTerm, CharClass * pCC) in makeUpperCase()
653 OUString SAL_CALL Thesaurus::makeInitCap(const OUString& aTerm, CharClass * pCC) in makeInitCap()
672 void SAL_CALL Thesaurus::dispose() in dispose()
686 void SAL_CALL Thesaurus::addEventListener( const Reference< XEventListener >& rxListener ) in addEventListener()
696 void SAL_CALL Thesaurus::removeEventListener( const Reference< XEventListener >& rxListener ) in removeEventListener()
710 OUString SAL_CALL Thesaurus::getImplementationName() in getImplementationName()
718 sal_Bool SAL_CALL Thesaurus::supportsService( const OUString& ServiceName ) in supportsService()
732 Sequence< OUString > SAL_CALL Thesaurus::getSupportedServiceNames() in getSupportedServiceNames()
740 Sequence< OUString > Thesaurus::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
754 if ( !Thesaurus::getImplementationName_Static().compareToAscii( pImplName ) ) in Thesaurus_getFactory()
760 Thesaurus::getImplementationName_Static(), in Thesaurus_getFactory()
762 Thesaurus::getSupportedServiceNames_Static()); in Thesaurus_getFactory()