Searched refs:pTargetDevice (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svx/source/sdr/contact/ |
H A D | objectcontactofobjlistpainter.cxx | 94 OutputDevice* pTargetDevice = TryToGetOutputDevice(); in ProcessDisplay() local 96 if(pTargetDevice) in ProcessDisplay() 99 const GDIMetaFile* pMetaFile = pTargetDevice->GetConnectMetaFile(); in ProcessDisplay() 107 const Size aOutputSizePixel(pTargetDevice->GetOutputSizePixel()); in ProcessDisplay() 109 aViewRange.transform(pTargetDevice->GetInverseViewTransformation()); in ProcessDisplay() 115 pTargetDevice->GetViewTransformation(), in ProcessDisplay() 137 *pTargetDevice, in ProcessDisplay()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 406 OutputDevice* pTargetDevice = VCLUnoHelper::GetOutputDevice( getGraphics() ); in draw() local 407 OSL_ENSURE( pTargetDevice != NULL, "ORichTextPeer::draw: no graphics -> no drawing!" ); in draw() 408 if ( !pTargetDevice ) in draw() 412 const MapUnit eTargetUnit = pTargetDevice->GetMapMode().GetMapUnit(); in draw() 419 aPos = pTargetDevice->PixelToLogic( aPos ); in draw() 421 pControl->Draw( pTargetDevice, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | editview.hxx | 97 void Paint( const Rectangle& rRect, OutputDevice* pTargetDevice = 0 );
|
H A D | outliner.hxx | 262 void Paint( const Rectangle& rRect, OutputDevice* pTargetDevice = 0 );
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 147 …d ImpEditView::DrawSelection( EditSelection aTmpSel, Region* pRegion, OutputDevice* pTargetDevice ) in DrawSelection() argument 164 OutputDevice* pTarget = pTargetDevice ? pTargetDevice : pOutWin; in DrawSelection()
|
H A D | impedit.hxx | 312 void DrawSelection( EditSelection, Region* pRegion = NULL, OutputDevice* pTargetDevice = NULL ); 754 …void Paint( ImpEditView* pView, const Rectangle& rRect, OutputDevice* pTargetDevice = 0, sal_B…
|
H A D | editview.cxx | 299 void EditView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice ) in Paint() argument 303 PIMPEE->Paint( pImpEditView, rRect, pTargetDevice ); in Paint()
|
H A D | impedit3.cxx | 3704 void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRec, OutputDevice* pTargetDevice, … in Paint() argument 3716 OutputDevice* pTarget = pTargetDevice ? pTargetDevice : pView->GetWindow(); in Paint()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 91 void OutlinerView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice ) in Paint() argument 100 pEditView->Paint( rRect, pTargetDevice ); in Paint()
|
Completed in 177 milliseconds