Lines Matching refs:pOlView
2726 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2727 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2729 pOlView->Command( rCEvt ); in Command()
2774 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2775 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2777 pOlView->Command( rCEvt ); in Command()
3030 OutlinerView* pOlView = pDrawView->GetTextEditOutlinerView(); in SelectForContextMenu() local
3031 Rectangle aOutputArea = pOlView->GetOutputArea(); in SelectForContextMenu()
3036 Outliner* pOutliner = pOlView->GetOutliner(); in SelectForContextMenu()
3038 Rectangle aVisArea = pOlView->GetVisArea(); in SelectForContextMenu()
3054 ESelection aSelection = pOlView->GetSelection(); in SelectForContextMenu()