Lines Matching refs:m_xReport
102 ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReport;
105 :m_xReport(_xReport) in OReportHelper()
108 …erence< ::com::sun::star::report::XSection > getReportHeader() { return m_xReport->getReportHeader… in getReportHeader()
109 …erence< ::com::sun::star::report::XSection > getReportFooter() { return m_xReport->getReportFooter… in getReportFooter()
110 …eference< ::com::sun::star::report::XSection > getPageHeader() { return m_xReport->getPageHeader()… in getPageHeader()
111 …eference< ::com::sun::star::report::XSection > getPageFooter() { return m_xReport->getPageFooter()… in getPageFooter()
112 …:Reference< ::com::sun::star::report::XSection > getDetail() { return m_xReport->getDetail(); } in getDetail()
114 inline ::sal_Bool getReportHeaderOn() { return m_xReport->getReportHeaderOn(); } in getReportHeaderOn()
115 inline ::sal_Bool getReportFooterOn() { return m_xReport->getReportFooterOn(); } in getReportFooterOn()
116 inline ::sal_Bool getPageHeaderOn() { return m_xReport->getPageHeaderOn(); } in getPageHeaderOn()
117 inline ::sal_Bool getPageFooterOn() { return m_xReport->getPageFooterOn(); } in getPageFooterOn()