Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsAbove.java84 aRectFields.Y = LayoutConstants.LabelHeight; in insertDetailFields()
122 aRectFields.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertDetailFields()
139 …int nHeight = (aSOLabel.getHeight(LayoutConstants.LabelHeight) + Math.max(aSOTextField.getHeight(L… in insertDetailFields()
H A DReportBuilderLayouter.java663 … int nHeight = LayoutConstants.LabelHeight; // default height of label is fixed. in insertLabel()
683 nHeight = _aSO.getHeight(LayoutConstants.LabelHeight); in insertLabel()
1344 aRect.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertPageHeader()
1354 … aRect.Y += aSOLabel.getHeight(LayoutConstants.LabelHeight) + LayoutConstants.LineHeight; in insertPageHeader()
1361 aRect.Y += aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertPageHeader()
1462 aRect.Y += LayoutConstants.LabelHeight; in insertPageFooter()
H A DColumnarTwoColumns.java116 … aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), aRect.Height); in insertDetailFields()
122 aRect.Y = Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight) * nRows, nMaxHeight); in insertDetailFields()
H A DLayoutConstants.java32 public static final int LabelHeight = 500; field in LayoutConstants
H A DColumnarSingleColumn.java89 aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), nHeight); in insertDetailFields()
H A DTabular.java141 xSection.setHeight(xSection.getHeight() + aSO.getHeight(LayoutConstants.LabelHeight)); in insertDetailFieldTitles()

Completed in 32 milliseconds