Home
last modified time | relevance | path

Searched refs:xConfig (Results 1 – 17 of 17) sorted by relevance

/trunk/main/cui/source/options/
H A Doptimprove2.cxx169 uno::Reference< uno::XInterface > xConfig; in FillItemSet() local
173 xConfig = ::comphelper::ConfigurationHelper::openConfig( in FillItemSet()
177 xConfig, C2S("Participation"), C2S("ShowedInvitation"), uno::makeAny( true ) ); in FillItemSet()
180 ::comphelper::ConfigurationHelper::flush( xConfig ); in FillItemSet()
198 uno::Reference< uno::XInterface > xConfig; in Reset() local
203 xConfig = ::comphelper::ConfigurationHelper::openConfig( in Reset()
206 if ( xConfig.is() ) in Reset()
210 readRelativeKey( xConfig, C2S("Participation"), C2S("ShowedInvitation") ); in Reset()
226 readRelativeKey( xConfig, C2S("Participation"), C2S("HelpUrl") ); in Reset()
232 readRelativeKey( xConfig, C2S("Counters"), C2S("UploadedReports") ); in Reset()
[all …]
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx55 … const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig ) in AcceleratorConfigurationWriter()
57 , m_xConfig (xConfig ) in AcceleratorConfigurationWriter()
122 … const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig ) in impl_ts_writeKeyCommandPair()
145 xConfig->ignorableWhitespace(::rtl::OUString()); in impl_ts_writeKeyCommandPair()
146 xConfig->startElement(AL_ELEMENT_ITEM, xAttribs); in impl_ts_writeKeyCommandPair()
147 xConfig->ignorableWhitespace(::rtl::OUString()); in impl_ts_writeKeyCommandPair()
148 xConfig->endElement(AL_ELEMENT_ITEM); in impl_ts_writeKeyCommandPair()
149 xConfig->ignorableWhitespace(::rtl::OUString()); in impl_ts_writeKeyCommandPair()
/trunk/main/sfx2/source/appl/
H A Dimestatuswindow.cxx105 css::uno::Reference< css::beans::XPropertySet > xConfig(getConfig()); in show() local
106 xConfig->setPropertyValue( in show()
110 xConfig, css::uno::UNO_QUERY); in show()
165 css::uno::Reference< css::beans::XPropertySet > xConfig; in getConfig() local
216 xConfig = m_xConfig; in getConfig()
222 xConfig->addPropertyChangeListener( in getConfig()
225 return xConfig; in getConfig()
H A Dnewhelp.cxx2219 Reference< XInterface > xConfig; in InitOnStartupBox() local
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx235 uno::Reference< uno::XInterface > xConfig = ::comphelper::ConfigurationHelper::openConfig( in SetSystemTemplate() local
239 …::comphelper::ConfigurationHelper::readRelativeKey( xConfig, CONF_PATH, PROP_ACTUAL_FILTER ) >>= a… in SetSystemTemplate()
241 …::comphelper::ConfigurationHelper::readRelativeKey( xConfig, CONF_PATH, PROP_DEF_TEMPL_CHANGED ) >… in SetSystemTemplate()
303 …::comphelper::ConfigurationHelper::writeRelativeKey( xConfig, CONF_PATH, PROP_DEF_TEMPL_CHANGED, u… in SetSystemTemplate()
304 ::comphelper::ConfigurationHelper::flush( xConfig ); in SetSystemTemplate()
312 …::comphelper::ConfigurationHelper::writeRelativeKey( xConfig, CONF_PATH, PROP_DEF_TEMPL_CHANGED, u… in SetSystemTemplate()
313 ::comphelper::ConfigurationHelper::flush( xConfig ); in SetSystemTemplate()
/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx327 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_isHelpUrlADefaultOne() local
333 if (!xConfig.is()) in its_isHelpUrlADefaultOne()
337 const css::uno::Sequence< ::rtl::OUString > lModules = xConfig->getElementNames(); in its_isHelpUrlADefaultOne()
347 xConfig->getByName(pModules[i]) >>= xModuleConfig; in its_isHelpUrlADefaultOne()
371 css::uno::Reference< css::container::XNameAccess > xConfig = m_xConfig; in its_checkIfHelpEnabledAndGetURL() local
382 if (xConfig.is()) in its_checkIfHelpEnabledAndGetURL()
383 xConfig->getByName(sModule) >>= xModuleConfig; in its_checkIfHelpEnabledAndGetURL()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx662 xConfig->getByName(CFGSET_TYPES) >>= xSet; in flush()
665 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush()
674 xConfig->getByName(CFGSET_FILTERS) >>= xSet; in flush()
677 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush()
1542 void FilterCache::impl_loadSet(const css::uno::Reference< css::container::XNameAccess >& xConfig, in impl_loadSet() argument
1575 css::uno::Any aVal = xConfig->getByName(sSetName); in impl_loadSet()
1915 css::uno::Reference< css::uno::XInterface > xConfig ; in impl_loadItemOnDemand() local
1923 xConfig = impl_openConfig(E_PROVIDER_TYPES); in impl_loadItemOnDemand()
1931 xConfig = impl_openConfig(E_PROVIDER_FILTERS); in impl_loadItemOnDemand()
1939 xConfig = impl_openConfig(E_PROVIDER_OTHERS); in impl_loadItemOnDemand()
[all …]
H A Dfiltercache.hxx844 void impl_loadSet(const css::uno::Reference< css::container::XNameAccess >& xConfig,
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx166 Reference<lang::XMultiServiceFactory> xConfig( in BackingWindow() local
169 if( xConfig.is() ) in BackingWindow()
178 …Reference<container::XNameAccess> xNameAccess(xConfig->createInstanceWithArguments(SERVICENAME_CFG… in BackingWindow()
880 …Reference<lang::XMultiServiceFactory> xConfig( comphelper::getProcessServiceFactory()->createInsta… in IMPL_LINK() local
881 if( xConfig.is() ) in IMPL_LINK()
890 …Reference<container::XNameAccess> xNameAccess(xConfig->createInstanceWithArguments(SERVICENAME_CFG… in IMPL_LINK()
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java91 XMultiServiceFactory xConfig; in _OptionsEventHandler() local
93 xConfig = (XMultiServiceFactory) UnoRuntime.queryInterface( in _OptionsEventHandler()
114 XNameAccess.class, xConfig.createInstanceWithArguments( in _OptionsEventHandler()
/trunk/main/framework/inc/xml/
H A Dacceleratorconfigurationwriter.hxx91 … const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
110 … const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx73 uno::Reference< lang::XMultiServiceFactory > xConfig( in TheExtensionManager() local
81xConfig->createInstanceWithArguments( OUSTR("com.sun.star.configuration.ConfigurationAccess"), in TheExtensionManager()
90xConfig->createInstanceWithArguments( OUSTR("com.sun.star.configuration.ConfigurationAccess"), in TheExtensionManager()
H A Ddp_gui_updatedialog.cxx1142 …uno::Reference< lang::XMultiServiceFactory > xConfig( m_context->getServiceManager()->createInstan… in getIgnoredUpdates() local
1148 …uno::Reference< container::XNameAccess > xNameAccess( xConfig->createInstanceWithArguments( OUSTR(… in getIgnoredUpdates()
1168 …uno::Reference< lang::XMultiServiceFactory > xConfig( m_context->getServiceManager()->createInstan… in storeIgnoredUpdates() local
1174 … uno::Reference< container::XNameContainer > xNameContainer( xConfig->createInstanceWithArguments( in storeIgnoredUpdates()
/trunk/main/framework/source/helper/
H A Dtitlebarupdate.cxx242 css::uno::Reference< css::container::XNameAccess > xConfig( in implst_getModuleInfo() local
247 ::comphelper::SequenceAsHashMap lProps = xConfig->getByName (rInfo.sID); in implst_getModuleInfo()
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java823 XNameAccess xConfig = UnoRuntime.queryInterface(XNameAccess.class, aConfig); in openConfig() local
825 if (xConfig == null) in openConfig()
830 return xConfig; in openConfig()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx124 uno::Reference< container::XNameAccess > xConfig; in GetConfigurationByPath() local
140 xConfig = uno::Reference< container::XNameAccess >( in GetConfigurationByPath()
149 return xConfig; in GetConfigurationByPath()
/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx590 css::uno::Reference< css::container::XNameAccess > xConfig( in impl_appendModuleName() local
595 ::comphelper::SequenceAsHashMap lProps = xConfig->getByName (sID); in impl_appendModuleName()

Completed in 98 milliseconds