Home
last modified time | relevance | path

Searched refs:nRGBValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx153 void appendColor( sal_Int32 nRGBValue );
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx575 void ColorPalette::appendColor( sal_Int32 nRGBValue ) in appendColor() argument
578 maColors[ mnAppendIndex ] = nRGBValue; in appendColor()
580 maColors.push_back( nRGBValue ); in appendColor()

Completed in 39 milliseconds