LibreOffice Module reportdesign (master) 1
|
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 |
Helper class to allow std::mem_fun for SAL_CALL.
Definition at line 71 of file UndoActions.hxx.
|
inline |
Definition at line 75 of file UndoActions.hxx.
|
inline |
Definition at line 83 of file UndoActions.hxx.
References m_xReport.
Referenced by getMemberFunction().
std::function< uno::Reference< report::XSection >(OReportHelper *)> rptui::OReportHelper::getMemberFunction | ( | const css::uno::Reference< css::report::XSection > & | _xSection | ) |
Definition at line 55 of file UndoActions.cxx.
References getDetail(), getPageFooter(), getPageHeader(), getReportFooter(), and getReportHeader().
Referenced by rptui::lcl_createUndo(), and rptui::OXUndoEnvironment::propertyChange().
|
inline |
Definition at line 82 of file UndoActions.hxx.
References m_xReport.
Referenced by getMemberFunction().
|
inline |
Definition at line 88 of file UndoActions.hxx.
References m_xReport.
|
inline |
Definition at line 81 of file UndoActions.hxx.
References m_xReport.
Referenced by getMemberFunction().
|
inline |
Definition at line 87 of file UndoActions.hxx.
References m_xReport.
|
inline |
Definition at line 80 of file UndoActions.hxx.
References m_xReport.
Referenced by getMemberFunction().
|
inline |
Definition at line 86 of file UndoActions.hxx.
References m_xReport.
|
inline |
Definition at line 79 of file UndoActions.hxx.
References m_xReport.
Referenced by getMemberFunction().
|
inline |
Definition at line 85 of file UndoActions.hxx.
References m_xReport.
|
private |
Definition at line 73 of file UndoActions.hxx.
Referenced by getDetail(), getPageFooter(), getPageFooterOn(), getPageHeader(), getPageHeaderOn(), getReportFooter(), getReportFooterOn(), getReportHeader(), and getReportHeaderOn().