Lines Matching refs:pImpWorkWindow
63 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()
114 return pImpWorkWindow != NULL; in Check()
121 pImpWorkWindow->m_aInhalt.SetText( String() ); in Clear()
143 pImpWorkWindow->m_aInhalt.SetText( pImpWorkWindow->m_aInhalt.GetText().Erase(0,1000) ); in AddText()
144 nTextLen = pImpWorkWindow->m_aInhalt.GetText().Len(); // Absolut, um Fehler sonstwo auszub�geln in AddText()
148 pImpWorkWindow->m_aInhalt.SetSelection( Selection( SELECTION_MAX, SELECTION_MAX ) ); in AddText()
149 pImpWorkWindow->m_aInhalt.ReplaceSelected( aText ); in AddText()
151 pImpWorkWindow->m_aInhalt.SetSelection( Selection( SELECTION_MAX, SELECTION_MAX ) ); in AddText()