Lines Matching refs:pEditWin
1258 SmEditWindow *pEditWin = pWrapper->GetEditWindow(); in GetEditWindow() local
1259 DBG_ASSERT( pEditWin, "SmEditWindow missing" ); in GetEditWindow()
1260 return pEditWin; in GetEditWindow()
1340 SmEditWindow *pEditWin = GetEditWindow(); in Insert() local
1341 if (pEditWin) in Insert()
1342 pEditWin->InsertText( aText ); in Insert()
1389 SmEditWindow *pEditWin = GetEditWindow(); in InsertFrom() local
1390 if (pEditWin) in InsertFrom()
1391 pEditWin->InsertText( aText ); in InsertFrom()
1740 SmEditWindow *pEditWin = GetEditWindow(); in GetState() local
1748 if (! pEditWin || ! pEditWin->IsSelected()) in GetState()
1753 if( !xClipEvtLstnr.is() && pEditWin) in GetState()
1757 pEditWin) ); in GetState()
1789 if (! pEditWin || pEditWin->IsEmpty()) in GetState()
1847 SmEditWindow *pEditWin = GetEditWindow(); in ~SmViewShell() local
1848 if (pEditWin) in ~SmViewShell()
1849 pEditWin->DeleteEditView( *this ); in ~SmViewShell()