Home
last modified time | relevance | path

Searched refs:packageRemoved (Results 1 – 10 of 10) sorted by relevance

/trunk/main/desktop/source/deployment/registry/ !
H A Ddp_registry.cxx134 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
188 void PackageRegistryImpl::packageRemoved( in packageRemoved() function in dp_registry::__anon2af988240111::PackageRegistryImpl
198 i->second->packageRemoved(url, mediaType); in packageRemoved()
/trunk/main/desktop/source/deployment/registry/executable/ !
H A Ddp_executable.cxx104 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
159 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::executable::__anonfbd6e4de0111::BackendImpl
/trunk/main/desktop/source/deployment/registry/sfwk/ !
H A Ddp_sfwk.cxx108 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
231 void BackendImpl::packageRemoved(OUString const & /*url*/, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::sfwk::BackendImpl
/trunk/main/desktop/source/deployment/registry/script/ !
H A Ddp_script.cxx117 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
216 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::script::__anon61ceb4c40111::BackendImpl
/trunk/main/desktop/source/deployment/registry/configuration/ !
H A Ddp_configuration.cxx154 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
285 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::configuration::__anon0bad3eca0111::BackendImpl
/trunk/main/desktop/source/deployment/registry/help/ !
H A Ddp_help.cxx126 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
169 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::help::__anon2406606c0111::BackendImpl
/trunk/main/desktop/source/deployment/registry/package/ !
H A Ddp_package.cxx275 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
362 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::bundle::__anon811f42720111::BackendImpl
371 m_xRootRegistry->packageRemoved(i->first, i->second); in packageRemoved()
/trunk/main/offapi/com/sun/star/deployment/ !
H A DXPackageRegistry.idl115 void packageRemoved(
/trunk/main/desktop/source/deployment/registry/component/ !
H A Ddp_component.cxx326 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType)
685 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved() function in dp_registry::backend::component::__anon57249e600111::BackendImpl
/trunk/main/desktop/source/deployment/manager/ !
H A Ddp_manager.cxx973 … m_xRegistry->packageRemoved(xPackage->getURL(), xPackage->getPackageType()->getMediaType()); in removePackage()