Searched refs:nTextOffset (Results 1 – 2 of 2) sorted by relevance
1147 short nTextOffset( 0 ); in Paint() local1152 nTextOffset = rFmt.GetCharTextDistance() / nWidthRelation; in Paint()1216 if(nTextOffset < 0) in Paint()1217 nTextXPos = nTextXPos + nTextOffset; in Paint()1218 if(nNumberXPos + nBulletWidth + nTextOffset > nTextXPos ) in Paint()1219 nTextXPos = nNumberXPos + nBulletWidth + nTextOffset; in Paint()1289 sal_uInt16 nTextOffset = 2 * nXStep; in Paint() local1293 nTextOffset = nLineHeight + nXStep; in Paint()1297 … nTextOffset = lcl_DrawBullet(pVDev, rFmt, nXStart, nYStart, aStdFont.GetSize()); in Paint()1298 nTextOffset = nTextOffset + nXStep; in Paint()[all …]
2739 short nTextOffset( 0 ); in Paint() local2744 nTextOffset = rFmt.GetCharTextDistance() / nWidthRelation; in Paint()2753 if(nTextOffset < 0) in Paint()2754 nNumberXPos = nNumberXPos + nTextOffset; in Paint()2820 if(nTextOffset < 0) in Paint()2821 nTextXPos = nTextXPos + nTextOffset; in Paint()2822 if(nNumberXPos + nBulletWidth + nTextOffset > nTextXPos ) in Paint()2823 nTextXPos = nNumberXPos + nBulletWidth + nTextOffset; in Paint()2900 sal_uInt16 nTextOffset = 2 * nXStep; in Paint() local2905 … nTextOffset = lcl_DrawGraphic(pVDev, rFmt, nXStart, nYStart, nWidthRelation); in Paint()[all …]