Lines Matching refs:aLastPoint
3525 SchXMLDataPointStruct aLastPoint; in exportDataPoints() local
3529 aLastPoint.mnRepeat = 0; in exportDataPoints()
3535 if( aPoint.maStyleName == aLastPoint.maStyleName ) in exportDataPoints()
3536 aPoint.mnRepeat += aLastPoint.mnRepeat; in exportDataPoints()
3537 else if( aLastPoint.mnRepeat > 0 ) in exportDataPoints()
3540 if( aLastPoint.maStyleName.getLength() ) in exportDataPoints()
3541 … mrExport.AddAttribute( XML_NAMESPACE_CHART, XML_STYLE_NAME, aLastPoint.maStyleName ); in exportDataPoints()
3543 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints()
3545 … OUString::valueOf( (sal_Int64)( aLastPoint.mnRepeat ) )); in exportDataPoints()
3549 aLastPoint = aPoint; in exportDataPoints()
3552 if( aPoint.maStyleName == aLastPoint.maStyleName ) in exportDataPoints()
3554 if( aLastPoint.maStyleName.getLength() ) in exportDataPoints()
3555 … mrExport.AddAttribute( XML_NAMESPACE_CHART, XML_STYLE_NAME, aLastPoint.maStyleName ); in exportDataPoints()
3557 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints()
3559 OUString::valueOf( (sal_Int64)( aLastPoint.mnRepeat ) )); in exportDataPoints()