Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java106 private SectionObject m_aDetailLabel;
107 private SectionObject m_aDetailTextField;
108 private SectionObject[] m_aGroupLabel;
109 private SectionObject[] m_aGroupTextField;
111 SectionObject getDetailLabel() in getDetailLabel()
120 SectionObject getDetailTextField() in getDetailTextField()
129 SectionObject getGroupTextField(int _nGroup) in getGroupTextField()
134 SectionObject getGroupLabel(int _nGroup) in getGroupLabel()
139 private SectionObject getGroupSectionObject(SectionObject _aGroupList[], int _nGroup) in getGroupSectionObject()
141 SectionObject a = null; in getGroupSectionObject()
[all …]
H A DSectionEmptyObject.java31 public class SectionEmptyObject extends SectionObject
39 public static SectionObject create() in create()
H A DSectionLabel.java32 public class SectionLabel extends SectionObject
43 public static SectionObject create(XFixedText _aFixedText) in create()
H A DSectionTextField.java32 public class SectionTextField extends SectionObject
41 public static SectionObject create(XFormattedField _aFormattedField) in create()
H A DSectionObject.java33 abstract public class SectionObject class
39 public SectionObject() in SectionObject() method in SectionObject
H A DReportBuilderLayouter.java433 SectionObject aSO = getDesignTemplate().getGroupLabel(i); in insertGroups()
653 … insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth, SectionObject _aSO) in insertLabel()
738 …eld(XSection _xSection, String _sFormattedfield, Rectangle _aRect, int _nWidth, SectionObject _aSO) in insertFormattedField()
743 …on _xSection, String _sFormattedfield, Rectangle _aRect, int _nWidth, SectionObject _aSO, short _n… in insertFormattedField()
1342 SectionObject aSOLabel = SectionEmptyObject.create(); in insertPageHeader()
1528 final SectionObject a = getDesignTemplate().getGroupLabel(i); in getMaxLabelWidth()
H A DColumnarSingleColumn.java75 final SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
77 final SectionObject aSOTextField = getDesignTemplate().getDetailTextField(); in insertDetailFields()
H A DColumnarTwoColumns.java99 final SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
101 final SectionObject aSOTextField = getDesignTemplate().getDetailTextField(); in insertDetailFields()
H A DInBlocksLabelsLeft.java94 SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
96 SectionObject aSOTextField = getDesignTemplate().getDetailTextField(); in insertDetailFields()
H A DTabular.java77 final SectionObject aSO = getDesignTemplate().getDetailTextField(); in insertDetailFields()
98 SectionObject aSO = null; in insertDetailFieldTitles()
H A DInBlocksLabelsAbove.java118 final SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
120 final SectionObject aSOTextField = getDesignTemplate().getDetailTextField(); in insertDetailFields()
H A Dmakefile.mk56 SectionObject.java \

Completed in 48 milliseconds