Lines Matching refs:_rPath
345 Reference< XInterface > OPoolCollection::createWithServiceFactory(const ::rtl::OUString& _rPath) co… in createWithServiceFactory()
355 xInterface = createWithProvider(xProviderAsFac, _rPath); in createWithServiceFactory()
365 const ::rtl::OUString& _rPath) const in createWithProvider()
398 …lue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("nodepath")), 0, makeAny(_rPath), PropertyState_DI… in createWithProvider()
415 Reference<XInterface> OPoolCollection::openNode(const ::rtl::OUString& _rPath,const Reference<XInte… in openNode() argument
423 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath)) in openNode()
425 if (!::cppu::extractInterface(xNode, xDirectAccess->getByName(_rPath))) in openNode()
430 if (!::cppu::extractInterface(xNode, xHierarchyAccess->getByHierarchicalName(_rPath))) in openNode()
439 += ::rtl::OString(_rPath.getStr(), _rPath.getLength(), RTL_TEXTENCODING_ASCII_US) in openNode()
449 Any OPoolCollection::getNodeValue(const ::rtl::OUString& _rPath,const Reference<XInterface>& _xTree… in getNodeValue() argument
456 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath) ) in getNodeValue()
458 aReturn = xDirectAccess->getByName(_rPath); in getNodeValue()
462 aReturn = xHierarchyAccess->getByHierarchicalName(_rPath); in getNodeValue()