Home
last modified time | relevance | path

Searched refs:m_xConfig (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/framework/source/fwi/jobs/
H A Dconfigaccess.cxx163m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGREADACCESS , lParams); in open()
166m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGUPDATEACCESS, lParams); in open()
175 if (m_xConfig.is()) in open()
198 if (m_xConfig.is()) in close()
200 css::uno::Reference< css::util::XChangesBatch > xFlush(m_xConfig, css::uno::UNO_QUERY); in close()
203 m_xConfig = css::uno::Reference< css::uno::XInterface >(); in close()
235 return m_xConfig; in cfg()
/aoo4110/main/sfx2/source/appl/
H A Dimestatuswindow.cxx131 if (m_xConfig.is()) in ~ImeStatusWindow()
135 m_xConfig->removePropertyChangeListener( in ~ImeStatusWindow()
149 m_xConfig = 0; in disposing()
169 if (!m_xConfig.is()) in getConfig()
200 m_xConfig in getConfig()
208 if (!m_xConfig.is()) in getConfig()
216 xConfig = m_xConfig; in getConfig()
H A Dimestatuswindow.hxx115 m_xConfig; member in sfx2::appl::ImeStatusWindow
/aoo4110/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java33 private XHierarchicalNameAccess m_xConfig = null; field in ConfigHelper
60 m_xConfig = UnoRuntime.queryInterface(XHierarchicalNameAccess.class, aConfig); in ConfigHelper()
62 if (m_xConfig == null) in ConfigHelper()
75 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in readRelativeKey()
92 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in writeRelativeKey()
106 XChangesBatch xBatch = UnoRuntime.queryInterface(XChangesBatch.class, m_xConfig); in flush()
/aoo4110/main/qadevOOo/runner/helper/
H A DConfigHelper.java92 private XHierarchicalNameAccess m_xConfig = null; field in ConfigHelper
123 m_xConfig = (XHierarchicalNameAccess)UnoRuntime.queryInterface( in ConfigHelper()
127 if (m_xConfig == null) in ConfigHelper()
140 m_xConfig.getByHierarchicalName(sRelPath)); in readRelativeKey()
159 m_xConfig.getByHierarchicalName(sRelPath)); in writeRelativeKey()
180 m_xConfig); in flush()
357 UnoRuntime.queryInterface(XNameReplace.class, m_xConfig); in getSet()
/aoo4110/main/filter/source/config/cache/
H A Dcacheupdatelistener.cxx58 , m_xConfig (xConfigAccess) in CacheUpdateListener()
77 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in startListening()
104 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in stopListening()
134 if ( ! m_xConfig.is()) in changesOccurred()
235 if (aEvent.Source == m_xConfig) in disposing()
236 m_xConfig.clear(); in disposing()
H A Dcacheupdatelistener.hxx68 css::uno::Reference< css::uno::XInterface > m_xConfig; member in filter::config::CacheUpdateListener
/aoo4110/main/framework/source/jobs/
H A Dhelponstartup.cxx102 m_xConfig = css::uno::Reference< css::container::XNameAccess >( in DEFINE_XSERVICEINFO_MULTISERVICE()
134 … xComponent = css::uno::Reference< css::lang::XComponent >(m_xConfig, css::uno::UNO_QUERY); in DEFINE_XSERVICEINFO_MULTISERVICE()
214 if (aEvent.Source == m_xConfig) in disposing()
215 m_xConfig.clear(); in disposing()
327 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_isHelpUrlADefaultOne()
371 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_checkIfHelpEnabledAndGetURL()
/aoo4110/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx57 , m_xConfig (xConfig ) in AcceleratorConfigurationWriter()
73 css::uno::Reference< css::xml::sax::XDocumentHandler > xCFG = m_xConfig; in flush()
74 …css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > xExtendedCFG(m_xConfig, css::uno::U… in flush()
/aoo4110/main/framework/inc/xml/
H A Dacceleratorconfigurationwriter.hxx58 css::uno::Reference< css::xml::sax::XDocumentHandler > m_xConfig; member in framework::AcceleratorConfigurationWriter
/aoo4110/main/framework/inc/jobs/
H A Dconfigaccess.hxx88 css::uno::Reference< css::uno::XInterface > m_xConfig; member in framework::ConfigAccess
H A Dhelponstartup.hxx83 css::uno::Reference< css::container::XNameAccess > m_xConfig; member in framework::HelpOnStartup
/aoo4110/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java72 private XNameAccess m_xConfig = null; field in AcceleratorsConfigurationTest
121 m_xConfig = null; in after()

Completed in 44 milliseconds