Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx471 long nCJKAscent = 0; in CalcTextSize() local
485 calcFontHeightAnyAscent( this, maCJKFont, nCJKHeight, nCJKAscent ); in CalcTextSize()
505 nCJKHeight -= nCJKAscent; in CalcTextSize()
509 if( nAscent < nCJKAscent ) in CalcTextSize()
510 nAscent = nCJKAscent; in CalcTextSize()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx304 long nCJKAscent = 0; in CalcTextSize() local
316 calcFontHeightAnyAscent(pWin,aCJKFont,nCJKHeight,nCJKAscent); in CalcTextSize()
336 nCJKHeight -= nCJKAscent; in CalcTextSize()
340 if( nAscent < nCJKAscent ) in CalcTextSize()
341 nAscent = nCJKAscent; in CalcTextSize()

Completed in 57 milliseconds