Searched refs:crChar (Results 1 – 2 of 2) sorted by relevance
1769 sal_uInt32 crChar = static_cast<sal_uInt32>( reinterpret_cast<sal_uIntPtr>(anyChar.pReserved)); in _correctValues() local1770 if (COL_AUTO == crChar ) in _correctValues()1792 crChar = cr.IsDark() ? COL_WHITE : COL_BLACK; in _correctValues()1793 anyChar <<= crChar; in _correctValues()
2517 sal_uInt32 crChar = static_cast<sal_uInt32>( reinterpret_cast<sal_uIntPtr>(anyChar.pReserved)); in _correctValues() local2519 if( COL_AUTO == crChar ) in _correctValues()2525 crChar = cr.IsDark() ? COL_WHITE : COL_BLACK; in _correctValues()2526 rValue.Value <<= crChar; in _correctValues()
Completed in 71 milliseconds