Lines Matching refs:ServiceDecl
41 class ServiceDecl::Factory :
47 explicit Factory( ServiceDecl const& rServiceDecl ) in Factory()
70 ServiceDecl const& m_rServiceDecl;
73 ServiceDecl::Factory::~Factory() in ~Factory()
78 rtl::OUString ServiceDecl::Factory::getImplementationName() in getImplementationName()
84 sal_Bool ServiceDecl::Factory::supportsService( rtl::OUString const& name ) in supportsService()
90 uno::Sequence<rtl::OUString> ServiceDecl::Factory::getSupportedServiceNames() in getSupportedServiceNames()
97 uno::Reference<uno::XInterface> ServiceDecl::Factory::createInstanceWithContext( in createInstanceWithContext()
106 ServiceDecl::Factory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
115 void * ServiceDecl::getFactory( sal_Char const* pImplName ) const in getFactory()
125 uno::Sequence<rtl::OUString> ServiceDecl::getSupportedServiceNames() const in getSupportedServiceNames()
141 bool ServiceDecl::supportsService( ::rtl::OUString const& name ) const in supportsService()
154 rtl::OUString ServiceDecl::getImplementationName() const in getImplementationName()