Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java370 if (getDesignTemplate() != null) in copyGroupProperties()
374 final XGroups xForeignGroups = getDesignTemplate().getGroups(); in copyGroupProperties()
433 SectionObject aSO = getDesignTemplate().getGroupLabel(i); in insertGroups()
436 aSO = getDesignTemplate().getGroupTextField(i); in insertGroups()
632 if (getDesignTemplate() != null) in copyDetailProperties()
636 XSection xForeignSection = getDesignTemplate().getDetail(); in copyDetailProperties()
931 if (getDesignTemplate() != null) in insertReportHeader()
933 if (getDesignTemplate().getReportHeaderOn()) in insertReportHeader()
938 XSection xForeignSection = getDesignTemplate().getReportHeader(); in insertReportHeader()
981 if (getDesignTemplate() != null) in insertReportFooter()
[all …]
H A DTabular.java77 final SectionObject aSO = getDesignTemplate().getDetailTextField(); in insertDetailFields()
109 aSO = getDesignTemplate().getDetailLabel(); in insertDetailFieldTitles()
119 aSO = getDesignTemplate().getGroupLabel(lastGroupPostion); in insertDetailFieldTitles()
H A DColumnarSingleColumn.java75 final SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
77 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 DColumnarTwoColumns.java99 final SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
101 final SectionObject aSOTextField = getDesignTemplate().getDetailTextField(); in insertDetailFields()
H A DInBlocksLabelsAbove.java118 final SectionObject aSOLabel = getDesignTemplate().getDetailLabel(); in insertDetailFields()
120 final SectionObject aSOTextField = getDesignTemplate().getDetailTextField(); in insertDetailFields()