LibreOffice Module reportdesign (master) 1
|
Helper class to allow std::mem_fun for SAL_CALL. More...
#include <UndoActions.hxx>
Public Member Functions | |
OGroupHelper (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 48 of file UndoActions.hxx.
|
privatedelete |
|
inline |
Definition at line 54 of file UndoActions.hxx.
|
inline |
Definition at line 59 of file UndoActions.hxx.
References m_xGroup.
Referenced by rptui::NavigatorTree::UserData::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 63 of file UndoActions.hxx.
References m_xGroup.
Referenced by rptui::NavigatorTree::UserData::_propertyChanged().
|
inline |
Definition at line 60 of file UndoActions.hxx.
References m_xGroup.
Referenced by rptui::OGroupSectionUndo::implReInsert(), and rptui::OGroupSectionUndo::implReRemove().
|
inline |
Definition at line 58 of file UndoActions.hxx.
References m_xGroup.
Referenced by rptui::NavigatorTree::UserData::_propertyChanged(), and getMemberFunction().
|
inline |
Definition at line 62 of file UndoActions.hxx.
References m_xGroup.
Referenced by rptui::NavigatorTree::UserData::_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 50 of file UndoActions.hxx.
Referenced by getFooter(), getFooterOn(), getGroup(), getHeader(), and getHeaderOn().