Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsAbove.java72 Rectangle aRectLabels = new Rectangle(); in insertDetailFields() local
81 aRectLabels.Y = 0; in insertDetailFields()
82 aRectLabels.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
115 aRectLabels.Y = 0; in insertDetailFields()
116 aRectLabels.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
131 aRectLabels = insertLabel(xSection, sLabel, aRectLabels, nLabelWidth, aSOLabel); in insertDetailFields()
141 aRectLabels.Y += nHeight; // 2 * label height in insertDetailFields()
142 aRectLabels.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()