Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Drubydialog.cxx882 long nLeftStart = nCenter - (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint() local
902 DrawText( Point( nLeftStart , nYBase), sBaseText ); in Paint()
911 DrawText( Point( nLeftStart , nYRuby), sRubyText ); in Paint()
921 DrawText( Point( nLeftStart , nYOutput), sOutputText ); in Paint()
929 if(nOutTextWidth < (nRightEnd - nLeftStart - nCharWidth)) in Paint()
932 nLeftStart += nCharWidth; in Paint()
941 long nSpace = ((nRightEnd - nLeftStart) - GetTextWidth(sOutputText)) / (nCount - 1); in Paint()
945 DrawText( Point( nLeftStart , nYOutput), cChar); in Paint()
947 nLeftStart += nCharWidth + nSpace; in Paint()

Completed in 11 milliseconds