Searched refs:nXStep (Results 1 – 3 of 3) sorted by relevance
1108 sal_uInt16 nXStep = sal_uInt16(aSize.Width() / (3 * MAXLEVEL)); in Paint() local1110 nXStep /= 2; in Paint()1289 sal_uInt16 nTextOffset = 2 * nXStep; in Paint()1293 nTextOffset = nLineHeight + nXStep; in Paint()1298 nTextOffset = nTextOffset + nXStep; in Paint()1310 nTextOffset = nTextOffset + nXStep; in Paint()
2701 …sal_uInt16 nXStep = sal::static_int_cast< sal_uInt16 >(aSize.Width() / (3 * pActNum->GetLevelCount… in Paint() local2703 nXStep /= 2; in Paint()2900 sal_uInt16 nTextOffset = 2 * nXStep; in Paint()2906 nTextOffset = nTextOffset + nXStep; in Paint()2914 nTextOffset = nTextOffset + nXStep; in Paint()2934 nTextOffset = nTextOffset + nXStep; in Paint()
553 const sal_uInt32 nXStep((nWidth > nMaxSteps) ? nWidth / nMaxSteps : 1L); in GetDraftFillColor() local559 for(sal_uInt32 nX(0L); nX < nWidth; nX += nXStep) in GetDraftFillColor()
Completed in 92 milliseconds