Searched refs:xForeignSection (Results 1 – 1 of 1) sorted by relevance
636 XSection xForeignSection = getDesignTemplate().getDetail(); in copyDetailProperties() local637 if (xForeignSection != null) in copyDetailProperties()642 copyProperties(xForeignSection, xSection); in copyDetailProperties()938 XSection xForeignSection = getDesignTemplate().getReportHeader(); in insertReportHeader() local940 if (xForeignSection != null) in insertReportHeader()946 copySection(xForeignSection, xSection); in insertReportHeader()988 XSection xForeignSection = getDesignTemplate().getReportFooter(); in insertReportFooter() local990 if (xForeignSection != null) in insertReportFooter()996 copySection(xForeignSection, xSection); in insertReportFooter()1292 XSection xForeignSection = getDesignTemplate().getPageHeader(); in insertPageHeader() local[all …]