Lines Matching refs:pOLV
137 OutlinerView* pOLV = pView->GetTextEditOutlinerView(); in ImpAddPrintableCharactersToTextEdit() local
139 if(pOLV) in ImpAddPrintableCharactersToTextEdit()
148 pOLV->PostKeyEvent(aKeyEvent); in ImpAddPrintableCharactersToTextEdit()
871 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in FuSupport() local
873 if (pOLV) in FuSupport()
877 pOLV->PostKeyEvent(aKEvt); in FuSupport()
1419 OutlinerView* pOLV = GetView()->GetTextEditOutlinerView(); in FuSupport() local
1420 if( pOLV ) in FuSupport()
1456 pOLV->TransliterateText( nType ); in FuSupport()
1519 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in InsertURLField() local
1521 if (pOLV) in InsertURLField()
1523 ESelection aSel( pOLV->GetSelection() ); in InsertURLField()
1525 pOLV->InsertField( aURLItem ); in InsertURLField()
1530 pOLV->SetSelection( aSel ); in InsertURLField()