Lines Matching refs:RootAccess

71 RootAccess::RootAccess(  in RootAccess()  function in configmgr::RootAccess
78 Path RootAccess::getAbsolutePath() { in getAbsolutePath()
83 void RootAccess::initBroadcaster( in initBroadcaster()
105 void RootAccess::acquire() throw () { in acquire()
109 void RootAccess::release() throw () { in release()
113 rtl::OUString RootAccess::getAbsolutePathRepresentation() { in getAbsolutePathRepresentation()
118 rtl::OUString RootAccess::getLocale() const { in getLocale()
122 bool RootAccess::isUpdate() const { in isUpdate()
126 RootAccess::~RootAccess() { in ~RootAccess()
131 Path RootAccess::getRelativePath() { in getRelativePath()
135 rtl::OUString RootAccess::getRelativePathRepresentation() { in getRelativePathRepresentation()
139 rtl::Reference< Node > RootAccess::getNode() { in getNode()
164 bool RootAccess::isFinalized() { in isFinalized()
169 rtl::OUString RootAccess::getNameInternal() { in getNameInternal()
174 rtl::Reference< RootAccess > RootAccess::getRootAccess() { in getRootAccess()
178 rtl::Reference< Access > RootAccess::getParentAccess() { in getParentAccess()
182 void RootAccess::addTypes(std::vector< css::uno::Type > * types) const { in addTypes()
188 void RootAccess::addSupportedServiceNames( in addSupportedServiceNames()
204 void RootAccess::initDisposeBroadcaster(Broadcaster * broadcaster) { in initDisposeBroadcaster()
216 void RootAccess::clearListeners() throw() { in clearListeners()
221 css::uno::Any RootAccess::queryInterface(css::uno::Type const & aType) in queryInterface()
243 void RootAccess::addChangesListener( in addChangesListener()
267 void RootAccess::removeChangesListener( in removeChangesListener()
280 void RootAccess::commitChanges() in commitChanges()
302 sal_Bool RootAccess::hasPendingChanges() throw (css::uno::RuntimeException) { in hasPendingChanges()
312 css::util::ChangesSet RootAccess::getPendingChanges() in getPendingChanges()