Home
last modified time | relevance | path

Searched refs:pTargetDevice (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/svx/source/sdr/contact/
H A Dobjectcontactofobjlistpainter.cxx94 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()
/aoo4110/main/forms/source/richtext/
H A Drichtextcontrol.cxx406 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()
/aoo4110/main/editeng/inc/editeng/
H A Deditview.hxx97 void Paint( const Rectangle& rRect, OutputDevice* pTargetDevice = 0 );
H A Doutliner.hxx262 void Paint( const Rectangle& rRect, OutputDevice* pTargetDevice = 0 );
/aoo4110/main/editeng/source/editeng/
H A Dimpedit.cxx147 …d ImpEditView::DrawSelection( EditSelection aTmpSel, Region* pRegion, OutputDevice* pTargetDevice ) in DrawSelection() argument
164 OutputDevice* pTarget = pTargetDevice ? pTargetDevice : pOutWin; in DrawSelection()
H A Dimpedit.hxx312 void DrawSelection( EditSelection, Region* pRegion = NULL, OutputDevice* pTargetDevice = NULL );
754 …void Paint( ImpEditView* pView, const Rectangle& rRect, OutputDevice* pTargetDevice = 0, sal_B…
H A Deditview.cxx299 void EditView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice ) in Paint() argument
303 PIMPEE->Paint( pImpEditView, rRect, pTargetDevice ); in Paint()
H A Dimpedit3.cxx3637 void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRec, OutputDevice* pTargetDevice, … in Paint() argument
3649 OutputDevice* pTarget = pTargetDevice ? pTargetDevice : pView->GetWindow(); in Paint()
/aoo4110/main/editeng/source/outliner/
H A Doutlvw.cxx91 void OutlinerView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice ) in Paint() argument
100 pEditView->Paint( rRect, pTargetDevice ); in Paint()

Completed in 133 milliseconds