Home
last modified time | relevance | path

Searched refs:xCFG (Results 1 – 14 of 14) sorted by relevance

/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx98 Reference<XInterface> xCFG; in openConfig() local
102 xCFG = xConfigProvider->createInstanceWithArguments( in openConfig()
106 xCFG = xConfigProvider->createInstanceWithArguments( in openConfig()
109 return xCFG; in openConfig()
113 const Reference<XInterface> xCFG, in readRelativeKey() argument
129 const Reference<XInterface> xCFG, in writeRelativeKey() argument
153 return MyConfigurationHelper::readRelativeKey(xCFG, sRelPath, sKey); in readDirectKey()
165 MyConfigurationHelper::writeRelativeKey(xCFG, sRelPath, sKey, aValue); in writeDirectKey()
166 MyConfigurationHelper::flush(xCFG); in writeDirectKey()
169 void MyConfigurationHelper::flush(const Reference<XInterface>& xCFG) in flush() argument
[all …]
H A Dmyconfigurationhelper.hxx122 const css::uno::Reference< css::uno::XInterface> xCFG,
153 const css::uno::Reference< css::uno::XInterface> xCFG,
171 static void flush(const css::uno::Reference< css::uno::XInterface>& xCFG);
/trunk/main/comphelper/source/misc/
H A Dconfigurationhelper.cxx76 css::uno::Reference< css::uno::XInterface > xCFG; in openConfig() local
80 xCFG = xConfigProvider->createInstanceWithArguments( in openConfig()
84 xCFG = xConfigProvider->createInstanceWithArguments( in openConfig()
88 return xCFG; in openConfig()
96 …css::uno::Reference< css::container::XHierarchicalNameAccess > xAccess(xCFG, css::uno::UNO_QUERY_T… in readRelativeKey()
115 void ConfigurationHelper::writeRelativeKey(const css::uno::Reference< css::uno::XInterface > xCFG in writeRelativeKey() argument
180 return ConfigurationHelper::readRelativeKey(xCFG, sRelPath, sKey); in readDirectKey()
192 ConfigurationHelper::writeRelativeKey(xCFG, sRelPath, sKey, aValue); in writeDirectKey()
193 ConfigurationHelper::flush(xCFG); in writeDirectKey()
197 void ConfigurationHelper::flush(const css::uno::Reference< css::uno::XInterface >& xCFG) in flush() argument
[all …]
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx73 css::uno::Reference< css::xml::sax::XDocumentHandler > xCFG = m_xConfig; in flush() local
87 xCFG->startDocument(); in flush()
90 xCFG->ignorableWhitespace(::rtl::OUString()); in flush()
92 xCFG->startElement(AL_ELEMENT_ACCELERATORLIST, xAttribs); in flush()
93 xCFG->ignorableWhitespace(::rtl::OUString()); in flush()
104 impl_ts_writeKeyCommandPair(rKey, rCommand, xCFG); in flush()
113 xCFG->ignorableWhitespace(::rtl::OUString()); in flush()
114 xCFG->endElement(AL_ELEMENT_ACCELERATORLIST); in flush()
115 xCFG->ignorableWhitespace(::rtl::OUString()); in flush()
116 xCFG->endDocument(); in flush()
/trunk/main/framework/source/services/
H A Dmodulemanager.cxx250 css::uno::Reference< css::container::XNameAccess > xCFG = implts_getConfig(); in getByName() local
252 xCFG->getByName(sName) >>= xModule; in getByName()
282 css::uno::Reference< css::container::XNameAccess > xCFG = implts_getConfig(); in getElementNames() local
283 return xCFG->getElementNames(); in getElementNames()
292 css::uno::Reference< css::container::XNameAccess > xCFG = implts_getConfig(); in hasByName() local
293 return xCFG->hasByName(sName); in hasByName()
311 css::uno::Reference< css::container::XNameAccess > xCFG = implts_getConfig(); in hasElements() local
312 return xCFG->hasElements(); in hasElements()
H A Dautorecovery.cxx1042 css::uno::Reference< css::container::XNameAccess > xCFG( in implts_openConfig() local
1073 m_xRecoveryCFG = xCFG; in implts_openConfig()
1079 return xCFG; in implts_openConfig()
1227 if (! xCFG.is()) in implts_specifyDefaultFilterAndExtension()
1230 xCFG = css::uno::Reference< css::container::XNameAccess >( in implts_specifyDefaultFilterAndExtension()
1236 m_xModuleCFG = xCFG; in implts_specifyDefaultFilterAndExtension()
1242 xCFG->getByName(rInfo.AppModule), in implts_specifyDefaultFilterAndExtension()
1355 css::uno::Reference< css::container::XHierarchicalNameAccess > xCFG; in implts_flushConfigItem() local
1362 xCFG->getByHierarchicalName(CFG_ENTRY_RECOVERYLIST) >>= xCheck; in implts_flushConfigItem()
1467 ( xCFG.is() ) && in implts_startListening()
[all …]
/trunk/main/framework/source/inc/pattern/
H A Dconfiguration.hxx121 css::uno::Reference< css::uno::XInterface > xCFG; in openConfig() local
155xCFG = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGREADACCESS, lParams); in openConfig()
157xCFG = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGUPDATEACCESS, lParams); in openConfig()
162 { xCFG.clear(); } in openConfig()
164 return xCFG; in openConfig()
/trunk/main/comphelper/inc/comphelper/
H A Dconfigurationhelper.hxx136 static css::uno::Any readRelativeKey(const css::uno::Reference< css::uno::XInterface > xCFG ,
166 static void writeRelativeKey(const css::uno::Reference< css::uno::XInterface > xCFG ,
200 …XInterface > makeSureSetNodeExists(const css::uno::Reference< css::uno::XInterface > xCFG ,
217 static void flush(const css::uno::Reference< css::uno::XInterface >& xCFG);
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx593 … css::uno::Reference< css::uno::XInterface > xCFG = ::comphelper::ConfigurationHelper::openConfig( in SvtSaveOptions_Impl() local
599 xCFG, in SvtSaveOptions_Impl()
604 xCFG, in SvtSaveOptions_Impl()
780 … css::uno::Reference< css::uno::XInterface > xCFG = ::comphelper::ConfigurationHelper::openConfig( in Commit() local
786 xCFG, in Commit()
792 xCFG, in Commit()
797 ::comphelper::ConfigurationHelper::flush(xCFG); in Commit()
/trunk/main/framework/source/jobs/
H A Djobexecutor.cxx366 css::uno::Reference< css::uno::XInterface > xCFG(m_aConfig.cfg(), css::uno::UNO_QUERY); in disposing() local
368 (xCFG == aEvent.Source ) && in disposing()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx328 uno::Reference< uno::XInterface > xCFG( xConfigProvider->createInstanceWithArguments( in init() local
332 uno::Reference< container::XNameAccess > xDirectAccess(xCFG, uno::UNO_QUERY); in init()
H A Ddatabases.cxx274 uno::Reference< uno::XInterface > xCFG( xConfigProvider->createInstanceWithArguments( in getImagesZipFileURL() local
279 uno::Reference< container::XHierarchicalNameAccess > xAccess(xCFG, uno::UNO_QUERY_THROW); in getImagesZipFileURL()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx661 …css::uno::Reference< css::uno::XInterface > xCFG = fpc::ConfigurationHelper::openConfig(x… in impl_ts_getLocale() local
662 css::uno::Reference< css::beans::XPropertySet > xProp (xCFG, css::uno::UNO_QUERY_THROW); in impl_ts_getLocale()
1726 …css::uno::Reference< css::uno::XInterface > xCFG = fpc::ConfigurationHelper::openConfig(x… in impl_ts_getLocale() local
1727 css::uno::Reference< css::beans::XPropertySet > xProp (xCFG, css::uno::UNO_QUERY_THROW); in impl_ts_getLocale()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx695 uno::Reference< uno::XInterface > xCFG( xConfigProvider->createInstanceWithArguments( in init() local
699 uno::Reference< container::XNameAccess > xDirectAccess(xCFG, uno::UNO_QUERY); in init()

Completed in 119 milliseconds