Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Drubydialog.cxx870 long nRubyWidth = GetTextWidth(sRubyText); in Paint() local
879 sal_Bool bRubyStretch = nBaseWidth >= nRubyWidth; in Paint()
882 long nLeftStart = nCenter - (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint()
883 long nRightEnd = nCenter + (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint()
905 nOutTextWidth = nRubyWidth; in Paint()

Completed in 19 milliseconds