Lines Matching refs:getChild
322 rtl::Reference< ChildAccess > Access::getChild(rtl::OUString const & name) { in getChild() function in configmgr::Access
482 rtl::Reference< ChildAccess > child(getChild(i->first)); in initBroadcasterAndChanges()
1090 rtl::Reference< ChildAccess > child(getChild(aName)); in getByName()
1121 return getChild(aName).is(); in hasByName()
1214 rtl::Reference< ChildAccess > child(getChild(aName)); in getPropertyByName()
1227 return getChild(Name).is(); in hasPropertyByName()
1300 parent->getChild(aName)); in setName()
1398 rtl::Reference< ChildAccess > child(getChild(PropertyName)); in getPropertyValue()
1561 rtl::Reference< ChildAccess > child(getChild(aPropertyNames[i])); in getPropertyValues()
1799 rtl::Reference< ChildAccess > child(getChild(aName)); in replaceByName()
1844 if (getChild(aName).is()) { in insertByName()
1893 rtl::Reference< ChildAccess > child(getChild(aName)); in removeByName()
2032 rtl::Reference< ChildAccess > child(parent->getChild(name)); in getSubChild()
2076 rtl::Reference< ChildAccess > child(getChild(name)); in setChildProperty()
2154 rtl::Reference< ChildAccess > child(getChild(descriptor)); in checkKnownProperty()