Home
last modified time | relevance | path

Searched refs:ConfigFlush (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/config/cache/
H A Dconfigflush.cxx46 ConfigFlush::ConfigFlush(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR) in ConfigFlush() function in filter::config::ConfigFlush
54 ConfigFlush::~ConfigFlush() in ~ConfigFlush()
59 ::rtl::OUString SAL_CALL ConfigFlush::getImplementationName() in getImplementationName()
67 sal_Bool SAL_CALL ConfigFlush::supportsService(const ::rtl::OUString& sServiceName) in supportsService()
82 css::uno::Sequence< ::rtl::OUString > SAL_CALL ConfigFlush::getSupportedServiceNames() in getSupportedServiceNames()
89 void SAL_CALL ConfigFlush::refresh() in refresh()
122 void SAL_CALL ConfigFlush::addRefreshListener(const css::uno::Reference< css::util::XRefreshListene… in addRefreshListener()
132 void SAL_CALL ConfigFlush::removeRefreshListener(const css::uno::Reference< css::util::XRefreshList… in removeRefreshListener()
142 ::rtl::OUString ConfigFlush::impl_getImplementationName() in impl_getImplementationName()
149 css::uno::Sequence< ::rtl::OUString > ConfigFlush::impl_getSupportedServiceNames() in impl_getSupportedServiceNames()
[all …]
H A Dregistration.cxx113 _COMPHELPER_ONEINSTANCEFACTORY( ConfigFlush::impl_getImplementationName() ,
114 ConfigFlush::impl_getSupportedServiceNames(),
115 ConfigFlush::impl_createInstance )
H A Dconfigflush.hxx52 class ConfigFlush : public BaseLock class
77 ConfigFlush(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
83 virtual ~ConfigFlush();

Completed in 13 milliseconds