Home
last modified time | relevance | path

Searched refs:DRAWMODE_GHOSTEDFILL (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx1397 nAdaptedDrawMode |= DRAWMODE_GHOSTEDFILL; in adaptLineToFillDrawMode()
1401 nAdaptedDrawMode &= ~DRAWMODE_GHOSTEDFILL; in adaptLineToFillDrawMode()
1453 nAdaptedDrawMode |= DRAWMODE_GHOSTEDFILL; in adaptTextToFillDrawMode()
1457 nAdaptedDrawMode &= ~DRAWMODE_GHOSTEDFILL; in adaptTextToFillDrawMode()
/aoo41x/main/svx/source/sdr/contact/
H A Ddisplayinfo.cxx34 #define ALL_GHOSTED_DRAWMODES (DRAWMODE_GHOSTEDLINE|DRAWMODE_GHOSTEDFILL|DRAWMODE_GHOSTEDTEXT|DRAWM…
/aoo41x/main/vcl/source/gdi/
H A Doutdev.cxx1356 DRAWMODE_GHOSTEDFILL | DRAWMODE_SETTINGSFILL ) ) in SetFillColor()
1382 if( mnDrawMode & DRAWMODE_GHOSTEDFILL ) in SetFillColor()
H A Doutdev3.cxx5032 DRAWMODE_GHOSTEDFILL | DRAWMODE_SETTINGSFILL ) ) in SetFont()
5079 if ( !bTransFill && (mnDrawMode & DRAWMODE_GHOSTEDFILL) ) in SetFont()
5247 DRAWMODE_GHOSTEDFILL | DRAWMODE_SETTINGSFILL ) ) in SetTextFillColor()
5266 if ( !bTransFill && (mnDrawMode & DRAWMODE_GHOSTEDFILL) ) in SetTextFillColor()
/aoo41x/main/vcl/inc/vcl/
H A Doutdev.hxx243 #define DRAWMODE_GHOSTEDFILL ((sal_uLong)0x00004000) macro

Completed in 162 milliseconds