|
LibreOffice Module sw (master) 1
|
#include <o3tl/deleter.hxx>#include <tools/long.hxx>#include <tools/solar.h>#include <ndarr.hxx>#include <undobj.hxx>#include <set>#include <itabenum.hxx>#include <tblenum.hxx>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | SwUndoInsTable |
| Implements undo/redo for Table -> Insert Table. More... | |
| class | SwUndoTextToTable |
| class | SwUndoTableToText |
| class | SwUndoAttrTable |
| class | SwUndoTableAutoFormat |
| class | SwUndoTableNdsChg |
| struct | SwUndoTableNdsChg::BoxMove |
| class | SwUndoTableMerge |
| class | SwUndoTableNumFormat |
| class | SwUndoTableCpyTable |
| class | SwUndoCpyTable |
| class | SwUndoSplitTable |
| class | SwUndoMergeTable |
| class | SwUndoTableHeadline |
| class | SwUndoTableStyleMake |
| class | SwUndoTableStyleDelete |
| class | SwUndoTableStyleUpdate |
Namespaces | |
| namespace | sw |
| Dialog to specify the properties of date form field. | |
Typedefs | |
| using | SwUndoSaveSections = std::vector< std::unique_ptr< SwUndoSaveSection, o3tl::default_delete< SwUndoSaveSection > > > |
Functions | |
| void | sw::NotifyTableCollapsedParagraph (const SwContentNode *const pNode, SwCursorShell *const pShell) |
| An empty paragraph inside a table with a nested table preceding it should be hidden, unless the cursor is positioned in the paragraph. More... | |
| void | InsertSort (std::vector< sal_uInt16 > &rArr, sal_uInt16 nIdx) |
| using SwUndoSaveSections = std::vector<std::unique_ptr<SwUndoSaveSection, o3tl::default_delete<SwUndoSaveSection> >> |
Definition at line 175 of file UndoTable.hxx.
| void InsertSort | ( | std::vector< sal_uInt16 > & | rArr, |
| sal_uInt16 | nIdx | ||
| ) |
Definition at line 3044 of file untbl.cxx.
Referenced by SwSetExpFieldType::SetSeqRefNo().