Searched refs:crChar (Results 1 – 2 of 2) sorted by relevance
1770 sal_uInt32 crChar = static_cast<sal_uInt32>( reinterpret_cast<sal_uIntPtr>(anyChar.pReserved)); in _correctValues() local1771 if (COL_AUTO == crChar ) in _correctValues()1793 crChar = cr.IsDark() ? COL_WHITE : COL_BLACK; in _correctValues()1794 anyChar <<= crChar; in _correctValues()
2521 sal_uInt32 crChar = static_cast<sal_uInt32>( reinterpret_cast<sal_uIntPtr>(anyChar.pReserved)); in _correctValues() local2523 if( COL_AUTO == crChar ) in _correctValues()2529 crChar = cr.IsDark() ? COL_WHITE : COL_BLACK; in _correctValues()2530 rValue.Value <<= crChar; in _correctValues()
Completed in 30 milliseconds