Lines Matching refs:TheExtensionManager

56 ::rtl::Reference< TheExtensionManager > TheExtensionManager::s_ExtMgr;
62 TheExtensionManager::TheExtensionManager( Window *pParent, in TheExtensionManager() function in dp_gui::TheExtensionManager
112 TheExtensionManager::~TheExtensionManager() in ~TheExtensionManager()
123 void TheExtensionManager::createDialog( const bool bCreateUpdDlg ) in createDialog()
148 void TheExtensionManager::Show() in Show()
156 void TheExtensionManager::SetText( const ::rtl::OUString &rTitle ) in SetText()
164 void TheExtensionManager::ToTop( sal_uInt16 nFlags ) in ToTop()
172 bool TheExtensionManager::Close() in Close()
183 sal_Int16 TheExtensionManager::execute() in execute()
198 bool TheExtensionManager::isVisible() in isVisible()
204 bool TheExtensionManager::checkUpdates( bool /* bShowUpdateOnly */, bool /*bParentVisible*/ ) in checkUpdates()
237 bool TheExtensionManager::installPackage( const OUString &rPackageURL, bool bWarnUser ) in installPackage()
263 bool TheExtensionManager::queryTermination() in queryTermination()
273 void TheExtensionManager::terminateDialog() in terminateDialog()
287 void TheExtensionManager::createPackageList() in createPackageList()
337 PackageState TheExtensionManager::getPackageState( const uno::Reference< deployment::XPackage > &xP… in getPackageState()
365 bool TheExtensionManager::isReadOnly( const uno::Reference< deployment::XPackage > &xPackage ) const in isReadOnly()
377 bool TheExtensionManager::supportsOptions( const uno::Reference< deployment::XPackage > &xPackage )… in supportsOptions()
429 void TheExtensionManager::disposing( lang::EventObject const & rEvt ) in disposing()
456 void TheExtensionManager::queryTermination( ::lang::EventObject const & ) in queryTermination()
478 void TheExtensionManager::notifyTermination( ::lang::EventObject const & rEvt ) in notifyTermination()
486 void TheExtensionManager::modified( ::lang::EventObject const & /*rEvt*/ ) in modified()
495 ::rtl::Reference< TheExtensionManager > TheExtensionManager::get( const uno::Reference< uno::XCompo… in get()
511 ::rtl::Reference<TheExtensionManager> that( new TheExtensionManager( pParent, xContext ) ); in get()