Lines Matching refs:parent
88 rtl::Reference< Access > const & parent, rtl::OUString const & name, in ChildAccess()
90 Access(components), root_(root), parent_(parent), name_(name), node_(node), in ChildAccess()
93 OSL_ASSERT(root.is() && parent.is() && node.is()); in ChildAccess()
113 rtl::Reference< Access > parent(getParentAccess()); in getRelativePath() local
114 if (parent.is()) { in getRelativePath()
115 path = parent->getRelativePath(); in getRelativePath()
123 rtl::Reference< Access > parent(getParentAccess()); in getRelativePathRepresentation() local
124 if (parent.is()) { in getRelativePathRepresentation()
125 path.append(parent->getRelativePathRepresentation()); in getRelativePathRepresentation()
196 rtl::Reference< Access > const & parent, rtl::OUString const & name) in bind()
200 !parent_.is() && root.is() && parent.is() && name.getLength() != 0); in bind()
202 parent_ = parent; in bind()