4#ifndef QTEXTODFWRITER_H
5#define QTEXTODFWRITER_H
7#include <QtGui/private/qtguiglobal_p.h>
9#ifndef QT_NO_TEXTODFWRITER
22#include <QtCore/qhash.h>
23#include <QtCore/qlist.h>
24#include <QtCore/qset.h>
25#include <QtCore/qstack.h>
26#include <QtCore/QXmlStreamWriter>
37class QXmlStreamWriter;
38class QTextOdfWriterPrivate;
56 void writeBlock(QXmlStreamWriter &writer,
const QTextBlock &block);
57 void writeFormats(QXmlStreamWriter &writer,
const QSet<int> &formatIds)
const;
66 void writeInlineCharacter(QXmlStreamWriter &writer,
const QTextFragment &fragment)
const;
68 const QString officeNS, textNS, styleNS, foNS, tableNS,
drawNS, xlinkNS, svgNS;
69 const int defaultImageResolution = 11811;
72 void tableCellStyleElement(QXmlStreamWriter &writer,
const int &formatIndex,
74 bool hasBorder,
int tableId = 0,
88 mutable QSet<int> m_tableFormatsWithColWidthConstraints;
IOBluetoothDevice * device
\inmodule QtCore \reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
\reentrant \inmodule QtGui
\reentrant \inmodule QtGui
bool createArchive() const
void setCreateArchive(bool on)
Combined button and popup list for selecting options.
GLint GLsizei GLsizei GLenum format
#define Q_AUTOTEST_EXPORT