Lines Matching refs:_rPath
347 Reference< XInterface > OPoolCollection::createWithServiceFactory(const ::rtl::OUString& _rPath) co… in createWithServiceFactory()
357 xInterface = createWithProvider(xProviderAsFac, _rPath); in createWithServiceFactory()
367 const ::rtl::OUString& _rPath) const in createWithProvider()
400 …lue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("nodepath")), 0, makeAny(_rPath), PropertyState_DI… in createWithProvider()
417 Reference<XInterface> OPoolCollection::openNode(const ::rtl::OUString& _rPath,const Reference<XInte… in openNode() argument
425 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath)) in openNode()
427 if (!::cppu::extractInterface(xNode, xDirectAccess->getByName(_rPath))) in openNode()
432 if (!::cppu::extractInterface(xNode, xHierarchyAccess->getByHierarchicalName(_rPath))) in openNode()
441 += ::rtl::OString(_rPath.getStr(), _rPath.getLength(), RTL_TEXTENCODING_ASCII_US) in openNode()
451 Any OPoolCollection::getNodeValue(const ::rtl::OUString& _rPath,const Reference<XInterface>& _xTree… in getNodeValue() argument
458 if (xDirectAccess.is() && xDirectAccess->hasByName(_rPath) ) in getNodeValue()
460 aReturn = xDirectAccess->getByName(_rPath); in getNodeValue()
464 aReturn = xHierarchyAccess->getByHierarchicalName(_rPath); in getNodeValue()