LibreOffice Module sw (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations
editsh.hxx File Reference
#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>
Include dependency graph for editsh.hxx:
This graph shows which files directly or indirectly include this file:

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< SwGetINetAttrSwGetINetAttrs
 

Enumerations

enum class  ParaBreakType {
  ToBlank = 0 ,
  ToOnlyCR = 2
}
 

Macro Definition Documentation

◆ CNT_GRF

#define CNT_GRF   0x0002

Definition at line 132 of file editsh.hxx.

◆ CNT_HasGrf

#define CNT_HasGrf (   USH)    ((USH)&CNT_GRF)

Definition at line 137 of file editsh.hxx.

◆ CNT_HasOLE

#define CNT_HasOLE (   USH)    ((USH)&CNT_OLE)

Definition at line 138 of file editsh.hxx.

◆ CNT_HasText

#define CNT_HasText (   USH)    ((USH)&CNT_TXT)

Definition at line 136 of file editsh.hxx.

◆ CNT_OLE

#define CNT_OLE   0x0010

Definition at line 133 of file editsh.hxx.

◆ CNT_TXT

#define CNT_TXT   0x0001

Definition at line 131 of file editsh.hxx.

Typedef Documentation

◆ SwGetINetAttrs

typedef std::vector<SwGetINetAttr> SwGetINetAttrs

Definition at line 128 of file editsh.hxx.

Enumeration Type Documentation

◆ ParaBreakType

enum class ParaBreakType
strong
Enumerator
ToBlank 
ToOnlyCR 

Definition at line 113 of file editsh.hxx.