Lines Matching refs:ChildAccess
75 css::uno::Sequence< sal_Int8 > ChildAccess::getTunnelId() { in getTunnelId()
86 ChildAccess::ChildAccess( in ChildAccess() function in configmgr::ChildAccess
96 ChildAccess::ChildAccess( in ChildAccess() function in configmgr::ChildAccess
104 Path ChildAccess::getAbsolutePath() { in getAbsolutePath()
111 Path ChildAccess::getRelativePath() { in getRelativePath()
121 rtl::OUString ChildAccess::getRelativePathRepresentation() { in getRelativePathRepresentation()
134 rtl::Reference< Node > ChildAccess::getNode() { in getNode()
138 bool ChildAccess::isFinalized() { in isFinalized()
143 rtl::OUString ChildAccess::getNameInternal() { in getNameInternal()
147 rtl::Reference< RootAccess > ChildAccess::getRootAccess() { in getRootAccess()
151 rtl::Reference< Access > ChildAccess::getParentAccess() { in getParentAccess()
155 void ChildAccess::acquire() throw () { in acquire()
159 void ChildAccess::release() throw () { in release()
163 css::uno::Reference< css::uno::XInterface > ChildAccess::getParent() in getParent()
172 void ChildAccess::setParent(css::uno::Reference< css::uno::XInterface > const &) in setParent()
183 sal_Int64 ChildAccess::getSomething( in getSomething()
194 void ChildAccess::bind( in bind()
206 void ChildAccess::unbind() throw () { in unbind()
213 void ChildAccess::committed() { in committed()
217 void ChildAccess::setNode(rtl::Reference< Node > const & node) { in setNode()
221 void ChildAccess::setProperty( in setProperty()
239 rtl::Reference< ChildAccess > child(getChild(locale)); in setProperty()
267 css::uno::Any ChildAccess::asValue() { in asValue()
285 rtl::Reference< ChildAccess > child; in asValue()
309 std::vector< rtl::Reference< ChildAccess > > in asValue()
332 void ChildAccess::commitChanges(bool valid, Modifications * globalModifications) in commitChanges()
357 ChildAccess::~ChildAccess() { in ~ChildAccess()
364 void ChildAccess::addTypes(std::vector< css::uno::Type > * types) const { in addTypes()
370 void ChildAccess::addSupportedServiceNames( in addSupportedServiceNames()
384 css::uno::Any ChildAccess::queryInterface(css::uno::Type const & aType) in queryInterface()