Searched refs:ConfigFlush (Results 1 – 3 of 3) sorted by relevance
46 ConfigFlush::ConfigFlush(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR) in ConfigFlush() function in filter::config::ConfigFlush54 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 …]
113 _COMPHELPER_ONEINSTANCEFACTORY( ConfigFlush::impl_getImplementationName() ,114 ConfigFlush::impl_getSupportedServiceNames(),115 ConfigFlush::impl_createInstance )
52 class ConfigFlush : public BaseLock class77 ConfigFlush(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);83 virtual ~ConfigFlush();
Completed in 12 milliseconds