Searched refs:_aSO (Results 1 – 1 of 1) sorted by relevance
653 … insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth, SectionObject _aSO) in insertLabel() argument664 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 25 milliseconds