/trunk/main/desktop/source/deployment/registry/ |
H A D | dp_registry.cxx | 134 virtual void SAL_CALL packageRemoved(OUString const & url, OUString const & mediaType) 188 void PackageRegistryImpl::packageRemoved( in packageRemoved() function in dp_registry::__anona034985c0111::PackageRegistryImpl 198 i->second->packageRemoved(url, mediaType); in packageRemoved()
|
/trunk/main/desktop/source/deployment/registry/executable/ |
H A D | dp_executable.cxx | 104 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::__anond29890160111::BackendImpl
|
/trunk/main/desktop/source/deployment/registry/sfwk/ |
H A D | dp_sfwk.cxx | 108 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 D | dp_script.cxx | 117 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::__anon2914a7fc0111::BackendImpl
|
/trunk/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 154 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::__anon2c8074020111::BackendImpl
|
/trunk/main/desktop/source/deployment/registry/help/ |
H A D | dp_help.cxx | 126 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::__anon40a377a40111::BackendImpl
|
/trunk/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 275 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::__anon31aee3aa0111::BackendImpl 371 m_xRootRegistry->packageRemoved(i->first, i->second); in packageRemoved()
|
/trunk/main/offapi/com/sun/star/deployment/ |
H A D | XPackageRegistry.idl | 115 void packageRemoved(
|
/trunk/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 326 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::__anon1c921b980111::BackendImpl
|
/trunk/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 973 … m_xRegistry->packageRemoved(xPackage->getURL(), xPackage->getPackageType()->getMediaType()); in removePackage()
|