Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Dconnpoolconfig.cxx95 OConfigurationTreeRoot aConnectionPoolRoot = OConfigurationTreeRoot::createWithServiceFactory( in GetOptions() local
99 Any aEnabled = aConnectionPoolRoot.getNodeValue(getEnablePoolingNodeName()); in GetOptions()
117 OConfigurationNode aDriverSettings = aConnectionPoolRoot.openNode(getDriverSettingsNodeName()); in GetOptions()
160 OConfigurationTreeRoot aConnectionPoolRoot = OConfigurationTreeRoot::createWithServiceFactory( in SetOptions() local
163 if (!aConnectionPoolRoot.isValid()) in SetOptions()
174aConnectionPoolRoot.setNodeValue(getEnablePoolingNodeName(), Any(&bEnabled, ::getBooleanCppuType()… in SetOptions()
182 OConfigurationNode aDriverSettings = aConnectionPoolRoot.openNode(getDriverSettingsNodeName()); in SetOptions()
212 aConnectionPoolRoot.commit(); in SetOptions()

Completed in 7 milliseconds