/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | OfficeTableTemplateLayoutController.java | 95 if (report.getReportFooter() != null) in initialize() 97 addFromSection(tables, (Section) report.getReportFooter()); in initialize()
|
H A D | OfficeReportLayoutController.java | 172 return delegateSection(or.getReportFooter(), in processContent()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | DesignTemplate.java | 82 XSection getReportFooter() throws com.sun.star.container.NoSuchElementException in getReportFooter() method in DesignTemplate 84 return m_xReportDefinition.getReportFooter(); in getReportFooter()
|
H A D | ReportBuilderLayouter.java | 969 xSection = getReportDefinition().getReportFooter(); in clearReportFooter() 988 XSection xForeignSection = getDesignTemplate().getReportFooter(); in insertReportFooter() 993 XSection xSection = getReportDefinition().getReportFooter(); in insertReportFooter()
|
/aoo41x/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 109 …::Reference< ::com::sun::star::report::XSection > getReportFooter() { return m_xReport->getReportF… in getReportFooter() function in rptui::OReportHelper
|
H A D | ReportDefinition.hxx | 250 …:star::uno::Reference< ::com::sun::star::report::XSection > SAL_CALL getReportFooter() throw (::co…
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | OfficeReport.java | 125 public Node getReportFooter() in getReportFooter() method in OfficeReport
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportVisitor.cxx | 72 m_pTraverseReport->traverseReportFooter(_xReportDefinition->getReportFooter()); in start()
|
H A D | ReportDefinition.cxx | 1139 uno::Reference< report::XSection > SAL_CALL OReportDefinition::getReportFooter() throw (container::… in getReportFooter() function in reportdesign::OReportDefinition
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlReport.cxx | 196 …text = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getReportFooter()); in CreateChildContext()
|
H A D | xmlExport.cxx | 436 exportSection(_xReportDefinition->getReportFooter()); in exportReport() 1387 exportSectionAutoStyle(xProp->getReportFooter()); in collectComponentStyles()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 79 …eport::XSection> , OReportHelper> pMemFunSection = ::std::mem_fun(&OReportHelper::getReportFooter); in getMemberFunction()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 147 …onTitle(xReport,RID_STR_REPORT_FOOTER,::std::mem_fun(&OReportHelper::getReportFooter),::std::mem_f… in _propertyChanged()
|
H A D | ReportController.cxx | 2241 … getDesignView()->addSection(m_xReportDefinition->getReportFooter(),DBREPORTFOOTER,nPosition); in propertyChange() 2242 m_pReportControllerObserver->AddSection(m_xReportDefinition->getReportFooter()); in propertyChange() 3779 getDesignView()->addSection(m_xReportDefinition->getReportFooter(),DBREPORTFOOTER); in listen() 3780 rObserver.AddSection(m_xReportDefinition->getReportFooter()); in listen() 3823 ,::std::mem_fun(&OReportHelper::getReportFooter) in switchReportSection()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 691 traverseSection(xReport->getReportFooter(),pParent,SID_REPORTHEADERFOOTER,nPos); in _propertyChanged()
|