#include <svl/undo.hxx>
#include <osl/mutex.hxx>
#include <sal/log.hxx>
#include <comphelper/flagguard.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/long.hxx>
#include <libxml/xmlwriter.h>
#include <boost/property_tree/json_parser.hpp>
#include <unotools/datetime.hxx>
#include <memory>
#include <utility>
#include <vector>
#include <limits.h>
#include <algorithm>
Go to the source code of this file.
◆ UndoListeners
◆ lcl_ActionToJson()
static boost::property_tree::ptree lcl_ActionToJson |
( |
size_t |
nIndex, |
|
|
SfxUndoAction const * |
pAction |
|
) |
| |
|
static |
◆ m_altNotificationMethod
UndoListenerStringMethod m_altNotificationMethod |
|
private |
◆ m_notificationMethod
UndoListenerVoidMethod m_notificationMethod |
|
private |
◆ m_sActionComment
OUString m_sActionComment |
|
private |