Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java668 float fCharWeight = _aSO.getCharWeight(com.sun.star.awt.FontWeight.NORMAL); in insertLabel() local
669 if (fCharWeight > 0.1f) in insertLabel()
671 xFixedText.setCharWeight(fCharWeight); in insertLabel()
1558 float fCharWeight = 0.0f; in getLabelWidth() local
1562 fCharWeight = _aFD.Weight; in getLabelWidth()
1565 return getLabelWidth(_sLabel, fCharWeight, fCharHeight); in getLabelWidth()

Completed in 20 milliseconds