Go to the source code of this file.
|
enum | FormTokenType {
TOKEN_ENTRY_NO,
TOKEN_ENTRY_TEXT,
TOKEN_ENTRY,
TOKEN_TAB_STOP,
TOKEN_TEXT,
TOKEN_PAGE_NUMS,
TOKEN_CHAPTER_INFO,
TOKEN_LINK_START,
TOKEN_LINK_END,
TOKEN_AUTHORITY,
TOKEN_END
} |
|
enum | SwTOXElement : sal_uInt16 {
SwTOXElement::NONE = 0x0000,
SwTOXElement::Mark = 0x0001,
SwTOXElement::OutlineLevel = 0x0002,
SwTOXElement::Template = 0x0004,
SwTOXElement::Ole = 0x0008,
SwTOXElement::Table = 0x0010,
SwTOXElement::Graphic = 0x0020,
SwTOXElement::Frame = 0x0040,
SwTOXElement::Sequence = 0x0080,
SwTOXElement::TableLeader = 0x0100,
SwTOXElement::TableInToc = 0x0200,
SwTOXElement::Bookmark = 0x0400,
SwTOXElement::Newline = 0x0800,
SwTOXElement::ParagraphOutlineLevel = 0x1000,
SwTOXElement::IndexEntryType = 0x2000
} |
|
enum | SwTOIOptions : sal_uInt16 {
SwTOIOptions::NONE = 0x00,
SwTOIOptions::SameEntry = 0x01,
SwTOIOptions::FF = 0x02,
SwTOIOptions::CaseSensitive = 0x04,
SwTOIOptions::KeyAsEntry = 0x08,
SwTOIOptions::AlphaDelimiter = 0x10,
SwTOIOptions::Dash = 0x20,
SwTOIOptions::InitialCaps = 0x40
} |
|
enum | SwCaptionDisplay {
CAPTION_COMPLETE,
CAPTION_NUMBER,
CAPTION_TEXT
} |
|
enum | SwTOOElements : sal_uInt16 {
SwTOOElements::NONE = 0x00,
SwTOOElements::Math = 0x01,
SwTOOElements::Chart = 0x02,
SwTOOElements::Calc = 0x08,
SwTOOElements::DrawImpress = 0x10,
SwTOOElements::Other = 0x80
} |
|
#define FORM_ALPHA_DELIMITER 1 |
#define FORM_PRIMARY_KEY 2 |
#define FORM_SECONDARY_KEY 3 |
#define TOX_STYLE_DELIMITER u'\x0001' |
Definition at line 425 of file tox.hxx.
Referenced by SwAuthorityFieldType::AddField(), SwMultiTOXTabDialog::CreateOrUpdateExample(), SwXDocumentIndex::StyleAccess_Impl::getByIndex(), SwFormToken::GetString(), IMPL_LINK_NOARG(), lcl_BuildToken(), lcl_SearchNextToken(), lcl_toxMatchTSwitch(), SwAuthorityField::PutValue(), SwXDocumentIndex::StyleAccess_Impl::replaceByIndex(), AttributeOutputBase::StartTOX(), SwFieldMgr::UpdateCurField(), and SwTOXBaseSection::UpdateTemplate().
Vector of tokens.
Definition at line 288 of file tox.hxx.
Enumerator |
---|
TOKEN_ENTRY_NO |
|
TOKEN_ENTRY_TEXT |
|
TOKEN_ENTRY |
|
TOKEN_TAB_STOP |
|
TOKEN_TEXT |
|
TOKEN_PAGE_NUMS |
|
TOKEN_CHAPTER_INFO |
|
TOKEN_LINK_START |
|
TOKEN_LINK_END |
|
TOKEN_AUTHORITY |
|
TOKEN_END |
|
Definition at line 230 of file tox.hxx.
Enumerator |
---|
CAPTION_COMPLETE |
|
CAPTION_NUMBER |
|
CAPTION_TEXT |
|
Definition at line 405 of file tox.hxx.
Enumerator |
---|
NONE |
|
SameEntry |
|
FF |
|
CaseSensitive |
|
KeyAsEntry |
|
AlphaDelimiter |
|
Dash |
|
InitialCaps |
|
Definition at line 389 of file tox.hxx.
Enumerator |
---|
NONE |
|
Math |
|
Chart |
|
Calc |
|
DrawImpress |
|
Other |
|
Definition at line 412 of file tox.hxx.
Enumerator |
---|
NONE |
|
Mark |
|
OutlineLevel |
|
Template |
|
Ole |
|
Table |
|
Graphic |
|
Frame |
|
Sequence |
|
TableLeader |
|
TableInToc |
|
Bookmark |
|
Newline |
|
ParagraphOutlineLevel |
|
IndexEntryType |
|
Definition at line 367 of file tox.hxx.