Home
last modified time | relevance | path

Searched refs:xExtMgr (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx888 uno::Reference< deployment::XExtensionManager > xExtMgr = m_pManager->getExtensionManager(); in _addExtension() local
889 uno::Reference< task::XAbortChannel > xAbortChannel( xExtMgr->createAbortChannel() ); in _addExtension()
895 xExtMgr->addExtension(rPackageURL, uno::Sequence<beans::NamedValue>(), in _addExtension()
915 uno::Reference< deployment::XExtensionManager > xExtMgr = m_pManager->getExtensionManager(); in _removeExtension() local
916 uno::Reference< task::XAbortChannel > xAbortChannel( xExtMgr->createAbortChannel() ); in _removeExtension()
999 uno::Reference< task::XAbortChannel > xAbortChannel( xExtMgr->createAbortChannel() ); in _enableExtension()
1005 xExtMgr->enableExtension( xPackage, xAbortChannel, rCmdEnv.get() ); in _enableExtension()
1021 uno::Reference< task::XAbortChannel > xAbortChannel( xExtMgr->createAbortChannel() ); in _disableExtension()
1027 xExtMgr->disableExtension( xPackage, xAbortChannel, rCmdEnv.get() ); in _disableExtension()
1043 uno::Reference< task::XAbortChannel > xAbortChannel( xExtMgr->createAbortChannel() ); in _acceptLicense()
[all …]
/aoo4110/main/desktop/source/deployment/misc/
H A Ddp_update.cxx195 Reference<deployment::XExtensionManager> const & xExtMgr, in onlyBundledExtensions() argument
198 OSL_ASSERT(xExtMgr.is()); in onlyBundledExtensions()
205 … Sequence<Reference<deployment::XPackage> > seqExt = xExtMgr->getExtensionsWithSameIdentifier( in onlyBundledExtensions()
219xExtMgr->getAllExtensions(Reference<task::XAbortChannel>(), Reference<ucb::XCommandEnvironment>()); in onlyBundledExtensions()
374 Reference<deployment::XExtensionManager> const & xExtMgr, in getOnlineUpdateInfos() argument
379 OSL_ASSERT(xExtMgr.is()); in getOnlineUpdateInfos()
381 if (!xExtMgr.is() || onlyBundledExtensions(xExtMgr, extensionList)) in getOnlineUpdateInfos()
386 …quence< uno::Sequence< Reference<deployment::XPackage > > > seqAllExt = xExtMgr->getAllExtensions( in getOnlineUpdateInfos()
/aoo4110/main/desktop/source/deployment/inc/
H A Ddp_update.hxx126 …::com::sun::star::uno::Reference< ::com::sun::star::deployment::XExtensionManager> const & xExtMgr,

Completed in 28 milliseconds