LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <editeng/outlobj.hxx>
#include <tools/solar.h>
#include <tools/date.hxx>
#include <tools/datetime.hxx>
#include <rtl/ref.hxx>
#include <svl/macitem.hxx>
#include "fldbas.hxx"
Go to the source code of this file.
Classes | |
class | SwPageNumberFieldType |
class | SwPageNumberField |
class | SwAuthorFieldType |
class | SwAuthorField |
class | SwFileNameFieldType |
class | SwFileNameField |
class | SwTemplNameFieldType |
class | SwTemplNameField |
class | SwDocStatFieldType |
class | SwDocStatField |
class | SwHiddenTextFieldType |
class | SwHiddenTextField |
class | SwHiddenParaFieldType |
class | SwHiddenParaField |
class | SwMacroFieldType |
class | SwMacroField |
class | SwPostItFieldType |
class | SwPostItField |
class | SwDocInfoFieldType |
class | SwDocInfoField |
class | SwExtUserFieldType |
class | SwExtUserField |
class | SwRefPageSetFieldType |
class | SwRefPageSetField |
class | SwRefPageGetFieldType |
class | SwRefPageGetField |
class | SwJumpEditFieldType |
class | SwJumpEditField |
class | SwScriptFieldType |
class | SwScriptField |
class | SwCombinedCharFieldType |
class | SwCombinedCharField |
Namespaces | |
namespace | nsSwDocInfoSubType |
Macros | |
#define | MAX_COMBINED_CHARACTERS 6 |
Typedefs | |
typedef sal_uInt16 | SwDocInfoSubType |
Enumerations | |
enum | SwAuthorFormat { AF_BEGIN , AF_NAME = AF_BEGIN , AF_SHORTCUT , AF_FIXED = 0x8000 } |
enum | SwDocStatSubType { DS_BEGIN , DS_PAGE = DS_BEGIN , DS_PARA , DS_WORD , DS_CHAR , DS_TBL , DS_GRF , DS_OLE } |
enum | SwPageNumSubType { PG_RANDOM , PG_NEXT , PG_PREV } |
enum | SwExtUserSubType { EU_COMPANY , EU_FIRSTNAME , EU_NAME , EU_SHORTCUT , EU_STREET , EU_COUNTRY , EU_ZIP , EU_CITY , EU_TITLE , EU_POSITION , EU_PHONE_PRIVATE , EU_PHONE_COMPANY , EU_FAX , EU_EMAIL , EU_STATE , EU_FATHERSNAME , EU_APARTMENT } |
enum | SwJumpEditFormat { JE_FMT_TEXT , JE_FMT_TABLE , JE_FMT_FRAME , JE_FMT_GRAPHIC , JE_FMT_OLE } |
#define MAX_COMBINED_CHARACTERS 6 |
Definition at line 747 of file docufld.hxx.
typedef sal_uInt16 SwDocInfoSubType |
Definition at line 63 of file docufld.hxx.
enum SwAuthorFormat |
Enumerator | |
---|---|
AF_BEGIN | |
AF_NAME | |
AF_SHORTCUT | |
AF_FIXED |
Definition at line 42 of file docufld.hxx.
enum SwDocStatSubType |
Enumerator | |
---|---|
DS_BEGIN | |
DS_PAGE | |
DS_PARA | |
DS_WORD | |
DS_CHAR | |
DS_TBL | |
DS_GRF | |
DS_OLE |
Definition at line 51 of file docufld.hxx.
enum SwExtUserSubType |
Enumerator | |
---|---|
EU_COMPANY | |
EU_FIRSTNAME | |
EU_NAME | |
EU_SHORTCUT | |
EU_STREET | |
EU_COUNTRY | |
EU_ZIP | |
EU_CITY | |
EU_TITLE | |
EU_POSITION | |
EU_PHONE_PRIVATE | |
EU_PHONE_COMPANY | |
EU_FAX | |
EU_EMAIL | |
EU_STATE | |
EU_FATHERSNAME | |
EU_APARTMENT |
Definition at line 101 of file docufld.hxx.
enum SwJumpEditFormat |
Enumerator | |
---|---|
JE_FMT_TEXT | |
JE_FMT_TABLE | |
JE_FMT_FRAME | |
JE_FMT_GRAPHIC | |
JE_FMT_OLE |
Definition at line 122 of file docufld.hxx.
enum SwPageNumSubType |
Enumerator | |
---|---|
PG_RANDOM | |
PG_NEXT | |
PG_PREV |
Definition at line 90 of file docufld.hxx.