Lines Matching refs:AnyCompareFactory
76 class AnyCompareFactory : public cppu::WeakImplHelper3< XAnyCompareFactory, XInitialization, XServi… class
83 AnyCompareFactory( Reference< XComponentContext > xContext ) : m_rContext( xContext ) in AnyCompareFactory() function in AnyCompareFactory
126 Reference< XAnyCompare > SAL_CALL AnyCompareFactory::createAnyCompareByName( const OUString& aPrope… in createAnyCompareByName()
137 void SAL_CALL AnyCompareFactory::initialize( const Sequence< Any >& aArguments ) throw ( Exception,… in initialize()
150 OUString SAL_CALL AnyCompareFactory::getImplementationName( ) throw( RuntimeException ) in getImplementationName()
155 OUString SAL_CALL AnyCompareFactory::getImplementationName_static( ) in getImplementationName_static()
160 sal_Bool SAL_CALL AnyCompareFactory::supportsService( const OUString& ServiceName ) throw(RuntimeEx… in supportsService()
166 Sequence< OUString > SAL_CALL AnyCompareFactory::getSupportedServiceNames( ) throw(RuntimeExceptio… in getSupportedServiceNames()
171 Sequence< OUString > SAL_CALL AnyCompareFactory::getSupportedServiceNames_static( ) in getSupportedServiceNames_static()
178 Reference< XInterface > SAL_CALL AnyCompareFactory::Create( in Create()
181 return (cppu::OWeakObject*)new AnyCompareFactory( rxContext ); in Create()
186 static ::comphelper::module::OAutoRegistration< AnyCompareFactory > aAutoRegistration; in createRegistryInfo_AnyCompareFactory()