Home
last modified time | relevance | path

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

/AOO41X/main/automation/source/server/
H A Deditwin.cxx63 if ( pImpWorkWindow ) in Close()
65 delete pImpWorkWindow; in Close()
66 pImpWorkWindow = NULL; in Close()
74 pImpWorkWindow->Show(); in Show()
82 pImpWorkWindow->Hide(); in Hide()
88 : pImpWorkWindow(NULL) in EditWindow()
104 if ( ! pImpWorkWindow && Application::IsInExecute() ) in Check()
106 pImpWorkWindow = new ImpWorkWindow( pMemParent, aMemName, iMemWstyle ); in Check()
107 pImpWorkWindow->m_aInhalt.SetText( aMemPreWinText ); in Check()
111 pImpWorkWindow->Show(); in Check()
[all …]
H A Deditwin.hxx41 ImpWorkWindow *pImpWorkWindow; member in EditWindow