Searched refs:xDirectAccess (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/connectivity/source/cpool/ |
H A D | ZPoolCollection.cxx | 244 …Reference< XNameAccess > xDirectAccess(openNode(getDriverSettingsNodeName(),xConnectionPoolRoot),U… in isDriverPoolingEnabled() local 246 if(xDirectAccess.is()) in isDriverPoolingEnabled() 248 Sequence< ::rtl::OUString > aDriverKeys = xDirectAccess->getElementNames(); in isDriverPoolingEnabled() 256 _rxDriverNode = openNode(*pDriverKeys,xDirectAccess); in isDriverPoolingEnabled() 420 Reference< XNameAccess > xDirectAccess(_xTreeNode, UNO_QUERY); in openNode() local 425 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath)) in openNode() 427 if (!::cppu::extractInterface(xNode, xDirectAccess->getByName(_rPath))) in openNode() 454 Reference< XNameAccess > xDirectAccess(_xTreeNode, UNO_QUERY); in getNodeValue() local 458 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath) ) in getNodeValue() 460 aReturn = xDirectAccess->getByName(_rPath); in getNodeValue()
|
/aoo42x/main/unotools/source/config/ |
H A D | configmgr.cxx | 536 Reference<XNameAccess> xDirectAccess(xIFace, UNO_QUERY); in GetDirectConfigProperty() local 537 if(xDirectAccess.is()) in GetDirectConfigProperty() 559 aRet = xDirectAccess->getByName(sProperty); in GetDirectConfigProperty()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 332 uno::Reference< container::XNameAccess > xDirectAccess(xCFG, uno::UNO_QUERY); in init() local 333 … uno::Any aRet = xDirectAccess->getByName(::rtl::OUString::createFromAscii("ooSetupExtension")); in init()
|
/aoo42x/main/svx/source/dialog/ |
H A D | srchdlg.cxx | 547 uno::Reference< container::XNameAccess> xDirectAccess(xIFace, uno::UNO_QUERY); in Construct_Impl() local 548 if(xDirectAccess.is()) in Construct_Impl() 552 uno::Any aRet = xDirectAccess->getByName(sProperty); in Construct_Impl() 555 …aRet = xDirectAccess->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "ComponentSearchComma… in Construct_Impl() 558 …aRet = xDirectAccess->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "ComponentSearchComma… in Construct_Impl()
|
/aoo42x/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 699 uno::Reference< container::XNameAccess > xDirectAccess(xCFG, uno::UNO_QUERY); in init() local 700 … uno::Any aRet = xDirectAccess->getByName(::rtl::OUString::createFromAscii("ooSetupExtension")); in init()
|
Completed in 88 milliseconds