Home
last modified time | relevance | path

Searched refs:BaseContainer (Results 1 – 10 of 10) sorted by relevance

/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx50 ::salhelper::SingletonRef< FilterCache >* BaseContainer::m_pPerformanceOptimizer = 0;
55 BaseContainer::BaseContainer() in BaseContainer() function in filter::config::BaseContainer
75 BaseContainer::~BaseContainer() in ~BaseContainer()
82 void BaseContainer::init(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR … in init()
103 void BaseContainer::impl_loadOnDemand() in impl_loadOnDemand()
145 void BaseContainer::impl_initFlushMode() in impl_initFlushMode()
162 FilterCache* BaseContainer::impl_getWorkingCache() const in impl_getWorkingCache()
176 ::rtl::OUString SAL_CALL BaseContainer::getImplementationName() in getImplementationName()
188 sal_Bool SAL_CALL BaseContainer::supportsService(const ::rtl::OUString& sServiceName) in supportsService()
208 css::uno::Sequence< ::rtl::OUString > SAL_CALL BaseContainer::getSupportedServiceNames() in getSupportedServiceNames()
[all …]
H A Dbasecontainer.hxx66 class BaseContainer : public BaseLock class
143 BaseContainer();
149 virtual ~BaseContainer();
H A Dframeloaderfactory.hxx50 class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer ,
H A Dcontenthandlerfactory.hxx50 class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer
H A Dfilterfactory.hxx51 class FilterFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer ,
H A Dtypedetection.hxx49 class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer ,
H A Dcontenthandlerfactory.cxx54 BaseContainer::init(xSMGR , in ContentHandlerFactory()
H A Dframeloaderfactory.cxx53 BaseContainer::init(xSMGR , in FrameLoaderFactory()
H A Dfilterfactory.cxx99 BaseContainer::init(xSMGR , in FilterFactory()
H A Dtypedetection.cxx67 BaseContainer::init(xSMGR , in TypeDetection()