Searched refs:crBack (Results 1 – 3 of 3) sorted by relevance
499 sal_uInt32 crBack = rBack.GetColor().GetColor(); in getBackground() local501 if (COL_AUTO == crBack) in getBackground()509 crBack = (sal_uInt32)xCompoentDoc->getBackground(); in getBackground()513 return crBack; in getBackground()
1849 sal_uInt32 crBack = rBack.GetColor().GetColor(); in getBackground() local1851 if (COL_AUTO == crBack) in getBackground()1859 crBack = (sal_uInt32)xCompoentDoc->getBackground(); in getBackground()1863 return crBack; in getBackground()
2502 sal_uInt32 crBack = static_cast<sal_uInt32>( reinterpret_cast<sal_uIntPtr>(anyChar.pReserved)); in _correctValues() local2503 if (COL_AUTO == crBack) in _correctValues()2508 crBack = (sal_uInt32)xComponent->getBackground(); in _correctValues()2510 rValue.Value <<= crBack; in _correctValues()
Completed in 94 milliseconds