![]() |
Qt 4.8
|
#include <qtextodfwriter_p.h>
Public Functions | |
| bool | createArchive () const |
| QTextOdfWriter (const QTextDocument &document, QIODevice *device) | |
| void | setCodec (QTextCodec *codec) |
| void | setCreateArchive (bool on) |
| bool | writeAll () |
| void | writeBlock (QXmlStreamWriter &writer, const QTextBlock &block) |
| void | writeBlockFormat (QXmlStreamWriter &writer, QTextBlockFormat format, int formatIndex) const |
| void | writeCharacterFormat (QXmlStreamWriter &writer, QTextCharFormat format, int formatIndex) const |
| void | writeFormats (QXmlStreamWriter &writer, QSet< int > formatIds) const |
| void | writeFrame (QXmlStreamWriter &writer, const QTextFrame *frame) |
| void | writeFrameFormat (QXmlStreamWriter &writer, QTextFrameFormat format, int formatIndex) const |
| void | writeInlineCharacter (QXmlStreamWriter &writer, const QTextFragment &fragment) const |
| void | writeListFormat (QXmlStreamWriter &writer, QTextListFormat format, int formatIndex) const |
| void | writeTableCellFormat (QXmlStreamWriter &writer, QTextTableCellFormat format, int formatIndex) const |
Public Variables | |
| const QString | drawNS |
| const QString | foNS |
| const QString | officeNS |
| const QString | styleNS |
| const QString | svgNS |
| const QString | tableNS |
| const QString | textNS |
| const QString | xlinkNS |
Properties | |
| QTextCodec * | m_codec |
| bool | m_createArchive |
| QIODevice * | m_device |
| const QTextDocument * | m_document |
| QStack< QTextList * > | m_listStack |
| QOutputStrategy * | m_strategy |
Definition at line 81 of file qtextodfwriter_p.h.
| QTextOdfWriter::QTextOdfWriter | ( | const QTextDocument & | document, |
| QIODevice * | device | ||
| ) |
Definition at line 744 of file qtextodfwriter.cpp.
|
inline |
Definition at line 88 of file qtextodfwriter_p.h.
|
inline |
|
inline |
Definition at line 87 of file qtextodfwriter_p.h.
| bool QTextOdfWriter::writeAll | ( | ) |
Definition at line 761 of file qtextodfwriter.cpp.
Referenced by QTextDocumentWriter::write().
| void QTextOdfWriter::writeBlock | ( | QXmlStreamWriter & | writer, |
| const QTextBlock & | block | ||
| ) |
Definition at line 241 of file qtextodfwriter.cpp.
| void QTextOdfWriter::writeBlockFormat | ( | QXmlStreamWriter & | writer, |
| QTextBlockFormat | format, | ||
| int | formatIndex | ||
| ) | const |
Definition at line 443 of file qtextodfwriter.cpp.
| void QTextOdfWriter::writeCharacterFormat | ( | QXmlStreamWriter & | writer, |
| QTextCharFormat | format, | ||
| int | formatIndex | ||
| ) | const |
Definition at line 522 of file qtextodfwriter.cpp.
| void QTextOdfWriter::writeFormats | ( | QXmlStreamWriter & | writer, |
| QSet< int > | formatIds | ||
| ) | const |
Definition at line 411 of file qtextodfwriter.cpp.
Referenced by writeAll().
| void QTextOdfWriter::writeFrame | ( | QXmlStreamWriter & | writer, |
| const QTextFrame * | frame | ||
| ) |
Definition at line 188 of file qtextodfwriter.cpp.
Referenced by writeAll().
| void QTextOdfWriter::writeFrameFormat | ( | QXmlStreamWriter & | writer, |
| QTextFrameFormat | format, | ||
| int | formatIndex | ||
| ) | const |
Definition at line 666 of file qtextodfwriter.cpp.
| void QTextOdfWriter::writeInlineCharacter | ( | QXmlStreamWriter & | writer, |
| const QTextFragment & | fragment | ||
| ) | const |
Definition at line 354 of file qtextodfwriter.cpp.
| void QTextOdfWriter::writeListFormat | ( | QXmlStreamWriter & | writer, |
| QTextListFormat | format, | ||
| int | formatIndex | ||
| ) | const |
Definition at line 629 of file qtextodfwriter.cpp.
| void QTextOdfWriter::writeTableCellFormat | ( | QXmlStreamWriter & | writer, |
| QTextTableCellFormat | format, | ||
| int | formatIndex | ||
| ) | const |
Definition at line 694 of file qtextodfwriter.cpp.
| const QString QTextOdfWriter::drawNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::foNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
|
private |
Definition at line 106 of file qtextodfwriter_p.h.
Referenced by writeAll().
|
private |
Definition at line 107 of file qtextodfwriter_p.h.
Referenced by writeAll().
|
private |
Definition at line 103 of file qtextodfwriter_p.h.
Referenced by writeAll().
|
private |
Definition at line 102 of file qtextodfwriter_p.h.
Referenced by writeAll().
Definition at line 109 of file qtextodfwriter_p.h.
|
private |
Definition at line 105 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::officeNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::styleNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::svgNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::tableNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::textNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().
| const QString QTextOdfWriter::xlinkNS |
Definition at line 100 of file qtextodfwriter_p.h.
Referenced by writeAll().