Searched refs:DrawWaveLine (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 810 rInf.GetOut().DrawWaveLine( aStart, aEnd, nWave ); in lcl_DrawLineForWrongListData() 816 rInf.GetOut().DrawWaveLine( aStart, aEnd, WAVE_NORMAL); in lcl_DrawLineForWrongListData() 823 rInf.GetOut().DrawWaveLine( aStart, aEnd, WAVE_SMALL); in lcl_DrawLineForWrongListData() 829 rInf.GetOut().DrawWaveLine( aStart, aEnd, WAVE_FLAT); in lcl_DrawLineForWrongListData() 1803 rInf.GetOut().DrawWaveLine( aCurrPos, aEnd, nWave ); in DrawText()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | helperwrongspellrenderer.cxx | 82 rOutputDevice.DrawWaveLine(aOrigin + aVclStart, aOrigin + aVclStop, nWaveStyle); in renderWrongSpellPrimitive2D()
|
/trunk/main/vcl/workben/ |
H A D | outdevgrind.cxx | 759 &OutputDevice::DrawWaveLine, in setupMethodStubs()
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 831 …void DrawWaveLine( const Point& rStartPos, const Point& rEndPos, sal_uInt16 nStyle …
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 5492 void OutputDevice::DrawWaveLine( const Point& rStartPos, const Point& rEndPos, in DrawWaveLine() function in OutputDevice 5558 mpAlphaVDev->DrawWaveLine( rStartPos, rEndPos, nStyle ); in DrawWaveLine()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 232 pOutDev->DrawWaveLine( aPnt1, aPnt2, nStyle ); in lcl_DrawRedLines()
|
Completed in 96 milliseconds