Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx242 …Reference< XNameAccess > xDirectAccess(openNode(getDriverSettingsNodeName(),xConnectionPoolRoot),U… in isDriverPoolingEnabled() local
244 if(xDirectAccess.is()) in isDriverPoolingEnabled()
246 Sequence< ::rtl::OUString > aDriverKeys = xDirectAccess->getElementNames(); in isDriverPoolingEnabled()
254 _rxDriverNode = openNode(*pDriverKeys,xDirectAccess); in isDriverPoolingEnabled()
418 Reference< XNameAccess > xDirectAccess(_xTreeNode, UNO_QUERY); in openNode() local
423 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath)) in openNode()
425 if (!::cppu::extractInterface(xNode, xDirectAccess->getByName(_rPath))) in openNode()
452 Reference< XNameAccess > xDirectAccess(_xTreeNode, UNO_QUERY); in getNodeValue() local
456 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath) ) in getNodeValue()
458 aReturn = xDirectAccess->getByName(_rPath); in getNodeValue()
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx536 Reference<XNameAccess> xDirectAccess(xIFace, UNO_QUERY); in GetDirectConfigProperty() local
537 if(xDirectAccess.is()) in GetDirectConfigProperty()
559 aRet = xDirectAccess->getByName(sProperty); in GetDirectConfigProperty()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx332 uno::Reference< container::XNameAccess > xDirectAccess(xCFG, uno::UNO_QUERY); in init() local
333 … uno::Any aRet = xDirectAccess->getByName(::rtl::OUString::createFromAscii("ooSetupExtension")); in init()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx544 uno::Reference< container::XNameAccess> xDirectAccess(xIFace, uno::UNO_QUERY); in Construct_Impl() local
545 if(xDirectAccess.is()) in Construct_Impl()
549 uno::Any aRet = xDirectAccess->getByName(sProperty); in Construct_Impl()
552 …aRet = xDirectAccess->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "ComponentSearchComma… in Construct_Impl()
555 …aRet = xDirectAccess->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "ComponentSearchComma… in Construct_Impl()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx699 uno::Reference< container::XNameAccess > xDirectAccess(xCFG, uno::UNO_QUERY); in init() local
700 … uno::Any aRet = xDirectAccess->getByName(::rtl::OUString::createFromAscii("ooSetupExtension")); in init()