Searched refs:aForeColor (Results 1 – 3 of 3) sorted by relevance
435 ::Color aForeColor( static_cast< sal_uInt32 >( aColor )); in executeControlCommand()436 m_pComboBox->SetControlForeground( aForeColor ); in executeControlCommand()
437 Color aForeColor( GetOriginalColor( nForeColorId ) ); in GetMixedColors() local438 sal_Int32 nFirstDist = GetNearPaletteColors( nIndex1, nIndex2, aForeColor ); in GetMixedColors()453 sal_Int32 nDist = lclGetColorDistance( aForeColor, aColorArr[ nCnt ] ); in GetMixedColors()
4800 Color aForeColor(nFore); in SetShade() local4803 sal_uInt32 nRed = aForeColor.GetRed() * nWW8BrushStyle; in SetShade()4804 sal_uInt32 nGreen = aForeColor.GetGreen() * nWW8BrushStyle; in SetShade()4805 sal_uInt32 nBlue = aForeColor.GetBlue() * nWW8BrushStyle; in SetShade()
Completed in 131 milliseconds