Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java240 nIndent = _nGroupCount * LayoutConstants.IndentFactorWidth; in getLeftGroupIndent()
244 nIndent = MAX_INDENT * LayoutConstants.IndentFactorWidth; in getLeftGroupIndent()
444 final int nLineHeight = LayoutConstants.LineHeight; in insertGroups()
663 … int nHeight = LayoutConstants.LabelHeight; // default height of label is fixed. in insertLabel()
683 nHeight = _aSO.getHeight(LayoutConstants.LabelHeight); in insertLabel()
750 int nHeight = LayoutConstants.FormattedFieldHeight; in insertFormattedField()
758 nHeight = LayoutConstants.BinaryHeight; in insertFormattedField()
763 nHeight = LayoutConstants.FormattedFieldHeight; in insertFormattedField()
767 nHeight = LayoutConstants.MemoFieldHeight; // special case for memo in insertFormattedField()
1344 aRect.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertPageHeader()
[all …]
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()
150 …aRectFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLastHeigh… in insertDetailFields()
151 aRectFields.Y += aSOTextField.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
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()
123 aRect.Y += aSOLabel.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
H A DTabular.java78 int nHeight = LayoutConstants.FormattedFieldHeight; in insertDetailFields()
132 aRect.Y = xSection.getHeight() + LayoutConstants.LineHeight; in insertDetailFieldTitles()
141 xSection.setHeight(xSection.getHeight() + aSO.getHeight(LayoutConstants.LabelHeight)); in insertDetailFieldTitles()
H A DColumnarSingleColumn.java89 aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), nHeight); in insertDetailFields()
91 aRect.Y += aSOLabel.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
H A DInBlocksLabelsLeft.java111 …aRectLabelFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLast… in insertDetailFields()
118 …aRectLabelFields.Y += Math.max(aSOLabel.getHeight(LayoutConstants.EmptyLineHeight), nLastHeight); … in insertDetailFields()
H A DLayoutConstants.java30 public class LayoutConstants class
H A Dmakefile.mk48 LayoutConstants.java \