The rtfstyle.cpp
File Reference
Included Headers
Functions Index
void | loadStylesheet (const QCString &name, StyleDataMap &map) |
void | loadExtensions (const QCString &name) |
Variables Index
QCString | rtf_title |
QCString | rtf_subject |
QCString | rtf_comments |
QCString | rtf_company |
QCString | rtf_logoFilename |
QCString | rtf_author |
QCString | rtf_manager |
QCString | rtf_documentType |
QCString | rtf_documentId |
QCString | rtf_keywords |
static std::map< std::string, QCString & > | g_styleMap = ... |
char | rtf_Style_Reset[] = "\\pard\\plain " |
Rtf_Style_Default | rtf_Style_Default[] |
Rtf_Table_Default | rtf_Table_Default[] |
static const reg::Ex | s_clause(R"(\\s(\d+)\s*)") |
StyleDataMap | rtf_Style |
Macro Definitions Index
#define | RTF_LatexToc(lvl, nest, nxt, pos, twps) ... |
#define | RTF_ListBullet(lvl, nest, nxt, pos, lvl2) ... |
#define | RTF_ListEnum(lvl, nest, nxt, pos) ... |
#define | RTF_CodeExample(lvl, nest, nxt, pos) ... |
#define | RTF_ListContinue(lvl, nest, nxt, pos) ... |
#define | RTF_DescContinue(lvl, nest, nxt, pos) ... |
#define | RTF_ListElement(id, lvl, pos, chr) ... |
Functions
loadExtensions()
|
Definition at line 364 of file rtfstyle.cpp.
References err, g_styleMap, msg, reg::search, QCString::str and warn.
Referenced by RTFGenerator::init.
loadStylesheet()
|
Definition at line 322 of file rtfstyle.cpp.
References err, msg, reg::search, StyleData::setStyle, QCString::str and warn.
Referenced by RTFGenerator::init.
Variables
g_styleMap
| static |
- Initialiser
-
= { { "Title", rtf_title }, { "Subject", rtf_subject }, { "Comments", rtf_comments }, { "Company", rtf_company }, { "LogoFilename", rtf_logoFilename }, { "Author", rtf_author }, { "Manager", rtf_manager }, { "DocumentType", rtf_documentType }, { "DocumentId", rtf_documentId }, { "Keywords", rtf_keywords } }
Definition at line 34 of file rtfstyle.cpp.
Referenced by loadExtensions.
rtf_author
|
Definition at line 28 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection and RTFGenerator::startIndexSection.
rtf_comments
|
Definition at line 25 of file rtfstyle.cpp.
Referenced by RTFGenerator::startIndexSection.
rtf_company
|
Definition at line 26 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection and RTFGenerator::startIndexSection.
rtf_documentId
|
Definition at line 31 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection.
rtf_documentType
|
Definition at line 30 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection and RTFGenerator::startIndexSection.
rtf_keywords
|
Definition at line 32 of file rtfstyle.cpp.
Referenced by RTFGenerator::startIndexSection.
rtf_logoFilename
|
Definition at line 27 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection and RTFGenerator::init.
rtf_manager
|
Definition at line 29 of file rtfstyle.cpp.
Referenced by RTFGenerator::startIndexSection.
rtf_Style
|
Definition at line 362 of file rtfstyle.cpp.
Referenced by RTFGenerator::beginRTFChapter, RTFGenerator::beginRTFDocument, RTFGenerator::beginRTFSection, RTFGenerator::endIndexSection, RTFDocVisitor::getStyle, RTFGenerator::init, RTFGenerator::lastIndexPage, RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFGenerator::rtf_BList_DepthStyle, RTFGenerator::rtf_CList_DepthStyle, RTFCodeGenerator::rtf_Code_DepthStyle, RTFGenerator::rtf_DList_DepthStyle, RTFGenerator::rtf_EList_DepthStyle, RTFGenerator::rtf_LCList_DepthStyle, RTFGenerator::startCompoundTemplateParams, RTFGenerator::startDescTable, RTFGenerator::startDescTableInit, RTFGenerator::startDescTableTitle, RTFGenerator::startGroupHeader, RTFGenerator::startInlineHeader, RTFGenerator::startMemberDoc, RTFGenerator::startMemberDocSimple, RTFGenerator::startMemberGroupHeader, RTFGenerator::startSection, RTFGenerator::startTextBlock, RTFGenerator::startTitleHead and RTFGenerator::writeInheritedSectionTitle.
rtf_Style_Default
|
Definition at line 88 of file rtfstyle.cpp.
Referenced by RTFGenerator::init and RTFGenerator::writeStyleSheetFile.
rtf_Style_Reset
|
Definition at line 49 of file rtfstyle.cpp.
Referenced by RTFGenerator::beginRTFChapter, RTFGenerator::beginRTFSection, RTFGenerator::endCallGraph, RTFGenerator::endClassDiagram, RTFGenerator::endDirDepGraph, RTFGenerator::endDotGraph, RTFGenerator::endGroupHeader, RTFGenerator::endInclDepGraph, RTFGenerator::endIndexSection, RTFGenerator::endMemberGroupHeader, RTFGenerator::endTitleHead, RTFDocVisitor::includePicturePreRTF, RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFCodeGenerator::startCodeFragment, RTFGenerator::startCompoundTemplateParams, RTFGenerator::startConstraintList, RTFGenerator::startDescTable, RTFGenerator::startExamples, RTFGenerator::startGroupHeader, RTFGenerator::startIndent, RTFGenerator::startIndexList, RTFGenerator::startInlineHeader, RTFGenerator::startItemListItem, RTFGenerator::startMemberDescription, RTFGenerator::startMemberDoc, RTFGenerator::startMemberDocSimple, RTFGenerator::startMemberGroup, RTFGenerator::startMemberGroupHeader, RTFGenerator::startMemberItem, RTFGenerator::startMemberSubtitle, RTFGenerator::startSection, RTFGenerator::startTextBlock, RTFGenerator::startTitleHead, RTFGenerator::writeInheritedSectionTitle and RTFGenerator::writePageLink.
rtf_subject
|
Definition at line 24 of file rtfstyle.cpp.
Referenced by RTFGenerator::startIndexSection.
rtf_Table_Default
|
Definition at line 245 of file rtfstyle.cpp.
Referenced by RTFGenerator::beginRTFDocument and RTFDocVisitor::getListTable.
rtf_title
|
Definition at line 23 of file rtfstyle.cpp.
Referenced by RTFGenerator::endIndexSection.
s_clause
| static |
Definition at line 284 of file rtfstyle.cpp.
Referenced by StyleData::setStyle and StyleData::StyleData.
Macro Definitions
RTF_CodeExample
|
- Value
-
{ "CodeExample"#lvl, \ "\\s"#nest"\\li"#pos"\\widctlpar\\adjustright \\shading1000\\cbpat8 \\f2\\fs16\\cgrid ", \ "\\sbasedon0 \\snext"#nxt" Code Example "#lvl \ }
Definition at line 70 of file rtfstyle.cpp.
RTF_DescContinue
|
- Value
-
{ "DescContinue"#lvl, \ "\\s"#nest"\\li"#pos"\\widctlpar\\ql\\adjustright \\fs20\\cgrid ", \ "\\sbasedon0 \\snext"#nxt" DescContinue "#lvl \ }
Definition at line 82 of file rtfstyle.cpp.
RTF_LatexToc
|
- Value
-
\ { "LatexTOC"#lvl, \ "\\s"#nest"\\li"#pos"\\sa"#twps"\\sb"#twps"\\widctlpar\\tqr\\tldot\\tx8640\\adjustright \\fs20\\cgrid ",\ "\\sbasedon0 \\snext"#nxt" LatexTOC "#lvl \ }
Definition at line 51 of file rtfstyle.cpp.
RTF_ListBullet
|
- Value
-
{ "ListBullet"#lvl, \ "\\s"#nest"\\fi-360\\li"#pos"\\widctlpar\\jclisttab\\tx"#pos"{\\*\\pn \\pnlvlbody\\ilvl0\\ls"#lvl2"\\pnrnot0\\pndec }\\ls1\\adjustright \\fs20\\cgrid ", \ "\\sbasedon0 \\snext"#nxt" \\sautoupd List Bullet "#lvl \ }
Definition at line 58 of file rtfstyle.cpp.
RTF_ListContinue
|
- Value
-
{ "ListContinue"#lvl, \ "\\s"#nest"\\li"#pos"\\sa60\\sb30\\qj\\widctlpar\\qj\\adjustright \\fs20\\cgrid ", \ "\\sbasedon0 \\snext"#nxt" List Continue "#lvl \ }
Definition at line 76 of file rtfstyle.cpp.
RTF_ListElement
|
- Value
-
{ id, lvl, \ "\\listlevel\\levelnfc23\\leveljc0\\levelstartat1\\levelfollow0{\\leveltext \\'01\\u"#chr" ?;}{\\levelnumbers;}\\f8\\dbch\\af3\\fi-360\\li"#pos, \ "{\\*\\hyphen2\\hyphlead2\\hyphtrail2\\hyphmax0}\\nowidctlpar\\cf0\\hich\\af0\\langfe2052\\dbch\\af0\\afs24\\lang1081\\loch\\f0\\fs24\\lang1033{\\listtext\\pard\\plain \\hich\\af3\\dbch\\af3\\loch\\f8 \\'01\\u"#chr"\\tab}\\ilvl"#lvl"\\ls"#id" \\li0\\ri0\\lin0\\rin0\\fi-360\\tx"#pos"\\li"#pos"\\ri0\\lin"#pos"\\rin0\\fi-360\\kerning1\\hich\\af4\\dbch\\af5\\rtlch \\ltrch\\loch\\fs20" \ }
Definition at line 239 of file rtfstyle.cpp.
RTF_ListEnum
|
- Value
-
{ "ListEnum"#lvl, \ "\\s"#nest"\\fi-360\\li"#pos"\\widctlpar\\fs20\\cgrid ", \ "\\sbasedon0 \\snext"#nxt" \\sautoupd List Enum "#lvl \ }
Definition at line 64 of file rtfstyle.cpp.
Generated via doxygen2docusaurus by Doxygen 1.14.0.