Home
last modified time | relevance | path

Searched refs:nTextXPos (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/ui/misc/
H A Doutline.cxx1212 sal_uInt16 nTextXPos( 0 ); in Paint() local
1215 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()
/aoo41x/main/cui/source/tabpages/
H A Dnumpages.cxx2816 sal_uInt16 nTextXPos( 0 ); in Paint() local
2819 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()
/aoo41x/main/chart2/source/view/main/
H A DVLegend.cxx581 sal_Int32 nTextXPos = nCurrentXPos + nSymbolPlusDistanceWidth; in lcl_placeLegendEntries() local
583 nTextXPos = nCurrentXPos - nSymbolPlusDistanceWidth - aTextSize.Width; in lcl_placeLegendEntries()
584 xTextShape->setPosition( awt::Point( nTextXPos, nCurrentYPos )); in lcl_placeLegendEntries()

Completed in 35 milliseconds