Home
last modified time | relevance | path

Searched refs:m_xReport (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/inc/
H A DUndoActions.hxx102 ::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()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx134 return m_xReport; in getReportDefinition()
144 if ( m_xReport != _report ) in setReportDefinition()
146 prepareSet(PROPERTY_REPORTDEFINITION, uno::makeAny(m_xReport), uno::makeAny(_report), &l); in setReportDefinition()
147 m_xReport = _report; in setReportDefinition()
170 if ( !m_xReport.is() || !m_xActiveConnection.is() ) in getNewOutputName()
178 const ::rtl::OUString sMimeType = m_xReport->getMimeType(); in getNewOutputName()
206 String sName = m_xReport->getCaption(); in getNewOutputName()
208 sName = m_xReport->getName(); in getNewOutputName()
232 aConvertedProperties[nPos++].Value <<= m_xReport; in getNewOutputName()
251 aConvertedProperties[nPos++].Value <<= m_xReport->getCaption(); in getNewOutputName()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx899 uno::Reference< report::XReportDefinition> m_xReport; member in rptui::ONavigatorImpl
905 :m_xReport(_rController.getReportDefinition()) in ONavigatorImpl()
910 aVisitor.start(m_xReport); in ONavigatorImpl()
911 m_pNavigatorTree->Expand(m_pNavigatorTree->find(m_xReport)); in ONavigatorImpl()
/trunk/main/reportdesign/source/core/inc/
H A DReportEngineJFree.hxx50 ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReport;

Completed in 36 milliseconds