Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwi/jobs/
H A Dconfigaccess.cxx117m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGREADACCESS , lParams); in open()
120m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGUPDATEACCESS, lParams); in open()
128 if (m_xConfig.is()) in open()
141 if (m_xConfig.is()) in close()
143 css::uno::Reference< css::util::XChangesBatch > xFlush(m_xConfig, css::uno::UNO_QUERY); in close()
146 m_xConfig.clear(); in close()
174 return m_xConfig; in cfg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwi/jobs/
H A Dconfigaccess.cxx126m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGREADACCESS , lParams); in open()
129m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGUPDATEACCESS, lParams); in open()
137 if (m_xConfig.is()) in open()
151 if (m_xConfig.is()) in close()
153 css::uno::Reference< css::util::XChangesBatch > xFlush(m_xConfig, css::uno::UNO_QUERY); in close()
156 m_xConfig.clear(); in close()
184 return m_xConfig; in cfg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/framework/autosave/
H A DConfigHelper.java30 private final XHierarchicalNameAccess m_xConfig; field in ConfigHelper
55 m_xConfig = UnoRuntime.queryInterface(XHierarchicalNameAccess.class, aConfig); in ConfigHelper()
57 if (m_xConfig == null) in ConfigHelper()
74 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in writeRelativeKey()
88 XChangesBatch xBatch = UnoRuntime.queryInterface(XChangesBatch.class, m_xConfig); in flush()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/framework/autosave/
H A DConfigHelper.java30 private final XHierarchicalNameAccess m_xConfig; field in ConfigHelper
55 m_xConfig = UnoRuntime.queryInterface(XHierarchicalNameAccess.class, aConfig); in ConfigHelper()
57 if (m_xConfig == null) in ConfigHelper()
74 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in writeRelativeKey()
88 XChangesBatch xBatch = UnoRuntime.queryInterface(XChangesBatch.class, m_xConfig); in flush()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/config/cache/
H A Dcacheupdatelistener.cxx38 , m_xConfig(xConfigAccess) in CacheUpdateListener()
51 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in startListening()
67 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in stopListening()
85 if ( ! m_xConfig.is()) in changesOccurred()
177 if (aEvent.Source == m_xConfig) in disposing()
178 m_xConfig.clear(); in disposing()
H A Dcacheupdatelistener.hxx46 css::uno::Reference< css::uno::XInterface > m_xConfig; member in filter::config::CacheUpdateListener
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/config/cache/
H A Dcacheupdatelistener.cxx41 , m_xConfig(xConfigAccess) in CacheUpdateListener()
54 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in startListening()
70 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in stopListening()
88 if ( ! m_xConfig.is()) in changesOccurred()
180 if (aEvent.Source == m_xConfig) in disposing()
181 m_xConfig.clear(); in disposing()
H A Dcacheupdatelistener.hxx50 css::uno::Reference< css::uno::XInterface > m_xConfig; member in filter::config::CacheUpdateListener
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dfontsubs.cxx37 , m_xConfig(new SvtFontSubstConfig) in SvxFontSubstTabPage()
149 m_xConfig->ClearSubstitutions();// remove all entries in FillItemSet()
151 m_xConfig->Enable(m_xUseTableCB->get_active()); in FillItemSet()
159 m_xConfig->AddSubstitution(aAdd); in FillItemSet()
163 if(m_xConfig->IsModified()) in FillItemSet()
164 m_xConfig->Commit(); in FillItemSet()
165 m_xConfig->Apply(); in FillItemSet()
209 sal_Int32 nCount = m_xConfig->SubstitutionCount(); in Reset()
211 m_xUseTableCB->set_active(m_xConfig->IsEnabled()); in Reset()
217 const SubstitutionStruct* pSubs = m_xConfig->GetSubstitution(i); in Reset()
H A Dfontsubs.hxx29 std::unique_ptr<SvtFontSubstConfig> m_xConfig; member in SvxFontSubstTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dfontsubs.cxx37 , m_xConfig(new SvtFontSubstConfig) in SvxFontSubstTabPage()
149 m_xConfig->ClearSubstitutions();// remove all entries in FillItemSet()
151 m_xConfig->Enable(m_xUseTableCB->get_active()); in FillItemSet()
159 m_xConfig->AddSubstitution(aAdd); in FillItemSet()
163 if(m_xConfig->IsModified()) in FillItemSet()
164 m_xConfig->Commit(); in FillItemSet()
165 m_xConfig->Apply(); in FillItemSet()
209 sal_Int32 nCount = m_xConfig->SubstitutionCount(); in Reset()
211 m_xUseTableCB->set_active(m_xConfig->IsEnabled()); in Reset()
217 const SubstitutionStruct* pSubs = m_xConfig->GetSubstitution(i); in Reset()
H A Dfontsubs.hxx29 std::unique_ptr<SvtFontSubstConfig> m_xConfig; member in SvxFontSubstTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/helper/
H A DConfigHelper.java88 private final XHierarchicalNameAccess m_xConfig; field in ConfigHelper
115 m_xConfig = UnoRuntime.queryInterface( in ConfigHelper()
119 if (m_xConfig == null) in ConfigHelper()
135 m_xConfig); in flush()
291 XNameReplace xCont = UnoRuntime.queryInterface(XNameReplace.class, m_xConfig); in getSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/helper/
H A DConfigHelper.java88 private final XHierarchicalNameAccess m_xConfig; field in ConfigHelper
115 m_xConfig = UnoRuntime.queryInterface( in ConfigHelper()
119 if (m_xConfig == null) in ConfigHelper()
135 m_xConfig); in flush()
291 XNameReplace xCont = UnoRuntime.queryInterface(XNameReplace.class, m_xConfig); in getSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/jobs/
H A Dhelponstartup.cxx59 m_xConfig.set( in DEFINE_XSERVICEINFO_MULTISERVICE_2()
90 xComponent.set(m_xConfig, css::uno::UNO_QUERY); in DEFINE_XSERVICEINFO_MULTISERVICE_2()
156 else if (aEvent.Source == m_xConfig) in disposing()
157 m_xConfig.clear(); in disposing()
258 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_isHelpUrlADefaultOne()
301 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_checkIfHelpEnabledAndGetURL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/jobs/
H A Dhelponstartup.cxx81 xComponent.set(m_xConfig, css::uno::UNO_QUERY); in HelpOnStartup()
141 else if (aEvent.Source == m_xConfig) in disposing()
142 m_xConfig.clear(); in disposing()
243 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_isHelpUrlADefaultOne()
286 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_checkIfHelpEnabledAndGetURL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx38 : m_xConfig (xConfig ) in AcceleratorConfigurationWriter()
49 …css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > xExtendedCFG(m_xConfig, css::uno::U… in flush()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx40 : m_xConfig (xConfig ) in AcceleratorConfigurationWriter()
51 …css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > xExtendedCFG(m_xConfig, css::uno::U… in flush()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/xml/
H A Dacceleratorconfigurationwriter.hxx37 css::uno::Reference< css::xml::sax::XDocumentHandler > m_xConfig; member in framework::AcceleratorConfigurationWriter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/xml/
H A Dacceleratorconfigurationwriter.hxx38 css::uno::Reference< css::xml::sax::XDocumentHandler > m_xConfig; member in framework::AcceleratorConfigurationWriter
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/jobs/
H A Dconfigaccess.hxx62 css::uno::Reference< css::uno::XInterface > m_xConfig; member in framework::ConfigAccess
H A Dhelponstartup.hxx59 css::uno::Reference< css::container::XNameAccess > m_xConfig; member in framework::HelpOnStartup
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/jobs/
H A Dconfigaccess.hxx64 css::uno::Reference< css::uno::XInterface > m_xConfig; member in framework::ConfigAccess
H A Dhelponstartup.hxx56 css::uno::Reference< css::container::XNameAccess > m_xConfig; member in framework::HelpOnStartup