|
LibreOffice Module dbaccess (master) 1
|
#include <TokenWriter.hxx>#include <comphelper/diagnose_ex.hxx>#include <tools/stream.hxx>#include <osl/diagnose.h>#include <rtl/tencinfo.h>#include <sal/log.hxx>#include <i18nlangtag/languagetag.hxx>#include <RtfReader.hxx>#include <HtmlReader.hxx>#include <strings.hxx>#include <comphelper/types.hxx>#include <connectivity/dbtools.hxx>#include <com/sun/star/sdb/CommandType.hpp>#include <com/sun/star/sdb/DatabaseContext.hpp>#include <com/sun/star/sdbc/XConnection.hpp>#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>#include <com/sun/star/sdbc/XRowSet.hpp>#include <com/sun/star/sdbcx/XTablesSupplier.hpp>#include <com/sun/star/sdb/XQueriesSupplier.hpp>#include <com/sun/star/awt/FontWeight.hpp>#include <com/sun/star/awt/FontStrikeout.hpp>#include <com/sun/star/awt/FontSlant.hpp>#include <com/sun/star/awt/FontUnderline.hpp>#include <com/sun/star/document/DocumentProperties.hpp>#include <svtools/htmlkywd.hxx>#include <svtools/rtfkeywd.hxx>#include <tools/color.hxx>#include <svtools/htmlout.hxx>#include <sfx2/frmhtmlw.hxx>#include <svl/numuno.hxx>#include <utility>#include <vcl/svapp.hxx>#include <UITools.hxx>#include <toolkit/helper/vclunohelper.hxx>#include <vcl/outdev.hxx>#include <vcl/settings.hxx>#include <svtools/rtfout.hxx>#include <svtools/htmlcfg.hxx>#include <o3tl/string_view.hxx>#include <connectivity/formattedcolumnvalue.hxx>#include <memory>Go to the source code of this file.
Macros | |
| #define | CELL_X 1437 |
| #define CELL_X 1437 |
Definition at line 77 of file TokenWriter.cxx.