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.cxx244 …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()
/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.cxx547 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()
/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()

Completed in 38 milliseconds