|
LibreOffice Module lotuswordpro (master) 1
|
footnote More...
#include <lwpfrib.hxx>#include <lwpobj.hxx>#include "lwpsection.hxx"#include "lwpborderstuff.hxx"#include "lwptable.hxx"Go to the source code of this file.
Classes | |
| class | LwpFribFootnote |
| class | LwpFootnote |
| class | LwpFootnoteTable |
| VO_FOOTNOTETABLE object. More... | |
| class | LwpFootnoteNumberOptions |
| footnote number options information More... | |
| class | LwpFootnoteSeparatorOptions |
| footnote separator options information More... | |
| class | LwpFootnoteOptions |
| VO_FOOTNOTEOPTS object. More... | |
Macros | |
| #define | FN_MASK_ENDNOTE 0x80 |
| #define | FN_MASK_SEPARATE 0x40 |
| #define | FN_MASK_DEACTIVATED 0x20 |
| #define | FN_MASK_BASE (0x0f | FN_MASK_ENDNOTE) |
| #define | FN_BASE_DONTCARE 0 |
| #define | FN_BASE_FOOTNOTE 1 |
| #define | FN_BASE_DIVISION (2 | FN_MASK_ENDNOTE) |
| #define | FN_BASE_DIVISIONGROUP (3 | FN_MASK_ENDNOTE) |
| #define | FN_BASE_DOCUMENT (4 | FN_MASK_ENDNOTE) |
| #define | FN_DONTCARE (FN_BASE_DONTCARE) |
| #define | FN_FOOTNOTE (FN_BASE_FOOTNOTE) |
| #define | FN_DIVISION (FN_BASE_DIVISION) |
| #define | FN_DIVISION_SEPARATE (FN_BASE_DIVISION | FN_MASK_SEPARATE) |
| #define | FN_DIVISIONGROUP (FN_BASE_DIVISIONGROUP) |
| #define | FN_DIVISIONGROUP_SEPARATE (FN_BASE_DIVISIONGROUP | FN_MASK_SEPARATE) |
| #define | FN_DOCUMENT (FN_BASE_DOCUMENT) |
| #define | FN_DOCUMENT_SEPARATE (FN_BASE_DOCUMENT | FN_MASK_SEPARATE) |
Variables | |
| constexpr OUStringLiteral | STRID_FOOTCONTINUEDFROM = u"Continued from previous page..." |
| constexpr OUStringLiteral | STRID_FOOTCONTINUEDON = u"Continued on next page..." |
| constexpr OUStringLiteral | STR_DivisionFootnote = u"DivisionFootnote" |
| constexpr OUStringLiteral | STR_DivisionEndnote = u"DivisionEndnote" |
| constexpr OUStringLiteral | STR_DivisionGroupEndnote = u"DivisionGroupEndnote" |
| constexpr OUStringLiteral | STR_DocumentEndnote = u"DocumentEndnote" |
footnote
Definition in file lwpfootnote.hxx.
| #define FN_BASE_DIVISION (2 | FN_MASK_ENDNOTE) |
Definition at line 77 of file lwpfootnote.hxx.
| #define FN_BASE_DIVISIONGROUP (3 | FN_MASK_ENDNOTE) |
Definition at line 78 of file lwpfootnote.hxx.
| #define FN_BASE_DOCUMENT (4 | FN_MASK_ENDNOTE) |
Definition at line 79 of file lwpfootnote.hxx.
| #define FN_BASE_DONTCARE 0 |
Definition at line 75 of file lwpfootnote.hxx.
| #define FN_BASE_FOOTNOTE 1 |
Definition at line 76 of file lwpfootnote.hxx.
| #define FN_DIVISION (FN_BASE_DIVISION) |
Definition at line 84 of file lwpfootnote.hxx.
| #define FN_DIVISION_SEPARATE (FN_BASE_DIVISION | FN_MASK_SEPARATE) |
Definition at line 85 of file lwpfootnote.hxx.
| #define FN_DIVISIONGROUP (FN_BASE_DIVISIONGROUP) |
Definition at line 86 of file lwpfootnote.hxx.
| #define FN_DIVISIONGROUP_SEPARATE (FN_BASE_DIVISIONGROUP | FN_MASK_SEPARATE) |
Definition at line 87 of file lwpfootnote.hxx.
| #define FN_DOCUMENT (FN_BASE_DOCUMENT) |
Definition at line 88 of file lwpfootnote.hxx.
| #define FN_DOCUMENT_SEPARATE (FN_BASE_DOCUMENT | FN_MASK_SEPARATE) |
Definition at line 89 of file lwpfootnote.hxx.
| #define FN_DONTCARE (FN_BASE_DONTCARE) |
Definition at line 82 of file lwpfootnote.hxx.
| #define FN_FOOTNOTE (FN_BASE_FOOTNOTE) |
Definition at line 83 of file lwpfootnote.hxx.
| #define FN_MASK_BASE (0x0f | FN_MASK_ENDNOTE) |
Definition at line 74 of file lwpfootnote.hxx.
| #define FN_MASK_DEACTIVATED 0x20 |
Definition at line 73 of file lwpfootnote.hxx.
| #define FN_MASK_ENDNOTE 0x80 |
Definition at line 71 of file lwpfootnote.hxx.
| #define FN_MASK_SEPARATE 0x40 |
Definition at line 72 of file lwpfootnote.hxx.
|
inlineconstexpr |
Definition at line 94 of file lwpfootnote.hxx.
Referenced by LwpDocument::GetEndnoteType(), LwpFootnote::GetTableClass(), and LwpDocument::IsSkippedDivision().
|
inlineconstexpr |
Definition at line 93 of file lwpfootnote.hxx.
Referenced by LwpFootnote::GetTableClass().
|
inlineconstexpr |
Definition at line 95 of file lwpfootnote.hxx.
Referenced by LwpDocument::GetEndnoteType(), LwpFootnote::GetTableClass(), and LwpDocument::IsSkippedDivision().
|
inlineconstexpr |
Definition at line 96 of file lwpfootnote.hxx.
Referenced by LwpDocument::GetEndnoteType(), LwpFootnote::GetTableClass(), and LwpDocument::IsSkippedDivision().
|
inlineconstexpr |
Definition at line 90 of file lwpfootnote.hxx.
Referenced by LwpFootnoteOptions::GetContinuedFromMessage().
|
inlineconstexpr |
Definition at line 91 of file lwpfootnote.hxx.
Referenced by LwpFootnoteOptions::GetContinuedOnMessage().