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 } |
Variables | |
const sal_uInt16 | MAX_FRMTYPES = HTML_FRMTYPE_END |
const sal_uInt16 | MAX_BROWSERS = 4 |
AllHtmlFlags const | aHTMLOutFramePageFlyTable [MAX_FRMTYPES][MAX_BROWSERS] |
AllHtmlFlags const | aHTMLOutFrameParaFrameTable [MAX_FRMTYPES][MAX_BROWSERS] |
AllHtmlFlags const | aHTMLOutFrameParaPrtAreaTable [MAX_FRMTYPES][MAX_BROWSERS] |
AllHtmlFlags const | aHTMLOutFrameParaOtherTable [MAX_FRMTYPES][MAX_BROWSERS] |
AllHtmlFlags const | aHTMLOutFrameAsCharTable [MAX_FRMTYPES][MAX_BROWSERS] |
|
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.
|
extern |
Definition at line 409 of file htmlflyt.cxx.
Referenced by OutHTML_SwFlyCnt().
|
extern |
Definition at line 24 of file htmlflyt.cxx.
Referenced by SwHTMLWriter::CollectFlyFrames().
|
extern |
Definition at line 120 of file htmlflyt.cxx.
Referenced by SwHTMLWriter::CollectFlyFrames().
|
extern |
Definition at line 313 of file htmlflyt.cxx.
Referenced by SwHTMLWriter::CollectFlyFrames().
|
extern |
Definition at line 217 of file htmlflyt.cxx.
Referenced by SwHTMLWriter::CollectFlyFrames().
const sal_uInt16 MAX_BROWSERS = 4 |
Definition at line 83 of file htmlfly.hxx.
Referenced by SwHTMLWriter::CollectFlyFrames().
const sal_uInt16 MAX_FRMTYPES = HTML_FRMTYPE_END |
Definition at line 82 of file htmlfly.hxx.