Searched refs:rTargetDevice (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayeredDevice.cxx | 66 OutputDevice& rTargetDevice, in DeviceCopy() argument 70 rTargetDevice.DrawOutDev( in DeviceCopy() 116 OutputDevice& rTargetDevice, 493 OutputDevice& rTargetDevice, in Repaint() argument 498 DeviceCopy(rTargetDevice, *mpLayerDevice, rRepaintRectangle); in Repaint() 507 ::boost::ref(rTargetDevice), in Repaint()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 6356 if( rTargetDevice.IsBackground() ) in ImplDrawText() 6368 aOldTextColor = rTargetDevice.GetTextColor(); in ImplDrawText() 6369 if ( rTargetDevice.IsTextFillColor() ) in ImplDrawText() 6375 rTargetDevice.SetTextColor( COL_GREEN ); in ImplDrawText() 6388 … rTargetDevice.SetTextColor( rTargetDevice.GetSettings().GetStyleSettings().GetDisableColor() ); in ImplDrawText() 6508 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText() 6524 rTargetDevice.Pop(); in ImplDrawText() 6578 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText() 6583 rTargetDevice.Push( PUSH_CLIPREGION ); in ImplDrawText() 6591 rTargetDevice.Pop(); in ImplDrawText() [all …]
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | objectcontactofobjlistpainter.cxx | 73 OutputDevice& rTargetDevice, in ObjectContactOfObjListPainter() argument 77 mrTargetOutputDevice(rTargetDevice), in ObjectContactOfObjListPainter()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 338 …intOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDevice& rTargetDevice) const in ImpPaintOutlinerView() 346 Rectangle aPixRect(rTargetDevice.LogicToPixel(aBlankRect)); in ImpPaintOutlinerView() 349 rOutlView.Paint(aBlankRect, &rTargetDevice); in ImpPaintOutlinerView() 362 rTargetDevice, in ImpPaintOutlinerView() 367 const bool bMerk(rTargetDevice.IsMapModeEnabled()); in ImpPaintOutlinerView() 383 rTargetDevice.EnableMapMode(false); in ImpPaintOutlinerView() 385 rTargetDevice.EnableMapMode(bMerk); in ImpPaintOutlinerView()
|
/aoo4110/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1523 OutputDevice& rTargetDevice = mpTargetPaintWindow->GetTargetOutputDevice(); in SmoothScroll() local 1524 const Rectangle aTargetPixel(rTargetDevice.LogicToPixel(aTargetLogic)); in SmoothScroll() 1530 const bool bMapModeWasEnabledDest(rTargetDevice.IsMapModeEnabled()); in SmoothScroll() 1532 rTargetDevice.EnableMapMode(false); in SmoothScroll() 1550 rTargetDevice.DrawOutDev( in SmoothScroll() 1556 rTargetDevice.EnableMapMode(bMapModeWasEnabledDest); in SmoothScroll()
|
/aoo4110/main/svx/inc/svx/sdr/contact/ |
H A D | objectcontactofobjlistpainter.hxx | 86 OutputDevice& rTargetDevice,
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdedxv.hxx | 134 …ntOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDevice& rTargetDevice) const;
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 415 …SAL_DLLPRIVATE XubString ImplGetEllipsisString( const OutputDevice& rTargetDevice, const XubStr… 418 SAL_DLLPRIVATE void ImplDrawText( OutputDevice& rTargetDevice, const Rectangle& rRect,
|
Completed in 83 milliseconds