Home
last modified time | relevance | path

Searched refs:mnPenColor (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx279 sal_Int32 mnPenColor; member in SdOptionsMisc
340 sal_Int32 GetPresentationPenColor() const { Init(); return mnPenColor; } in GetPresentationPenColor()
341 …esentationPenColor( sal_Int32 nPenColor ) { if( mnPenColor != nPenColor ) { OptionsChanged(); mnPe… in SetPresentationPenColor()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1158 mnPenColor = nPenColor; in SetLineColor()
1320 HBRUSH hBrush = CreateSolidBrush( mnPenColor ); in drawPixel()
1327 SetPixel( getHDC(), (int)nX, (int)nY, mnPenColor ); in drawPixel()
1386 HBRUSH hBrush = CreateSolidBrush( mnPenColor ); in drawLine()
1393 SetPixel( getHDC(), (int)nX2, (int)nY2, mnPenColor ); in drawLine()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h151 COLORREF mnPenColor; // PenColor member in WinSalGraphics
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx503 mnPenColor( 0xff0000 ), in SdOptionsMisc()

Completed in 32 milliseconds