/aoo41x/main/unotools/source/config/ |
H A D | confignode.cxx | 553 OConfigurationTreeRoot::OConfigurationTreeRoot( const Reference< XChangesBatch >& _rxRootNode ) in OConfigurationTreeRoot() function in utl::OConfigurationTreeRoot 560 OConfigurationTreeRoot::OConfigurationTreeRoot( const Reference< XInterface >& _rxRootNode ) in OConfigurationTreeRoot() function in utl::OConfigurationTreeRoot 567 …OConfigurationTreeRoot::OConfigurationTreeRoot( const ::comphelper::ComponentContext& i_rContext, … in OConfigurationTreeRoot() function in utl::OConfigurationTreeRoot 580 …OConfigurationTreeRoot::OConfigurationTreeRoot( const ::comphelper::ComponentContext& i_rContext, … in OConfigurationTreeRoot() function in utl::OConfigurationTreeRoot 593 void OConfigurationTreeRoot::clear() throw() in clear() 600 sal_Bool OConfigurationTreeRoot::commit() const throw() in commit() 627 return OConfigurationTreeRoot( xRoot ); in createWithProvider() 628 return OConfigurationTreeRoot(); in createWithProvider() 632 …OConfigurationTreeRoot OConfigurationTreeRoot::createWithServiceFactory( const Reference< XMultiSe… in createWithServiceFactory() 638 …OConfigurationTreeRoot OConfigurationTreeRoot::tryCreateWithServiceFactory( const Reference< XMult… in tryCreateWithServiceFactory() [all …]
|
H A D | configvaluecontainer.cxx | 263 OConfigurationTreeRoot aConfigRoot; // the configuration node we're accessing 326 m_pImpl->aConfigRoot = OConfigurationTreeRoot::createWithServiceFactory( in implConstruct() 330 …( _nAccessFlags & CVC_UPDATE_ACCESS ) ? OConfigurationTreeRoot::CM_UPDATABLE : OConfigurationTreeR… in implConstruct()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | confignode.hxx | 47 class OConfigurationTreeRoot; 241 class UNOTOOLS_DLLPUBLIC OConfigurationTreeRoot : public OConfigurationNode class 248 OConfigurationTreeRoot( 254 OConfigurationTreeRoot( 272 OConfigurationTreeRoot() :OConfigurationNode() { } in OConfigurationTreeRoot() function in utl::OConfigurationTreeRoot 276 OConfigurationTreeRoot( 284 OConfigurationTreeRoot( 291 OConfigurationTreeRoot(const OConfigurationTreeRoot& _rSource) in OConfigurationTreeRoot() function in utl::OConfigurationTreeRoot 309 static OConfigurationTreeRoot createWithProvider( 329 …static OConfigurationTreeRoot createWithServiceFactory(const ::com::sun::star::uno::Reference< ::c… [all …]
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | fieldmappingimpl.cxx | 205 OConfigurationTreeRoot aDriverFieldAliasing = OConfigurationTreeRoot::createWithServiceFactory( in defaultMapping() 206 _rxORB, sDriverAliasesNodeName, -1, OConfigurationTreeRoot::CM_READONLY); in defaultMapping() 259 OConfigurationTreeRoot aAddressBookSettings = OConfigurationTreeRoot::createWithServiceFactory( in writeTemplateAddressFieldMapping() 260 _rxORB, sAddressBookNodeName, -1, OConfigurationTreeRoot::CM_UPDATABLE); in writeTemplateAddressFieldMapping() 336 OConfigurationTreeRoot aAddressBookSettings = OConfigurationTreeRoot::createWithServiceFactory( in writeTemplateAddressSource() 337 _rxORB, sAddressBookNodeName, -1, OConfigurationTreeRoot::CM_UPDATABLE); in writeTemplateAddressSource() 354 OConfigurationTreeRoot aAddressBookSettings = OConfigurationTreeRoot::createWithServiceFactory( in markPilotSuccess() 355 _rxORB, sAddressBookNodeName, -1, OConfigurationTreeRoot::CM_UPDATABLE); in markPilotSuccess()
|
/aoo41x/main/cui/source/options/ |
H A D | connpoolconfig.cxx | 95 OConfigurationTreeRoot aConnectionPoolRoot = OConfigurationTreeRoot::createWithServiceFactory( in GetOptions() 96 …er::getProcessServiceFactory(), getConnectionPoolNodeName(), -1, OConfigurationTreeRoot::CM_READON… in GetOptions() 160 OConfigurationTreeRoot aConnectionPoolRoot = OConfigurationTreeRoot::createWithServiceFactory( in SetOptions() 161 …er::getProcessServiceFactory(), getConnectionPoolNodeName(), -1, OConfigurationTreeRoot::CM_UPDATA… in SetOptions()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | ResourceManager.cxx | 244 const ::utl::OConfigurationTreeRoot aDeckRootNode ( in ReadDeckList() 300 const ::utl::OConfigurationTreeRoot aPanelRootNode ( in ReadPanelList() 525 ::utl::OConfigurationTreeRoot aLegacyRootNode (GetLegacyAddonRootNode(sModuleName)); in ReadLegacyAddons() 607 ::utl::OConfigurationTreeRoot ResourceManager::GetLegacyAddonRootNode ( in GetLegacyAddonRootNode() 626 return ::utl::OConfigurationTreeRoot(aContext, aPathComposer.makeStringAndClear(), false); in GetLegacyAddonRootNode() 633 return ::utl::OConfigurationTreeRoot(); in GetLegacyAddonRootNode() 641 const ::utl::OConfigurationTreeRoot aRoot) const in GetToolPanelNodeNames()
|
H A D | ResourceManager.hxx | 125 ::utl::OConfigurationTreeRoot GetLegacyAddonRootNode ( 129 const ::utl::OConfigurationTreeRoot aRoot) const;
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldtdlg.cxx | 103 utl::OConfigurationTreeRoot aCfgRoot in SwFldDlg() 104 = utl::OConfigurationTreeRoot::createWithServiceFactory( in SwFldDlg() 110 utl::OConfigurationTreeRoot::CM_READONLY); in SwFldDlg()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | DriversConfig.cxx | 65 …void lcl_readURLPatternNode(const ::utl::OConfigurationTreeRoot& _aInstalled,const ::rtl::OUString… in lcl_readURLPatternNode() 110 …m_aInstalled = ::utl::OConfigurationTreeRoot::createWithServiceFactory(_rxORB, s_sNodeName, -1, ::… in Load()
|
H A D | dbtools2.cxx | 936 …::utl::OConfigurationTreeRoot aReportEngines = ::utl::OConfigurationTreeRoot::createWithServiceFac… in getDefaultReportEngineServiceName() 937 _rxORB, lcl_getReportEngines(), -1, ::utl::OConfigurationTreeRoot::CM_READONLY); in getDefaultReportEngineServiceName()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 102 …::utl::OConfigurationTreeRoot lcl_getModuleUIElementStatesConfig( const ::rtl::OUString& i_rModule… in lcl_getModuleUIElementStatesConfig() 127 … return ::utl::OConfigurationTreeRoot( aContext, aPathComposer.makeStringAndClear(), false ); in lcl_getModuleUIElementStatesConfig() 391 ::utl::OConfigurationTreeRoot aConfig( aContext, m_sPanelConfigPath, true ); in impl_updatePanelConfig() 589 …const ::utl::OConfigurationTreeRoot aWindowStateConfig( lcl_getModuleUIElementStatesConfig( m_sMod… in impl_initFromConfiguration() 648 …const ::utl::OConfigurationTreeRoot aWindowStateConfig( lcl_getModuleUIElementStatesConfig( i_rMod… in ModuleHasToolPanels()
|
H A D | filtergrouping.cxx | 326 OConfigurationTreeRoot aFilterClassification = OConfigurationTreeRoot::createWithServiceFactory( in lcl_ReadClassification() 330 OConfigurationTreeRoot::CM_READONLY in lcl_ReadClassification()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | propertyhandler.cxx | 417 …::utl::OConfigurationTreeRoot aConfigTree( ::utl::OConfigurationTreeRoot::createWithServiceFactory( in impl_getDocumentMeasurementUnit_throw() 418 …xt.getLegacyServiceFactory(), sConfigurationLocation, -1, ::utl::OConfigurationTreeRoot::CM_READON… in impl_getDocumentMeasurementUnit_throw()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databaseregistrations.cxx | 143 ::utl::OConfigurationTreeRoot m_aConfigurationRoot; 156 m_aConfigurationRoot = ::utl::OConfigurationTreeRoot::createWithServiceFactory( in DatabaseRegistrations() 157 …etLegacyServiceFactory(), getConfigurationRootPath(), -1, ::utl::OConfigurationTreeRoot::CM_UPDATA… in DatabaseRegistrations()
|
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | dsntypes.cxx | 319 …:OConfigurationTreeRoot aInstalled = ::utl::OConfigurationTreeRoot::createWithServiceFactory(m_xFa… in getEmbeddedDatabase()
|
/aoo41x/main/svx/source/form/ |
H A D | databaselocationinput.cxx | 171 ::utl::OConfigurationTreeRoot aConfig( in impl_initFilterProperties_nothrow() 172 ::utl::OConfigurationTreeRoot::createWithServiceFactory( in impl_initFilterProperties_nothrow()
|
H A D | fmPropBrw.cxx | 535 ::utl::OConfigurationTreeRoot aConfiguration( in lcl_shouldEnableHelpSection() 536 ::utl::OConfigurationTreeRoot::createWithServiceFactory( _rxFactory, sConfigName ) ); in lcl_shouldEnableHelpSection()
|
H A D | fmcontrollayout.cxx | 294 return OConfigurationTreeRoot::createWithServiceFactory( in getLayoutSettings()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JConnection.cxx | 767 …::utl::OConfigurationTreeRoot aNamesRoot = ::utl::OConfigurationTreeRoot::createWithServiceFactory( in impl_getJavaDriverClassPath_nothrow() 768 …>getContext().getLegacyServiceFactory(), s_sNodeName, -1, ::utl::OConfigurationTreeRoot::CM_READON… in impl_getJavaDriverClassPath_nothrow()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | generalpage.cxx | 107 … ::utl::OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( in OGeneralPage()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 93 ::utl::OConfigurationTreeRoot aConfiguration( in lcl_shouldEnableHelpSection() 94 ::utl::OConfigurationTreeRoot::createWithServiceFactory( _rxFactory, sConfigName ) ); in lcl_shouldEnableHelpSection()
|
/aoo41x/main/uui/source/ |
H A D | iahndl.cxx | 401 …const ::utl::OConfigurationTreeRoot aConfigRoot( ::utl::OConfigurationTreeRoot::createWithServiceF… in handleTypedHandlerImplementations() 405 ::utl::OConfigurationTreeRoot::CM_READONLY in handleTypedHandlerImplementations()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | DriversConfig.hxx | 49 mutable ::utl::OConfigurationTreeRoot m_aInstalled;
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HDriver.cxx | 152 … ::utl::OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( in lcl_getPermittedJavaMethods_nothrow()
|
/aoo41x/main/padmin/source/ |
H A D | helper.cxx | 68 utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( in PaResId()
|