Searched refs:nTextXPos (Results 1 – 3 of 3) sorted by relevance
1212 sal_uInt16 nTextXPos( 0 ); in Paint() local1215 nTextXPos = nXStart; in Paint()1217 nTextXPos = nTextXPos + nTextOffset; in Paint()1218 if(nNumberXPos + nBulletWidth + nTextOffset > nTextXPos ) in Paint()1219 nTextXPos = nNumberXPos + nBulletWidth + nTextOffset; in Paint()1227 nTextXPos = static_cast<sal_uInt16>( in Paint()1229 if ( nTextXPos < nNumberXPos + nBulletWidth ) in Paint()1231 nTextXPos = nNumberXPos + nBulletWidth; in Paint()1238 nTextXPos = nNumberXPos + nBulletWidth; in Paint()1248 … Rectangle aRect1(Point(nTextXPos, nYStart + nFontHeight / 2), Size(aSize.Width() / 2, 2)); in Paint()
2816 sal_uInt16 nTextXPos( 0 ); in Paint() local2819 nTextXPos = nXStart; in Paint()2821 nTextXPos = nTextXPos + nTextOffset; in Paint()2822 if(nNumberXPos + nBulletWidth + nTextOffset > nTextXPos ) in Paint()2823 nTextXPos = nNumberXPos + nBulletWidth + nTextOffset; in Paint()2831 nTextXPos = static_cast<sal_uInt16>( in Paint()2833 if ( nTextXPos < nNumberXPos + nBulletWidth ) in Paint()2835 nTextXPos = nNumberXPos + nBulletWidth; in Paint()2842 nTextXPos = nNumberXPos + nBulletWidth; in Paint()2851 Rectangle aRect1(Point(nTextXPos, nYStart + nFontHeight / 2), Size(aSize.Width() / 2, 2)); in Paint()
581 sal_Int32 nTextXPos = nCurrentXPos + nSymbolPlusDistanceWidth; in lcl_placeLegendEntries() local583 nTextXPos = nCurrentXPos - nSymbolPlusDistanceWidth - aTextSize.Width; in lcl_placeLegendEntries()584 xTextShape->setPosition( awt::Point( nTextXPos, nCurrentYPos )); in lcl_placeLegendEntries()
Completed in 28 milliseconds