Lines Matching refs:mnRepeat
1060 sal_Int32 mnRepeat; member
1062 SchXMLDataPointStruct() : mnRepeat( 1 ) {} in SchXMLDataPointStruct()
3456 aPoint.mnRepeat = nCurrIndex - nLastIndex - 1; in exportDataPoints()
3515 aPoint.mnRepeat = nRepeat; in exportDataPoints()
3529 aLastPoint.mnRepeat = 0; in exportDataPoints()
3536 aPoint.mnRepeat += aLastPoint.mnRepeat; in exportDataPoints()
3537 else if( aLastPoint.mnRepeat > 0 ) in exportDataPoints()
3543 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints()
3545 … OUString::valueOf( (sal_Int64)( aLastPoint.mnRepeat ) )); in exportDataPoints()
3557 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints()
3559 OUString::valueOf( (sal_Int64)( aLastPoint.mnRepeat ) )); in exportDataPoints()