Home
last modified time | relevance | path

Searched refs:TheExtensionManager (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx56 ::rtl::Reference< TheExtensionManager > TheExtensionManager::s_ExtMgr;
62 TheExtensionManager::TheExtensionManager( Window *pParent, in TheExtensionManager() function in dp_gui::TheExtensionManager
112 TheExtensionManager::~TheExtensionManager() in ~TheExtensionManager()
148 void TheExtensionManager::Show() in Show()
172 bool TheExtensionManager::Close() in Close()
183 sal_Int16 TheExtensionManager::execute() in execute()
198 bool TheExtensionManager::isVisible() in isVisible()
263 bool TheExtensionManager::queryTermination() in queryTermination()
273 void TheExtensionManager::terminateDialog() in terminateDialog()
287 void TheExtensionManager::createPackageList() in createPackageList()
[all …]
H A Ddp_gui_service.cxx205 if ( dp_gui::TheExtensionManager::s_ExtMgr.is() ) in setDialogTitle()
208 ::rtl::Reference< ::dp_gui::TheExtensionManager > dialog( in setDialogTitle()
209 ::dp_gui::TheExtensionManager::get( m_xComponentContext, in setDialogTitle()
226 if (! dp_gui::TheExtensionManager::s_ExtMgr.is()) in startExecuteModal()
275 bCloseDialog = ! dp_gui::TheExtensionManager::s_ExtMgr->isVisible(); in startExecuteModal()
280 ::rtl::Reference< ::dp_gui::TheExtensionManager > myExtMgr( in startExecuteModal()
281 ::dp_gui::TheExtensionManager::get( in startExecuteModal()
H A Ddp_gui_theextmgr.hxx50 class TheExtensionManager : class
70 static ::rtl::Reference<TheExtensionManager> s_ExtMgr;
72 TheExtensionManager( Window * pParent,
74 ~TheExtensionManager();
104 static ::rtl::Reference<TheExtensionManager> get(
H A Ddp_gui_dialog2.hxx55 class TheExtensionManager;
129 TheExtensionManager *m_pManager;
143 ExtMgrDialog( Window * pParent, TheExtensionManager *pManager );
198 TheExtensionManager *m_pManager;
215 UpdateRequiredDialog( Window * pParent, TheExtensionManager *pManager );
H A Ddp_gui_extlistbox.hxx50 class TheExtensionManager;
149 TheExtensionManager *m_pManager;
191 ExtensionBox_Impl( Dialog* pParent, TheExtensionManager *pManager );
222 TheExtensionManager* getExtensionManager() const { return m_pManager; } in getExtensionManager()
H A Ddp_gui_extensioncmdqueue.hxx46 class TheExtensionManager;
69 TheExtensionManager *pManager,
H A Ddp_gui_dialog2.cxx148 ExtBoxWithBtns_Impl( ExtMgrDialog* pParent, TheExtensionManager *pManager );
163 ExtBoxWithBtns_Impl::ExtBoxWithBtns_Impl( ExtMgrDialog* pParent, TheExtensionManager *pManager ) : in ExtBoxWithBtns_Impl()
696 ExtMgrDialog::ExtMgrDialog( Window *pParent, TheExtensionManager *pManager ) : in ExtMgrDialog()
1244 UpdateRequiredDialog::UpdateRequiredDialog( Window *pParent, TheExtensionManager *pManager ) : in UpdateRequiredDialog()
1809 ::rtl::Reference< ::dp_gui::TheExtensionManager > xManager( TheExtensionManager::get( in execute()
H A Ddp_gui_extensioncmdqueue.cxx219 TheExtensionManager *pManager,
265 TheExtensionManager *m_pManager;
563 TheExtensionManager *pManager, in Thread()
1089 TheExtensionManager *pManager, in ExtensionCmdQueue()
H A Ddp_gui_extlistbox.cxx188 ExtensionBox_Impl::ExtensionBox_Impl( Dialog* pParent, TheExtensionManager *pManager ) : in ExtensionBox_Impl()

Completed in 50 milliseconds