Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx100 bool hasActiveEntry(OUString const & url);
187 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::script::__anon61ceb4c40111::BackendImpl
190 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
321 bool registered = that->hasActiveEntry(getURL()); in isRegistered_()
367 bool bRegistered = getMyBackend()->hasActiveEntry(getURL()); in processPackage_()
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx92 bool hasActiveEntry(OUString const & url);
141 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::executable::__anonfbd6e4de0111::BackendImpl
144 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
224 bool registered = getMyBackend()->hasActiveEntry(getURL()); in isRegistered_()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx107 bool hasActiveEntry(OUString const & url);
230 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::help::__anon2406606c0111::BackendImpl
233 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
339 if (that->hasActiveEntry(getURL())) in isRegistered_()
369 if (data && getMyBackend()->hasActiveEntry(getURL())) in getRegistrationDataURL()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx144 bool hasActiveEntry(OUString const & url);
260 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry() function in dp_registry::backend::configuration::__anon0bad3eca0111::BackendImpl
263 return m_backendDb->hasActiveEntry(url); in hasActiveEntry()
552 if (that->hasActiveEntry(getURL())) in isRegistered_()
/trunk/main/desktop/source/deployment/registry/inc/
H A Ddp_backenddb.hxx156 bool hasActiveEntry(::rtl::OUString const & url);
/trunk/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