LibreOffice Module svx (master) 1
|
This class provides localized descriptions for some basic actions done with objects. More...
#include <ActionDescriptionProvider.hxx>
Public Types | |
enum class | ActionType { Insert , Delete , Move , Resize , Rotate , Format , MoveToTop , MoveToBottom , PosSize } |
Static Public Member Functions | |
static OUString | createDescription (ActionType eActionType, std::u16string_view rObjectName) |
This class provides localized descriptions for some basic actions done with objects.
The strings are intended to be provided to the user e.g. as description for undo actions in the menu. The name of the object acted on and the type of action needs to be given as input parameter.
Definition at line 32 of file ActionDescriptionProvider.hxx.
|
strong |
Enumerator | |
---|---|
Insert | |
Delete | |
Move | |
Resize | |
Rotate | |
Format | |
MoveToTop | |
MoveToBottom | |
PosSize |
Definition at line 35 of file ActionDescriptionProvider.hxx.
|
static |
Definition at line 25 of file ActionDescriptionProvider.cxx.
References aStr, Delete, Format, Insert, Move, MoveToBottom, MoveToTop, PosSize, Resize, Rotate, and SvxResId().