Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsLeft.java72 Rectangle aRectLabelFields = new Rectangle(); in insertDetailFields() local
91 aRectLabelFields.Y = 0; in insertDetailFields()
92 aRectLabelFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
102aRectLabelFields = insertLabel(xSection, sLabel, aRectLabelFields, nLabelWidth, aSOLabel); in insertDetailFields()
105aRectLabelFields = 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()
111aRectLabelFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLast… in insertDetailFields()
113 aRectLabelFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
118aRectLabelFields.Y += Math.max(aSOLabel.getHeight(LayoutConstants.EmptyLineHeight), nLastHeight); … in insertDetailFields()
[all …]

Completed in 10 milliseconds