Searched refs:aRectLabelFields (Results 1 – 1 of 1) sorted by relevance
| /aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
| H A D | InBlocksLabelsLeft.java | 72 Rectangle aRectLabelFields = new Rectangle(); in insertDetailFields() local 91 aRectLabelFields.Y = 0; in insertDetailFields() 92 aRectLabelFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields() 102 … aRectLabelFields = insertLabel(xSection, sLabel, aRectLabelFields, nLabelWidth, aSOLabel); in insertDetailFields() 105 …aRectLabelFields = insertFormattedField(xSection, sFieldName, aRectLabelFields, nFieldWidth, aSOTe… in insertDetailFields() 106 nLastHeight = Math.max(aRectLabelFields.Height, nLastHeight); in insertDetailFields() 107 final int nNextX = aRectLabelFields.X + nLabelWidth + nFieldWidth; in insertDetailFields() 111 …aRectLabelFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLast… in insertDetailFields() 113 aRectLabelFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields() 118 …aRectLabelFields.Y += Math.max(aSOLabel.getHeight(LayoutConstants.EmptyLineHeight), nLastHeight); … in insertDetailFields() [all …]
|
Completed in 10 milliseconds