LibreOffice Module sw (master) 1
Functions | Variables
htmlflyt.cxx File Reference
#include "htmlfly.hxx"
#include <svtools/htmlcfg.hxx>
Include dependency graph for htmlflyt.cxx:

Go to the source code of this file.

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)
 

Variables

constexpr sal_uInt16 MAX_FRMTYPES = HTML_FRMTYPE_END
 
constexpr sal_uInt16 MAX_BROWSERS = HTML_CFG_MAX + 1
 
constexpr AllHtmlFlags aHTMLOutFramePageFlyTable [][MAX_BROWSERS]
 
constexpr AllHtmlFlags aHTMLOutFrameParaFrameTable [][MAX_BROWSERS]
 
constexpr AllHtmlFlags aHTMLOutFrameParaPrtAreaTable [][MAX_BROWSERS]
 
constexpr AllHtmlFlags aHTMLOutFrameParaOtherTable [][MAX_BROWSERS]
 
constexpr AllHtmlFlags aHTMLOutFrameAsCharTable [][MAX_BROWSERS]
 

Function Documentation

◆ getHTMLOutFrameAsCharTable()

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().

◆ getHTMLOutFramePageFlyTable()

AllHtmlFlags getHTMLOutFramePageFlyTable ( SwHTMLFrameType  eFrameType,
sal_uInt16  nExportMode 
)

◆ getHTMLOutFrameParaFrameTable()

AllHtmlFlags getHTMLOutFrameParaFrameTable ( SwHTMLFrameType  eFrameType,
sal_uInt16  nExportMode 
)

◆ getHTMLOutFrameParaOtherTable()

AllHtmlFlags getHTMLOutFrameParaOtherTable ( SwHTMLFrameType  eFrameType,
sal_uInt16  nExportMode 
)

◆ getHTMLOutFrameParaPrtAreaTable()

AllHtmlFlags getHTMLOutFrameParaPrtAreaTable ( SwHTMLFrameType  eFrameType,
sal_uInt16  nExportMode 
)

Variable Documentation

◆ aHTMLOutFrameAsCharTable

constexpr AllHtmlFlags aHTMLOutFrameAsCharTable[][MAX_BROWSERS]
constexpr

Definition at line 395 of file htmlflyt.cxx.

Referenced by getHTMLOutFrameAsCharTable().

◆ aHTMLOutFramePageFlyTable

constexpr AllHtmlFlags aHTMLOutFramePageFlyTable[][MAX_BROWSERS]
constexpr

Definition at line 26 of file htmlflyt.cxx.

Referenced by getHTMLOutFramePageFlyTable().

◆ aHTMLOutFrameParaFrameTable

constexpr AllHtmlFlags aHTMLOutFrameParaFrameTable[][MAX_BROWSERS]
constexpr

Definition at line 118 of file htmlflyt.cxx.

Referenced by getHTMLOutFrameParaFrameTable().

◆ aHTMLOutFrameParaOtherTable

constexpr AllHtmlFlags aHTMLOutFrameParaOtherTable[][MAX_BROWSERS]
constexpr

Definition at line 303 of file htmlflyt.cxx.

Referenced by getHTMLOutFrameParaOtherTable().

◆ aHTMLOutFrameParaPrtAreaTable

constexpr AllHtmlFlags aHTMLOutFrameParaPrtAreaTable[][MAX_BROWSERS]
constexpr

Definition at line 211 of file htmlflyt.cxx.

Referenced by getHTMLOutFrameParaPrtAreaTable().

◆ MAX_BROWSERS

constexpr sal_uInt16 MAX_BROWSERS = HTML_CFG_MAX + 1
constexpr

Definition at line 24 of file htmlflyt.cxx.

◆ MAX_FRMTYPES

constexpr sal_uInt16 MAX_FRMTYPES = HTML_FRMTYPE_END
constexpr