Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsAbove.java76 …tPageWidth() - getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
82 aRectLabels.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
85 aRectFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
116 aRectLabels.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
123 aRectFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
142 aRectLabels.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
145 aRectFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
H A DTabular.java74 aRect.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
76 …final int nWidth = calculateFieldWidth(getLeftGroupIndent(getCountOfGroups()), aFieldNames.length); in insertDetailFields()
124 aRect.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFieldTitles()
135 …final int nWidth = calculateFieldWidth(getLeftGroupIndent(getCountOfGroups()), aFieldTitleNames.le… in insertDetailFieldTitles()
H A DInBlocksLabelsLeft.java74 …tPageWidth() - getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
92 aRectLabelFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
113 aRectLabelFields.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
H A DColumnarSingleColumn.java79 …) - getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()) - nLabelWi… in insertDetailFields()
83 aRect.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
H A DColumnarTwoColumns.java85 …tPageWidth() - getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()); in insertDetailFields()
108 …aRect.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()) + x * (nWidth + nLabelWidth… in insertDetailFields()
H A DReportBuilderLayouter.java409 …tPageWidth() - getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()); in insertGroups()
544 if (getCountOfGroups() == 0) in getNamesWithoutGroupNames()
552 final int nNewLength = _aList.length - getCountOfGroups(); in getNamesWithoutGroupNames()
617 protected int getCountOfGroups() in getCountOfGroups() method in ReportBuilderLayouter

Completed in 25 milliseconds