Lines Matching refs:pOlView
2711 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2712 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2714 pOlView->Command( rCEvt ); in Command()
2759 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2760 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2762 pOlView->Command( rCEvt ); in Command()
3015 OutlinerView* pOlView = pDrawView->GetTextEditOutlinerView(); in SelectForContextMenu() local
3016 Rectangle aOutputArea = pOlView->GetOutputArea(); in SelectForContextMenu()
3021 Outliner* pOutliner = pOlView->GetOutliner(); in SelectForContextMenu()
3023 Rectangle aVisArea = pOlView->GetVisArea(); in SelectForContextMenu()
3039 ESelection aSelection = pOlView->GetSelection(); in SelectForContextMenu()