Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java653 … insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth, SectionObject _aSO) in insertLabel() argument
664 if (_aSO != null) in insertLabel()
666 if (_aSO instanceof SectionEmptyObject) in insertLabel()
668 float fCharWeight = _aSO.getCharWeight(com.sun.star.awt.FontWeight.NORMAL); in insertLabel()
677 final FontDescriptor aFD = _aSO.getFontDescriptor(); in insertLabel()
681 copyProperties(_aSO.getParent(), xFixedText); in insertLabel()
683 nHeight = _aSO.getHeight(LayoutConstants.LabelHeight); in insertLabel()
777 if (_aSO != null) in insertFormattedField()
780 final FontDescriptor aFD = _aSO.getFontDescriptor(); in insertFormattedField()
784 copyProperties(_aSO.getParent(), xReportControlModel); in insertFormattedField()
[all …]

Completed in 20 milliseconds