LibreOffice Module reportdesign (master)
1
|
Helper class to allow std::mem_fun for SAL_CALL. More...
#include <UndoActions.hxx>
Public Member Functions | |
OGroupHelper (const css::uno::Reference< css::report::XGroup > &_xGroup) | |
css::uno::Reference< css::report::XSection > | getHeader () |
css::uno::Reference< css::report::XSection > | getFooter () |
const css::uno::Reference< css::report::XGroup > & | getGroup () const |
bool | getHeaderOn () |
bool | getFooterOn () |
static::std::function< css::uno::Reference< css::report::XSection >OGroupHelper *)> | getMemberFunction (const css::uno::Reference< css::report::XSection > &_xSection) |
Private Member Functions | |
OGroupHelper (const OGroupHelper &)=delete | |
OGroupHelper & | operator= (const OGroupHelper &)=delete |
Private Attributes | |
css::uno::Reference< css::report::XGroup > | m_xGroup |
Helper class to allow std::mem_fun for SAL_CALL.
Definition at line 47 of file UndoActions.hxx.
|
privatedelete |
|
inline |
Definition at line 53 of file UndoActions.hxx.
|
inline |
Definition at line 58 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 62 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged().
|
inline |
Definition at line 59 of file UndoActions.hxx.
References m_xGroup.
Referenced by rptui::OGroupSectionUndo::implReInsert(), and rptui::OGroupSectionUndo::implReRemove().
|
inline |
Definition at line 57 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 61 of file UndoActions.hxx.
Referenced by rptui::OSectionWindow::_propertyChanged().
std::function< uno::Reference< report::XSection >OGroupHelper *)> rptui::OGroupHelper::getMemberFunction | ( | const css::uno::Reference< css::report::XSection > & | _xSection | ) |
Definition at line 46 of file UndoActions.cxx.
References getFooter(), and getHeader().
Referenced by rptui::lcl_createUndo(), and rptui::OXUndoEnvironment::propertyChange().
|
privatedelete |
|
private |
Definition at line 49 of file UndoActions.hxx.
Referenced by getGroup().