Home
last modified time | relevance | path

Searched refs:hasActiveEntry (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx100 bool hasActiveEntry(OUString const & url);
189 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::script::__anon4623a8a50111::BackendImpl
192 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
325 bool registered = that->hasActiveEntry(getURL()); in isRegistered_()
371 bool bRegistered = getMyBackend()->hasActiveEntry(getURL()); in processPackage_()
/aoo42x/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx92 bool hasActiveEntry(OUString const & url);
143 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::executable::__anon74ce29bf0111::BackendImpl
146 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
228 bool registered = getMyBackend()->hasActiveEntry(getURL()); in isRegistered_()
/aoo42x/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx108 bool hasActiveEntry(OUString const & url);
235 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::help::__anona9628bcd0111::BackendImpl
238 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
344 if (that->hasActiveEntry(getURL())) in isRegistered_()
376 if (data && getMyBackend()->hasActiveEntry(getURL())) in getRegistrationDataURL()
/aoo42x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx144 bool hasActiveEntry(OUString const & url);
262 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::configuration::__anon41f6e86b0111::BackendImpl
265 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
556 if (that->hasActiveEntry(getURL())) in isRegistered_()
/aoo42x/main/desktop/source/deployment/registry/inc/
H A Ddp_backenddb.hxx156 bool hasActiveEntry(::rtl::OUString const & url);
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx233 bool BackendDb::hasActiveEntry(::rtl::OUString const & url) in hasActiveEntry() function in dp_registry::backend::BackendDb

Completed in 36 milliseconds