|
LibreOffice Module sw (master) 1
|
#include <o3tl/sorted_vector.hxx>#include <o3tl/typed_flags_set.hxx>#include <sal/types.h>#include <ndindex.hxx>#include <memory>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< HtmlContainerFlags > |
| struct | AllHtmlFlags |
| class | SwHTMLPosFlyFrame |
| class | SwHTMLPosFlyFrames |
Namespaces | |
| namespace | o3tl |
Enumerations | |
| enum | SwHTMLFrameType { HTML_FRMTYPE_TABLE , HTML_FRMTYPE_TABLE_CAP , HTML_FRMTYPE_MULTICOL , HTML_FRMTYPE_EMPTY , HTML_FRMTYPE_TEXT , HTML_FRMTYPE_GRF , HTML_FRMTYPE_PLUGIN , HTML_FRMTYPE_APPLET , HTML_FRMTYPE_IFRAME , HTML_FRMTYPE_OLE , HTML_FRMTYPE_MARQUEE , HTML_FRMTYPE_CONTROL , HTML_FRMTYPE_DRAW , HTML_FRMTYPE_END } |
| enum class | HtmlOut { TableNode , GraphicNode , OleNode , Div , MultiCol , Spacer , Control , AMarquee , Marquee , GraphicFrame , OleGraphic , Span } |
| enum class | HtmlPosition { Prefix , Before , Inside , Any } |
| enum class | HtmlContainerFlags { NONE = 0x00 , Span = 0x01 , Div = 0x02 } |
Functions | |
| AllHtmlFlags | getHTMLOutFramePageFlyTable (SwHTMLFrameType eFrameType, sal_uInt16 nExportMode) |
| AllHtmlFlags | getHTMLOutFrameParaFrameTable (SwHTMLFrameType eFrameType, sal_uInt16 nExportMode) |
| AllHtmlFlags | getHTMLOutFrameParaPrtAreaTable (SwHTMLFrameType eFrameType, sal_uInt16 nExportMode) |
| AllHtmlFlags | getHTMLOutFrameParaOtherTable (SwHTMLFrameType eFrameType, sal_uInt16 nExportMode) |
| AllHtmlFlags | getHTMLOutFrameAsCharTable (SwHTMLFrameType eFrameType, sal_uInt16 nExportMode) |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Span | |
| Div | |
Definition at line 73 of file htmlfly.hxx.
|
strong |
| Enumerator | |
|---|---|
| TableNode | |
| GraphicNode | |
| OleNode | |
| Div | |
| MultiCol | |
| Spacer | |
| Control | |
| AMarquee | |
| Marquee | |
| GraphicFrame | |
| OleGraphic | |
| Span | |
Definition at line 51 of file htmlfly.hxx.
|
strong |
| Enumerator | |
|---|---|
| Prefix | |
| Before | |
| Inside | |
| Any | |
Definition at line 66 of file htmlfly.hxx.
| enum SwHTMLFrameType |
Definition at line 33 of file htmlfly.hxx.
| AllHtmlFlags getHTMLOutFrameAsCharTable | ( | SwHTMLFrameType | eFrameType, |
| sal_uInt16 | nExportMode | ||
| ) |
Definition at line 478 of file htmlflyt.cxx.
References aHTMLOutFrameAsCharTable, HTML_CFG_MAX, HTML_FRMTYPE_END, and MAX_FRMTYPES.
Referenced by OutHTML_SwFlyCnt().
| AllHtmlFlags getHTMLOutFramePageFlyTable | ( | SwHTMLFrameType | eFrameType, |
| sal_uInt16 | nExportMode | ||
| ) |
Definition at line 109 of file htmlflyt.cxx.
References aHTMLOutFramePageFlyTable, HTML_CFG_MAX, HTML_FRMTYPE_END, and MAX_FRMTYPES.
Referenced by SwHTMLWriter::CollectFlyFrames().
| AllHtmlFlags getHTMLOutFrameParaFrameTable | ( | SwHTMLFrameType | eFrameType, |
| sal_uInt16 | nExportMode | ||
| ) |
Definition at line 202 of file htmlflyt.cxx.
References aHTMLOutFrameParaFrameTable, HTML_CFG_MAX, HTML_FRMTYPE_END, and MAX_FRMTYPES.
Referenced by SwHTMLWriter::CollectFlyFrames().
| AllHtmlFlags getHTMLOutFrameParaOtherTable | ( | SwHTMLFrameType | eFrameType, |
| sal_uInt16 | nExportMode | ||
| ) |
Definition at line 386 of file htmlflyt.cxx.
References aHTMLOutFrameParaOtherTable, HTML_CFG_MAX, HTML_FRMTYPE_END, and MAX_FRMTYPES.
Referenced by SwHTMLWriter::CollectFlyFrames().
| AllHtmlFlags getHTMLOutFrameParaPrtAreaTable | ( | SwHTMLFrameType | eFrameType, |
| sal_uInt16 | nExportMode | ||
| ) |
Definition at line 294 of file htmlflyt.cxx.
References aHTMLOutFrameParaPrtAreaTable, HTML_CFG_MAX, HTML_FRMTYPE_END, and MAX_FRMTYPES.
Referenced by SwHTMLWriter::CollectFlyFrames().