Home
last modified time | relevance | path

Searched refs:aEndCol (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/core/access/
H A Dacctable.cxx1137 Int32Set_Impl::const_iterator aEndCol( in getAccessibleColumnExtentAt() local
1140 static_cast< sal_Int32 >( ::std::distance( aSttCol, aEndCol ) ); in getAccessibleColumnExtentAt()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx1185 Color aEndCol; in ImplConvertFromSVM1() local
1197 ImplReadColor( rIStm, aEndCol ); in ImplConvertFromSVM1()
1200 Gradient aGrad( (GradientStyle) nStyle, aStartCol, aEndCol ); in ImplConvertFromSVM1()
H A Doutdev4.cxx207 Color aEndCol = rGradient.GetEndColor(); in ImplDrawLinearGradient() local
211 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() local
688 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient() local
703 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 …]

Completed in 36 milliseconds