|
LibreOffice Module svx (master) 1
|
#include <config_options.h>#include <sal/config.h>#include <memory>#include <vector>#include <editeng/outlobj.hxx>#include <svl/itemset.hxx>#include <svl/undo.hxx>#include <svl/style.hxx>#include <tools/gen.hxx>#include <svx/svdtypes.hxx>#include <svx/svdsob.hxx>#include <svx/svxdllapi.h>#include <unotools/resmgr.hxx>Go to the source code of this file.
Classes | |
| class | SdrUndoAction |
| Abstract base class (ABC) for all UndoActions of DrawingEngine. More... | |
| class | SdrUndoGroup |
| Aggregation of arbitrarily many UndoActions to a single UndoAction. More... | |
| class | SdrUndoObj |
| Abstract base class for all UndoActions that handle objects. More... | |
| class | SdrUndoAttrObj |
| Changing the object attributes. More... | |
| class | SdrUndoMoveObj |
| Only moving of an object. More... | |
| class | SdrUndoGeoObj |
| Changing the geometry of an object. More... | |
| class | SdrUndoDiagramModelData |
| class | SdrUndoObjList |
| Manipulation of an ObjList: New Object, DeleteObj, SetObjZLevel, Grouping, ... Abstract base class. More... | |
| class | SdrUndoRemoveObj |
| Removing an Object from an ObjectList. More... | |
| class | SdrUndoInsertObj |
| Inserting Objects into an ObjectList. More... | |
| class | SdrUndoDelObj |
| Deleting an Object. More... | |
| class | SdrUndoNewObj |
| Inserting a NEW Object. More... | |
| class | SdrUndoReplaceObj |
| Replacing an Object. More... | |
| class | SdrUndoCopyObj |
| Copying an Object. More... | |
| class | SdrUndoObjOrdNum |
| class | SdrUndoSort |
| class | SdrUndoObjectLayerChange |
| class | SdrUndoObjSetText |
| class | SdrUndoObjStrAttr |
| Implement Title/Description Elements UI for Writer text frames, graphics and embedded objects (#i73249#) More... | |
| class | SdrUndoObjDecorative |
| class | SdrUndoLayer |
| Abstract base class for all UndoActions that have something to do with SdrLayer. More... | |
| class | SdrUndoNewLayer |
| Inserting a new Layer. More... | |
| class | SdrUndoDelLayer |
| Deleting a Layer. More... | |
| class | SdrUndoPage |
| ABC for all UndoActions that have something to do with SdrPages. More... | |
| class | SdrUndoPageList |
| ABC for manipulation of a PageList: New Page, DeletePage, MovePage (ChangePageNum). More... | |
| class | SdrUndoDelPage |
| Deleting a Page. More... | |
| class | SdrUndoNewPage |
| Inserting a new Page. More... | |
| class | SdrUndoCopyPage |
| Copying a Page. More... | |
| class | SdrUndoSetPageNum |
| Moving a Page within the List. More... | |
| class | SdrUndoPageMasterPage |
| ABC for all UndoActions that have something to do with MasterPage relationships. More... | |
| class | SdrUndoPageRemoveMasterPage |
| Removal of a MasterPage from a Character Page. More... | |
| class | SdrUndoPageChangeMasterPage |
| Changing the MasterPageDescriptor (e.g. More... | |
| class | SdrUndoFactory |
| The SdrUndoFactory can be set and retrieved from the SdrModel. More... | |
Namespaces | |
| namespace | svx |
| namespace | svx::diagram |