Lines Matching refs:Factory
300 class Factory: public cppu::WeakImplHelper2< class
304 explicit Factory( in Factory() function in __anonf65cdc0a0111::Factory
339 Factory(Factory &); // not implemented
340 void operator =(Factory); // not implemented
342 virtual ~Factory() {} in ~Factory()
351 rtl::OUString Factory::getImplementationName() in getImplementationName()
357 sal_Bool Factory::supportsService(rtl::OUString const & serviceName) in supportsService()
364 css::uno::Sequence< rtl::OUString > Factory::getSupportedServiceNames() in getSupportedServiceNames()
370 css::uno::Reference< css::uri::XUriReference > Factory::parse( in parse()
449 css::uno::Reference< css::uri::XUriReference > Factory::makeAbsolute( in makeAbsolute()
564 css::uno::Reference< css::uri::XUriReference > Factory::makeRelative( in makeRelative()
701 return static_cast< cppu::OWeakObject * >(new Factory(context)); in create()