Home
last modified time | relevance | path

Searched refs:m_pExtMgrDialog (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx66 m_pExtMgrDialog( NULL ), in TheExtensionManager()
116 if ( m_pExtMgrDialog ) in ~TheExtensionManager()
117 delete m_pExtMgrDialog; in ~TheExtensionManager()
137 else if ( !m_pExtMgrDialog ) in createDialog()
174 if ( m_pExtMgrDialog ) in Close()
278 delete m_pExtMgrDialog; in terminateDialog()
279 m_pExtMgrDialog = NULL; in terminateDialog()
445 delete m_pExtMgrDialog; in disposing()
446 m_pExtMgrDialog = NULL; in disposing()
470 if ( m_pExtMgrDialog ) in queryTermination()
[all …]
H A Ddp_gui_theextmgr.hxx61 ExtMgrDialog *m_pExtMgrDialog; member in dp_gui::TheExtensionManager
79 …Dialog* getDialog() { return m_pExtMgrDialog ? (Dialog*) m_pExtMgrDialog : (Dialog*) m_pUpdReqDial… in getDialog()
80 …DialogHelper* getDialogHelper() { return m_pExtMgrDialog ? (DialogHelper*) m_pExtMgrDialog : (Dial… in getDialogHelper()

Completed in 16 milliseconds