Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx183 sal_Bool bIsDark = sal_False; in handle() local
195 bIsDark = aWindowColor.IsDark(); in handle()
201 bIsDark = aBackColor.IsDark(); in handle()
207 bIsDark = aLabelBackColor.IsDark(); in handle()
211 if (bIsDark) in handle()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2063 sal_Bool bIsDark = sal_False; in Write() local
2066 aAny >>= bIsDark; in Write()
2067 nFontColor = bIsDark ? 0xffffff : 0x000000; in Write()
2313 sal_Bool bIsDark = sal_False; in Write() local
2316 aAny >>= bIsDark; in Write()
2317 nBulletColor = bIsDark ? 0xffffff : 0x000000; in Write()
H A Depptso.cxx1436 sal_Bool bIsDark = sal_False; in ImplWriteParagraphs() local
1439 aAny >>= bIsDark; in ImplWriteParagraphs()
1440 nBulletColor = bIsDark ? 0xffffff : 0x000000; in ImplWriteParagraphs()
1489 sal_Bool bIsDark = sal_False; in ImplWritePortions() local
1492 aAny >>= bIsDark; in ImplWritePortions()
1493 nCharColor = bIsDark ? 0xffffff : 0x000000; in ImplWritePortions()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx729 sal_Bool bIsDark = sal_False; in WriteRunProperties() local
730 GET( bIsDark, IsBackgroundDark ); in WriteRunProperties()
731 color = bIsDark ? 0xffffff : 0x000000; in WriteRunProperties()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx999 bool bIsDark = (aTextColor.GetColor() == COL_BLACK) in createTextAction() local
1002 aShadowColor = bIsDark ? COL_LIGHTGRAY : COL_BLACK; in createTextAction()

Completed in 73 milliseconds