LibreOffice Module svl (master) 1
|
#include <svl/svldllapi.h>
#include <rtl/ustring.hxx>
#include <tools/datetime.hxx>
#include <o3tl/strong_int.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | SfxUndoContext |
class | SfxUndoAction |
struct | MarkedUndoAction |
struct | SfxUndoArray |
do not make use of these implementation details, unless you really really have to! More... | |
class | SfxListUndoAction |
do not make use of these implementation details, unless you really really have to! More... | |
class | SfxUndoListener |
is a callback interface for notifications about state changes of an SfxUndoManager More... | |
class | SfxUndoManager |
Namespaces | |
namespace | svl |
namespace | svl::undo |
namespace | svl::undo::impl |
Macros | |
#define | MARK_INVALID ::std::numeric_limits< UndoStackMark >::max() |
Typedefs | |
typedef o3tl::strong_int< sal_Int32, struct ViewShellIdTag > | ViewShellId |
typedef o3tl::strong_int< int, struct ViewShellDocIdTag > | ViewShellDocId |
typedef struct _xmlTextWriter * | xmlTextWriterPtr |
typedef sal_Int32 | UndoStackMark |
is a mark on the Undo stack More... | |
Functions | |
class SVL_DLLPUBLIC | SAL_LOPLUGIN_ANNOTATE ("crosscast") SfxRepeatTarget |
#define MARK_INVALID ::std::numeric_limits< UndoStackMark >::max() |
typedef sal_Int32 UndoStackMark |
typedef o3tl::strong_int<int, struct ViewShellDocIdTag> ViewShellDocId |
typedef o3tl::strong_int<sal_Int32, struct ViewShellIdTag> ViewShellId |
typedef struct _xmlTextWriter* xmlTextWriterPtr |
class SVL_DLLPUBLIC SAL_LOPLUGIN_ANNOTATE | ( | "crosscast" | ) |