Searched refs:aEndCol (Results 1 – 3 of 3) sorted by relevance
207 Color aEndCol = rGradient.GetEndColor(); in ImplDrawLinearGradient() local211 long nEndRed = aEndCol.GetRed(); in ImplDrawLinearGradient()212 long nEndGreen = aEndCol.GetGreen(); in ImplDrawLinearGradient()213 long nEndBlue = aEndCol.GetBlue(); in ImplDrawLinearGradient()408 Color aEndCol( rGradient.GetEndColor() ); in ImplDrawComplexGradient() local412 long nEndRed = ( (long) aEndCol.GetRed() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()413 long nEndGreen = ( (long) aEndCol.GetGreen() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()414 long nEndBlue = ( (long) aEndCol.GetBlue() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()688 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient() local692 sal_uInt8 cStartLum = aStartCol.GetLuminance(), cEndLum = aEndCol.GetLuminance(); in DrawGradient()[all …]
1185 Color aEndCol; in ImplConvertFromSVM1() local1197 ImplReadColor( rIStm, aEndCol ); in ImplConvertFromSVM1()1200 Gradient aGrad( (GradientStyle) nStyle, aStartCol, aEndCol ); in ImplConvertFromSVM1()
1137 Int32Set_Impl::const_iterator aEndCol( in getAccessibleColumnExtentAt() local1140 static_cast< sal_Int32 >( ::std::distance( aSttCol, aEndCol ) ); in getAccessibleColumnExtentAt()