| LibreOffice Module sw (master) 1
    | 
#include "crsrsh.hxx"#include "charfmt.hxx"#include "fldupde.hxx"#include "frmfmt.hxx"#include "swdllapi.h"#include "swundo.hxx"#include "tblenum.hxx"#include "tox.hxx"#include <memory>#include <utility>#include <vector>#include <o3tl/sorted_vector.hxx>Go to the source code of this file.
| Classes | |
| struct | SwGetINetAttr | 
| For querying the INet-attributes for Navigator.  More... | |
| class | SwEditShell | 
| class | SwActContext | 
| Class for automated call of Start- and EndAction().  More... | |
| class | SwMvContext | 
| Class for automated call of Start- and EndCursorMove().  More... | |
| Namespaces | |
| namespace | tools | 
| namespace | com | 
| namespace | com::sun | 
| namespace | com::sun::star | 
| namespace | com::sun::star::uno | 
| namespace | com::sun::star::linguistic2 | 
| namespace | svx | 
| namespace | sfx2 | 
| namespace | sw | 
| Dialog to specify the properties of date form field. | |
| Macros | |
| #define | CNT_TXT 0x0001 | 
| #define | CNT_GRF 0x0002 | 
| #define | CNT_OLE 0x0010 | 
| #define | CNT_HasText(USH) ((USH)&CNT_TXT) | 
| #define | CNT_HasGrf(USH) ((USH)&CNT_GRF) | 
| #define | CNT_HasOLE(USH) ((USH)&CNT_OLE) | 
| Typedefs | |
| typedef std::vector< SpellPortion > | svx::SpellPortions | 
| typedef std::vector< SwGetINetAttr > | SwGetINetAttrs | 
| Enumerations | |
| enum class | ParaBreakType { ToBlank = 0 , ToOnlyCR = 2 } | 
| #define CNT_GRF 0x0002 | 
Definition at line 132 of file editsh.hxx.
| #define CNT_HasGrf | ( | USH | ) | ((USH)&CNT_GRF) | 
Definition at line 137 of file editsh.hxx.
| #define CNT_HasOLE | ( | USH | ) | ((USH)&CNT_OLE) | 
Definition at line 138 of file editsh.hxx.
| #define CNT_HasText | ( | USH | ) | ((USH)&CNT_TXT) | 
Definition at line 136 of file editsh.hxx.
| #define CNT_OLE 0x0010 | 
Definition at line 133 of file editsh.hxx.
| #define CNT_TXT 0x0001 | 
Definition at line 131 of file editsh.hxx.
| typedef std::vector<SwGetINetAttr> SwGetINetAttrs | 
Definition at line 128 of file editsh.hxx.
| 
 | strong | 
| Enumerator | |
|---|---|
| ToBlank | |
| ToOnlyCR | |
Definition at line 113 of file editsh.hxx.