Searched refs:nRGBValue (Results 1 – 2 of 2) sorted by relevance
153 void appendColor( sal_Int32 nRGBValue );
575 void ColorPalette::appendColor( sal_Int32 nRGBValue ) in appendColor() argument578 maColors[ mnAppendIndex ] = nRGBValue; in appendColor()580 maColors.push_back( nRGBValue ); in appendColor()
Completed in 23 milliseconds