Home
last modified time | relevance | path

Searched refs:crBack (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/access/
H A Dacccell.cxx499 sal_uInt32 crBack = rBack.GetColor().GetColor(); in getBackground() local
501 if (COL_AUTO == crBack) in getBackground()
509 crBack = (sal_uInt32)xCompoentDoc->getBackground(); in getBackground()
513 return crBack; in getBackground()
H A Dacctable.cxx1849 sal_uInt32 crBack = rBack.GetColor().GetColor(); in getBackground() local
1851 if (COL_AUTO == crBack) in getBackground()
1859 crBack = (sal_uInt32)xCompoentDoc->getBackground(); in getBackground()
1863 return crBack; in getBackground()
H A Daccpara.cxx2502 sal_uInt32 crBack = static_cast<sal_uInt32>( reinterpret_cast<sal_uIntPtr>(anyChar.pReserved)); in _correctValues() local
2503 if (COL_AUTO == crBack) in _correctValues()
2508 crBack = (sal_uInt32)xComponent->getBackground(); in _correctValues()
2510 rValue.Value <<= crBack; in _correctValues()

Completed in 49 milliseconds