Doxygen
|
#include <algorithm>
#include "rtfdocvisitor.h"
#include "docparser.h"
#include "language.h"
#include "doxygen.h"
#include "outputgen.h"
#include "dot.h"
#include "msc.h"
#include "util.h"
#include "rtfstyle.h"
#include "rtfgen.h"
#include "message.h"
#include "parserintf.h"
#include "dia.h"
#include "filedef.h"
#include "config.h"
#include "htmlentity.h"
#include "emoji.h"
#include "plantuml.h"
#include "fileinfo.h"
#include "portable.h"
#include "codefragment.h"
Go to the source code of this file.
Macros | |
#define | DBG_RTF(x) |
Functions | |
static QCString | align (const DocHtmlCell &cell) |
static QCString | makeBaseName (const QCString &name) |
#define DBG_RTF | ( | x | ) |
Definition at line 42 of file rtfdocvisitor.cpp.
Referenced by RTFGenerator::addLabel(), RTFGenerator::beginRTFChapter(), RTFGenerator::beginRTFDocument(), RTFGenerator::beginRTFSection(), RTFGenerator::endCallGraph(), RTFCodeGenerator::endCodeFragment(), RTFGenerator::endConstraintDocs(), RTFGenerator::endConstraintList(), RTFGenerator::endConstraintParam(), RTFGenerator::endConstraintType(), RTFGenerator::endDescForItem(), RTFGenerator::endDescTable(), RTFGenerator::endDescTableData(), RTFGenerator::endDescTableInit(), RTFGenerator::endDescTableTitle(), RTFGenerator::endDirDepGraph(), RTFGenerator::endDotGraph(), RTFGenerator::endDoxyAnchor(), RTFGenerator::endExamples(), RTFGenerator::endFile(), RTFGenerator::endGroupHeader(), RTFGenerator::endInclDepGraph(), RTFGenerator::endIndexItem(), RTFGenerator::endIndexKey(), RTFGenerator::endIndexList(), RTFGenerator::endIndexListItem(), RTFGenerator::endIndexSection(), RTFGenerator::endIndexValue(), RTFGenerator::endInlineHeader(), RTFGenerator::endInlineMemberDoc(), RTFGenerator::endInlineMemberName(), RTFGenerator::endInlineMemberType(), RTFGenerator::endItemList(), RTFGenerator::endItemListItem(), RTFGenerator::endMemberDescription(), RTFGenerator::endMemberDoc(), RTFGenerator::endMemberDocSimple(), RTFGenerator::endMemberGroup(), RTFGenerator::endMemberGroupDocs(), RTFGenerator::endMemberGroupHeader(), RTFGenerator::endMemberItem(), RTFGenerator::endMemberList(), RTFGenerator::endMemberSubtitle(), RTFGenerator::endParagraph(), RTFGenerator::endParameterType(), RTFGenerator::endProjectNumber(), RTFGenerator::endSection(), RTFGenerator::endTextBlock(), RTFGenerator::endTitleHead(), RTFGenerator::exceptionEntry(), RTFGenerator::lastIndexPage(), RTFGenerator::lineBreak(), RTFGenerator::newParagraph(), 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()(), 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()(), 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()(), RTFDocVisitor::operator()(), RTFDocVisitor::operator()(), RTFDocVisitor::operator()(), RTFDocVisitor::operator()(), RTFGenerator::rtfwriteRuler_doubleline(), RTFGenerator::rtfwriteRuler_emboss(), RTFGenerator::rtfwriteRuler_thick(), RTFGenerator::rtfwriteRuler_thin(), RTFGenerator::startCallGraph(), RTFGenerator::startClassDiagram(), RTFCodeGenerator::startCodeFragment(), RTFGenerator::startCompoundTemplateParams(), RTFGenerator::startConstraintDocs(), RTFGenerator::startConstraintList(), RTFGenerator::startConstraintParam(), RTFGenerator::startConstraintType(), RTFGenerator::startDescForItem(), RTFGenerator::startDescTable(), RTFGenerator::startDescTableData(), RTFGenerator::startDescTableInit(), RTFGenerator::startDescTableTitle(), RTFGenerator::startDirDepGraph(), RTFGenerator::startDotGraph(), RTFGenerator::startDoxyAnchor(), RTFGenerator::startExamples(), RTFGenerator::startGroupHeader(), RTFGenerator::startInclDepGraph(), RTFGenerator::startIndent(), RTFGenerator::startIndexItem(), RTFGenerator::startIndexKey(), RTFGenerator::startIndexList(), RTFGenerator::startIndexListItem(), RTFGenerator::startIndexSection(), RTFGenerator::startIndexValue(), RTFGenerator::startInlineHeader(), RTFGenerator::startInlineMemberDoc(), RTFGenerator::startInlineMemberName(), RTFGenerator::startInlineMemberType(), RTFGenerator::startItemList(), RTFGenerator::startItemListItem(), RTFGenerator::startMemberDescription(), RTFGenerator::startMemberDoc(), RTFGenerator::startMemberDocSimple(), RTFGenerator::startMemberGroup(), RTFGenerator::startMemberGroupDocs(), RTFGenerator::startMemberGroupHeader(), RTFGenerator::startMemberItem(), RTFGenerator::startMemberList(), RTFGenerator::startMemberSubtitle(), RTFGenerator::startParagraph(), RTFGenerator::startParameterType(), RTFGenerator::startProjectNumber(), RTFGenerator::startSection(), RTFGenerator::startTextBlock(), RTFGenerator::startTitleHead(), RTFGenerator::writeAnchor(), and RTFGenerator::writeStartAnnoItem().
|
static |
Definition at line 44 of file rtfdocvisitor.cpp.
References DocHtmlCell::attribs().
Referenced by RTFDocVisitor::operator()(), and OutputList::startMemberDocName().
Definition at line 58 of file rtfdocvisitor.cpp.
References QCString::findRev(), and QCString::mid().