LibreOffice Module sw (master) 1
Functions | Variables
htmldrawreader.cxx File Reference
#include <hintids.hxx>
#include <vcl/svapp.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdobj.hxx>
#include <svx/svdotext.hxx>
#include <svx/sdtagitm.hxx>
#include <svx/sdtacitm.hxx>
#include <svx/sdtayitm.hxx>
#include <svx/sdtaaitm.hxx>
#include <svx/sdtaiitm.hxx>
#include <svx/sdtmfitm.hxx>
#include <editeng/eeitem.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xflclit.hxx>
#include <editeng/colritem.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <svl/itemiter.hxx>
#include <svtools/htmltokn.h>
#include <svtools/htmlkywd.hxx>
#include <osl/diagnose.h>
#include <charatr.hxx>
#include <drawdoc.hxx>
#include <fmtanchr.hxx>
#include <fmtornt.hxx>
#include <fmtsrnd.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <poolfmt.hxx>
#include "swcss1.hxx"
#include "swhtml.hxx"
#include <shellio.hxx>
Include dependency graph for htmldrawreader.cxx:

Go to the source code of this file.

Functions

static void PutEEPoolItem (SfxItemSet &rEEItemSet, const SfxPoolItem &rSwItem)
 

Variables

HTMLOptionEnum< SdrTextAniKind > const aHTMLMarqBehaviorTable []
 
HTMLOptionEnum< SdrTextAniDirection > const aHTMLMarqDirectionTable []
 

Function Documentation

◆ PutEEPoolItem()

static void PutEEPoolItem ( SfxItemSet rEEItemSet,
const SfxPoolItem rSwItem 
)
static

Variable Documentation

◆ aHTMLMarqBehaviorTable

HTMLOptionEnum<SdrTextAniKind> const aHTMLMarqBehaviorTable[]
Initial value:
=
{
{ OOO_STRING_SVTOOLS_HTML_BEHAV_scroll, SdrTextAniKind::Scroll },
{ OOO_STRING_SVTOOLS_HTML_BEHAV_alternate, SdrTextAniKind::Alternate },
{ OOO_STRING_SVTOOLS_HTML_BEHAV_slide, SdrTextAniKind::Slide },
{ nullptr, SdrTextAniKind(0) }
}
#define OOO_STRING_SVTOOLS_HTML_BEHAV_slide
#define OOO_STRING_SVTOOLS_HTML_BEHAV_scroll
#define OOO_STRING_SVTOOLS_HTML_BEHAV_alternate
SdrTextAniKind

Definition at line 58 of file htmldrawreader.cxx.

Referenced by SwHTMLParser::NewMarquee().

◆ aHTMLMarqDirectionTable

HTMLOptionEnum<SdrTextAniDirection> const aHTMLMarqDirectionTable[]
Initial value:
=
{
{ OOO_STRING_SVTOOLS_HTML_AL_left, SdrTextAniDirection::Left },
{ OOO_STRING_SVTOOLS_HTML_AL_right, SdrTextAniDirection::Right },
{ nullptr, SdrTextAniDirection(0) }
}
#define OOO_STRING_SVTOOLS_HTML_AL_left
#define OOO_STRING_SVTOOLS_HTML_AL_right
SdrTextAniDirection

Definition at line 66 of file htmldrawreader.cxx.

Referenced by SwHTMLParser::NewMarquee().