LibreOffice Module reportdesign (master)
1
|
Helper class to allow std::mem_fun for SAL_CALL. More...
#include <UndoActions.hxx>
Public Member Functions | |
OReportHelper (const 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 70 of file UndoActions.hxx.
|
inline |
Definition at line 74 of file UndoActions.hxx.
|
inline |
Definition at line 82 of file UndoActions.hxx.
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 81 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 87 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged().
|
inline |
Definition at line 80 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 86 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged().
|
inline |
Definition at line 79 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 85 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged().
|
inline |
Definition at line 78 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 84 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged().
|
private |
Definition at line 72 of file UndoActions.hxx.