Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsAbove.java73 Rectangle aRectFields = new Rectangle(); in insertDetailFields() local
84 aRectFields.Y = LayoutConstants.LabelHeight; in insertDetailFields()
85 aRectFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
95 aRectFields.X += nFieldWidth; in insertDetailFields()
98 final int nNextX = aRectFields.X + nFieldWidth; in insertDetailFields()
122 aRectFields.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertDetailFields()
123 aRectFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
134aRectFields = insertFormattedField(xSection, sFieldName, aRectFields, nFieldWidth, aSOTextField); in insertDetailFields()
135 nLastHeight = Math.max(nLastHeight, aRectFields.Height); in insertDetailFields()
136 int nNextX = aRectFields.X + nFieldWidth; in insertDetailFields()
[all …]