Searched refs:nRgbValue (Results 1 – 5 of 5) sorted by relevance
231 …sal_Int32 nRgbValue = ContainerHelper::getVectorElement( StaticPresetColorsPool::get().maDmlColors… in getDmlPresetColor() local232 return (nRgbValue >= 0) ? nRgbValue : nDefaultRgb; in getDmlPresetColor()240 …sal_Int32 nRgbValue = ContainerHelper::getVectorElement( StaticPresetColorsPool::get().maVmlColors… in getVmlPresetColor() local241 return (nRgbValue >= 0) ? nRgbValue : nDefaultRgb; in getVmlPresetColor()280 sal_Int32 nRgbValue = getDmlPresetColor( nToken, API_RGB_TRANSPARENT ); in setPrstClr() local281 OSL_ENSURE( nRgbValue >= 0, "Color::setPrstClr - invalid preset color token" ); in setPrstClr()282 if( nRgbValue >= 0 ) in setPrstClr()283 setSrgbClr( nRgbValue ); in setPrstClr()
675 sal_Int32 nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in convertControlTextColor() local676 if( nRgbValue == API_RGB_TRANSPARENT ) in convertControlTextColor()677 nRgbValue = rGraphicHelper.getSystemColor( nColorToken, API_RGB_TRANSPARENT ); in convertControlTextColor()678 if( nRgbValue != API_RGB_TRANSPARENT ) in convertControlTextColor()679 return OleHelper::encodeOleColor( nRgbValue ); in convertControlTextColor()735 sal_Int32 nRgbValue = aColor.getColor( rGraphicHelper ); in convertControlBackground() local736 rAxModel.mnBackColor = OleHelper::encodeOleColor( nRgbValue ); in convertControlBackground()
324 void Color::setRgb( sal_Int32 nRgbValue, double fTint ) in setRgb() argument327 setSrgbClr( nRgbValue & 0xFFFFFF ); in setRgb()
220 sal_Int32 nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in decodeColor() local221 if( nRgbValue == API_RGB_TRANSPARENT ) in decodeColor()222 nRgbValue = rGraphicHelper.getSystemColor( nColorToken, API_RGB_TRANSPARENT ); in decodeColor()223 if( nRgbValue != API_RGB_TRANSPARENT ) in decodeColor()225 aDmlColor.setSrgbClr( nRgbValue ); in decodeColor()
101 void setRgb( sal_Int32 nRgbValue, double fTint = 0.0 );
Completed in 53 milliseconds