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 <vector>
#include <o3tl/sorted_vector.hxx>
Go to the source code of this file.
Classes | |
class | com::sun::star::uno::Sequence< class > |
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 | |
tools | |
com::sun::star::uno | |
com::sun::star::linguistic2 | |
svx | |
sfx2 | |
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 | ParaBreakType { ParaBreakType::ToBlank = 0, ParaBreakType::ToOnlyCR = 2 } |
#define CNT_GRF 0x0002 |
Definition at line 130 of file editsh.hxx.
Referenced by SwWrtShell::Do(), SwGrfShell::ExecAttr(), SwGrfShell::GetAttrState(), SwEditShell::GetCntType(), SwFEShell::GetDrawObjGraphic(), IMPL_LINK_NOARG(), SwWrtShell::SelectNextPrevHyperlink(), and SwFEShell::SelectObj().
#define CNT_HasGrf | ( | USH | ) | ((USH)&CNT_GRF) |
Definition at line 135 of file editsh.hxx.
Referenced by SwTransferable::PasteData().
#define CNT_HasOLE | ( | USH | ) | ((USH)&CNT_OLE) |
Definition at line 136 of file editsh.hxx.
#define CNT_HasText | ( | USH | ) | ((USH)&CNT_TXT) |
Definition at line 134 of file editsh.hxx.
#define CNT_OLE 0x0010 |
Definition at line 131 of file editsh.hxx.
Referenced by SwWrtShell::Do(), SwFEShell::FinishOLEObj(), SwEditShell::GetCntType(), SwEditShell::GetOLEObject(), SwWrtShell::LaunchOLEObj(), and SwWrtShell::SelectNextPrevHyperlink().
#define CNT_TXT 0x0001 |
Definition at line 129 of file editsh.hxx.
Referenced by SwEditShell::GetCntType(), and SwFEShell::SelectObj().
typedef std::vector<SwGetINetAttr> SwGetINetAttrs |
Definition at line 126 of file editsh.hxx.
|
strong |
Enumerator | |
---|---|
ToBlank | |
ToOnlyCR |
Definition at line 111 of file editsh.hxx.