Searched refs:AnyCompareFactory (Results 1 – 5 of 5) sorted by relevance
76 class AnyCompareFactory : public cppu::WeakImplHelper3< XAnyCompareFactory, XInitialization, XServi… class83 AnyCompareFactory( Reference< XComponentContext > xContext ) : m_rContext( xContext ) in AnyCompareFactory() function in AnyCompareFactory137 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()[all …]
39 published service AnyCompareFactory
38 AnyCompareFactory.idl\
58 comphelper/source/compare/AnyCompareFactory \
1107 offapi/com/sun/star/ucb/AnyCompareFactory \
Completed in 42 milliseconds