Searched refs:rOutputDevice (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | helperwrongspellrenderer.cxx | 43 OutputDevice& rOutputDevice, in renderWrongSpellPrimitive2D() argument 74 const Point aOrigin(rOutputDevice.GetMapMode().GetOrigin()); in renderWrongSpellPrimitive2D() 77 const bool bMapModeEnabledState(rOutputDevice.IsMapModeEnabled()); in renderWrongSpellPrimitive2D() 79 rOutputDevice.EnableMapMode(false); in renderWrongSpellPrimitive2D() 80 rOutputDevice.SetLineColor(Color(aProcessedColor)); in renderWrongSpellPrimitive2D() 81 rOutputDevice.SetFillColor(); in renderWrongSpellPrimitive2D() 82 rOutputDevice.DrawWaveLine(aOrigin + aVclStart, aOrigin + aVclStop, nWaveStyle); in renderWrongSpellPrimitive2D() 83 rOutputDevice.EnableMapMode(bMapModeEnabledState); in renderWrongSpellPrimitive2D()
|
H A D | helperwrongspellrenderer.hxx | 51 OutputDevice& rOutputDevice,
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaymanager.cxx | 125 OverlayManager::OverlayManager(OutputDevice& rOutputDevice) in OverlayManager() argument 127 rmOutputDevice(rOutputDevice), in OverlayManager()
|
H A D | overlaymanagerbuffered.cxx | 488 OutputDevice& rOutputDevice, in OverlayManagerBuffered() argument 490 : OverlayManager(rOutputDevice), in OverlayManagerBuffered()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 819 OutputDevice& rOutputDevice, in paintUsingPrimitivesHelper() argument 842 rOutputDevice.GetViewTransformation(), in paintUsingPrimitivesHelper() 850 rOutputDevice, in paintUsingPrimitivesHelper()
|
/aoo41x/main/svx/inc/svx/sdr/overlay/ |
H A D | overlayprimitive2dsequenceobject.hxx | 49 …drawinglayer::geometry::ViewInformation2D impCreateViewInformation2D(OutputDevice& rOutputDevice) …
|
H A D | overlaymanagerbuffered.hxx | 75 OutputDevice& rOutputDevice,
|
H A D | overlaymanager.hxx | 91 OverlayManager(OutputDevice& rOutputDevice);
|
Completed in 71 milliseconds