Lines Matching refs:pOLV
284 const OutlinerView* pOLV = GetTextEditOutlinerView(); in DoCut() local
286 if( pOLV ) in DoCut()
287 ( (OutlinerView*) pOLV)->Cut(); in DoCut()
303 const OutlinerView* pOLV = GetTextEditOutlinerView(); in DoCopy() local
305 if( pOLV ) in DoCopy()
306 ( (OutlinerView*) pOLV)->Copy(); in DoCopy()
322 const OutlinerView* pOLV = GetTextEditOutlinerView(); in DoPaste() local
324 if( pOLV && EditEngine::HasValidData( aDataHelper.GetTransferable() ) ) in DoPaste()
326 const_cast< OutlinerView* >(pOLV)->PasteSpecial(); in DoPaste()
330 ::Outliner* pOutliner = pOLV->GetOutliner(); in DoPaste()
512 const OutlinerView* pOLV = GetTextEditOutlinerView(); in AcceptDrop() local
515 if( pOLV ) in AcceptDrop()
517 Rectangle aRect( pOLV->GetOutputArea() ); in AcceptDrop()
526 if( aRect.IsInside( pOLV->GetWindow()->PixelToLogic( rEvt.maPosPixel ) ) ) in AcceptDrop()
694 const OutlinerView* pOLV = GetTextEditOutlinerView(); in ExecuteDrop() local
697 if( pOLV ) in ExecuteDrop()
699 Rectangle aRect( pOLV->GetOutputArea() ); in ExecuteDrop()
708 Point aPos( pOLV->GetWindow()->PixelToLogic( rEvt.maPosPixel ) ); in ExecuteDrop()