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() local688 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient() local703 aEndCol = Color( ( aEndCol.GetRed() >> 1 ) | 0x80, in DrawGradient()704 ( aEndCol.GetGreen() >> 1 ) | 0x80, in DrawGradient()709 aGradient.SetEndColor( aEndCol ); in DrawGradient()881 aEndCol = Color( ( aEndCol.GetRed() >> 1 ) | 0x80, 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()
Completed in 49 milliseconds