/aoo4110/main/cui/source/options/ |
H A D | optimprove2.cxx | 169 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 …]
|
/aoo4110/main/framework/source/xml/ |
H A D | acceleratorconfigurationwriter.cxx | 55 … 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()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | imestatuswindow.cxx | 105 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 D | newhelp.cxx | 2219 Reference< XInterface > xConfig; in InitOnStartupBox() local
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docfac.cxx | 235 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()
|
/aoo4110/main/framework/source/jobs/ |
H A D | helponstartup.cxx | 327 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()
|
/aoo4110/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 662 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 D | filtercache.hxx | 844 void impl_loadSet(const css::uno::Reference< css::container::XNameAccess >& xConfig,
|
/aoo4110/main/framework/source/services/ |
H A D | backingwindow.cxx | 166 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()
|
/aoo4110/main/framework/inc/xml/ |
H A D | acceleratorconfigurationwriter.hxx | 91 … const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig ); 110 … const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
|
/aoo4110/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/ |
H A D | OptionsEventHandler.java | 91 XMultiServiceFactory xConfig; in _OptionsEventHandler() local 93 xConfig = (XMultiServiceFactory) UnoRuntime.queryInterface( in _OptionsEventHandler() 114 XNameAccess.class, xConfig.createInstanceWithArguments( in _OptionsEventHandler()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_theextmgr.cxx | 73 uno::Reference< lang::XMultiServiceFactory > xConfig( in TheExtensionManager() local 81 … xConfig->createInstanceWithArguments( OUSTR("com.sun.star.configuration.ConfigurationAccess"), in TheExtensionManager() 90 … xConfig->createInstanceWithArguments( OUSTR("com.sun.star.configuration.ConfigurationAccess"), in TheExtensionManager()
|
H A D | dp_gui_updatedialog.cxx | 1142 …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()
|
/aoo4110/main/framework/source/helper/ |
H A D | titlebarupdate.cxx | 242 css::uno::Reference< css::container::XNameAccess > xConfig( in implst_getModuleInfo() local 247 ::comphelper::SequenceAsHashMap lProps = xConfig->getByName (rInfo.sID); in implst_getModuleInfo()
|
/aoo4110/main/framework/qa/complex/accelerators/ |
H A D | AcceleratorsConfigurationTest.java | 823 XNameAccess xConfig = UnoRuntime.queryInterface(XNameAccess.class, aConfig); in openConfig() local 825 if (xConfig == null) in openConfig() 830 return xConfig; in openConfig()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 124 uno::Reference< container::XNameAccess > xConfig; in GetConfigurationByPath() local 140 xConfig = uno::Reference< container::XNameAccess >( in GetConfigurationByPath() 149 return xConfig; in GetConfigurationByPath()
|
/aoo4110/main/framework/source/fwe/helper/ |
H A D | titlehelper.cxx | 590 css::uno::Reference< css::container::XNameAccess > xConfig( in impl_appendModuleName() local 595 ::comphelper::SequenceAsHashMap lProps = xConfig->getByName (sID); in impl_appendModuleName()
|