LibreOffice Module reportdesign (master) 1
Public Member Functions | Private Attributes | List of all members
rptui::OReportHelper Class Reference

Helper class to allow std::mem_fun for SAL_CALL. More...

#include <UndoActions.hxx>

Public Member Functions

 OReportHelper (css::uno::Reference< css::report::XReportDefinition > _xReport)
 
css::uno::Reference< css::report::XSection > getReportHeader ()
 
css::uno::Reference< css::report::XSection > getReportFooter ()
 
css::uno::Reference< css::report::XSection > getPageHeader ()
 
css::uno::Reference< css::report::XSection > getPageFooter ()
 
css::uno::Reference< css::report::XSection > getDetail ()
 
bool getReportHeaderOn ()
 
bool getReportFooterOn ()
 
bool getPageHeaderOn ()
 
bool getPageFooterOn ()
 
static ::std::function< css::uno::Reference< css::report::XSection >(OReportHelper *)> getMemberFunction (const css::uno::Reference< css::report::XSection > &_xSection)
 

Private Attributes

css::uno::Reference< css::report::XReportDefinition > m_xReport
 

Detailed Description

Helper class to allow std::mem_fun for SAL_CALL.

Definition at line 71 of file UndoActions.hxx.

Constructor & Destructor Documentation

◆ OReportHelper()

rptui::OReportHelper::OReportHelper ( css::uno::Reference< css::report::XReportDefinition >  _xReport)
inline

Definition at line 75 of file UndoActions.hxx.

Member Function Documentation

◆ getDetail()

css::uno::Reference< css::report::XSection > rptui::OReportHelper::getDetail ( )
inline

Definition at line 83 of file UndoActions.hxx.

References m_xReport.

Referenced by getMemberFunction().

◆ getMemberFunction()

std::function< uno::Reference< report::XSection >(OReportHelper *)> rptui::OReportHelper::getMemberFunction ( const css::uno::Reference< css::report::XSection > &  _xSection)

◆ getPageFooter()

css::uno::Reference< css::report::XSection > rptui::OReportHelper::getPageFooter ( )
inline

Definition at line 82 of file UndoActions.hxx.

References m_xReport.

Referenced by getMemberFunction().

◆ getPageFooterOn()

bool rptui::OReportHelper::getPageFooterOn ( )
inline

Definition at line 88 of file UndoActions.hxx.

References m_xReport.

◆ getPageHeader()

css::uno::Reference< css::report::XSection > rptui::OReportHelper::getPageHeader ( )
inline

Definition at line 81 of file UndoActions.hxx.

References m_xReport.

Referenced by getMemberFunction().

◆ getPageHeaderOn()

bool rptui::OReportHelper::getPageHeaderOn ( )
inline

Definition at line 87 of file UndoActions.hxx.

References m_xReport.

◆ getReportFooter()

css::uno::Reference< css::report::XSection > rptui::OReportHelper::getReportFooter ( )
inline

Definition at line 80 of file UndoActions.hxx.

References m_xReport.

Referenced by getMemberFunction().

◆ getReportFooterOn()

bool rptui::OReportHelper::getReportFooterOn ( )
inline

Definition at line 86 of file UndoActions.hxx.

References m_xReport.

◆ getReportHeader()

css::uno::Reference< css::report::XSection > rptui::OReportHelper::getReportHeader ( )
inline

Definition at line 79 of file UndoActions.hxx.

References m_xReport.

Referenced by getMemberFunction().

◆ getReportHeaderOn()

bool rptui::OReportHelper::getReportHeaderOn ( )
inline

Definition at line 85 of file UndoActions.hxx.

References m_xReport.

Member Data Documentation

◆ m_xReport

css::uno::Reference< css::report::XReportDefinition > rptui::OReportHelper::m_xReport
private

The documentation for this class was generated from the following files: