Searched refs:bIsDark (Results 1 – 5 of 5) sorted by relevance
183 sal_Bool bIsDark = sal_False; in handle() local195 bIsDark = aWindowColor.IsDark(); in handle()201 bIsDark = aBackColor.IsDark(); in handle()207 bIsDark = aLabelBackColor.IsDark(); in handle()211 if (bIsDark) in handle()
2063 sal_Bool bIsDark = sal_False; in Write() local2066 aAny >>= bIsDark; in Write()2067 nFontColor = bIsDark ? 0xffffff : 0x000000; in Write()2313 sal_Bool bIsDark = sal_False; in Write() local2316 aAny >>= bIsDark; in Write()2317 nBulletColor = bIsDark ? 0xffffff : 0x000000; in Write()
1436 sal_Bool bIsDark = sal_False; in ImplWriteParagraphs() local1439 aAny >>= bIsDark; in ImplWriteParagraphs()1440 nBulletColor = bIsDark ? 0xffffff : 0x000000; in ImplWriteParagraphs()1489 sal_Bool bIsDark = sal_False; in ImplWritePortions() local1492 aAny >>= bIsDark; in ImplWritePortions()1493 nCharColor = bIsDark ? 0xffffff : 0x000000; in ImplWritePortions()
729 sal_Bool bIsDark = sal_False; in WriteRunProperties() local730 GET( bIsDark, IsBackgroundDark ); in WriteRunProperties()731 color = bIsDark ? 0xffffff : 0x000000; in WriteRunProperties()
999 bool bIsDark = (aTextColor.GetColor() == COL_BLACK) in createTextAction() local1002 aShadowColor = bIsDark ? COL_LIGHTGRAY : COL_BLACK; in createTextAction()
Completed in 64 milliseconds