Searched refs:_aSO (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
| H A D | ReportBuilderLayouter.java | 653 … 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() 738 …eld(XSection _xSection, String _sFormattedfield, Rectangle _aRect, int _nWidth, SectionObject _aSO) in insertFormattedField() argument 740 …return insertFormattedField(_xSection, _sFormattedfield, _aRect, _nWidth, _aSO, (short) com.sun.st… in insertFormattedField() 743 …ion, String _sFormattedfield, Rectangle _aRect, int _nWidth, SectionObject _aSO, short _nAlignment) in insertFormattedField() argument [all …]
|