Searched refs:nYStep (Results 1 – 3 of 3) sorted by relevance
1112 sal_uInt16 nYStep = sal_uInt16((aSize.Height() - 6)/ MAXLEVEL); in Paint() local1120 sal_uInt16 nFontHeight = nYStep * 6 / 10; in Paint()1122 nFontHeight = nYStep * 15 / 10; in Paint()1262 ++nLevel, nYStart = nYStart + nYStep ) in Paint()
554 const sal_uInt32 nYStep((nHeight > nMaxSteps) ? nHeight / nMaxSteps : 1L); in GetDraftFillColor() local557 for(sal_uInt32 nY(0L); nY < nHeight; nY += nYStep) in GetDraftFillColor()
2706 …sal_uInt16 nYStep = sal::static_int_cast< sal_uInt16 >((aSize.Height() - 6)/ (pActNum->GetLevelCou… in Paint() local2713 sal_uInt16 nFontHeight = nYStep * 6 / 10; in Paint()2715 nFontHeight = nYStep * 15 / 10; in Paint()2873 ++nLevel, nYStart = nYStart + nYStep ) in Paint()
Completed in 54 milliseconds