Lines Matching refs:XSection

51 import com.sun.star.report.XSection;
196 private void emptySection(XSection _xSectionToClear) in emptySection()
221 final XSection xSection = getReportDefinition().getDetail(); in clearDetails()
378 XSection xForeignGroupSection = xForeignGroup.getHeader(); in copyGroupProperties()
385 XSection xGroupSection = xGroup.getHeader(); in copyGroupProperties()
428 final XSection xGroupSection = xGroup.getHeader(); in insertGroups()
636 XSection xForeignSection = getDesignTemplate().getDetail(); in copyDetailProperties()
639 XSection xSection = getReportDefinition().getDetail(); in copyDetailProperties()
653 …protected Rectangle insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth,… in insertLabel()
738 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField()
743 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField()
872 …protected Rectangle insertVerticalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHe… in insertVerticalLine()
877 …protected Rectangle insertHorizontalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _n… in insertHorizontalLine()
882 …protected Rectangle insertLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight, in… in insertLine()
914 XSection xSection; in clearReportHeader()
938 XSection xForeignSection = getDesignTemplate().getReportHeader(); in insertReportHeader()
943 XSection xSection = getReportDefinition().getReportHeader(); in insertReportHeader()
964 XSection xSection; in clearReportFooter()
988 XSection xForeignSection = getDesignTemplate().getReportFooter(); in insertReportFooter()
993 XSection xSection = getReportDefinition().getReportFooter(); in insertReportFooter()
1015 XSection xSection; in clearPageHeader()
1072 XSection xSection; in clearPageFooter()
1244 private void copySection(XSection _xFromSection, XSection _xToSection) in copySection()
1292 XSection xForeignSection = getDesignTemplate().getPageHeader(); in insertPageHeader()
1297 XSection xSection = getReportDefinition().getPageHeader(); in insertPageHeader()
1337 XSection xSection = null; in insertPageHeader()
1395 XSection xForeignSection = getDesignTemplate().getPageFooter(); in insertPageFooter()
1400 XSection xSection = getReportDefinition().getPageFooter(); in insertPageFooter()
1450 XSection xSection = null; in insertPageFooter()