LibreOffice Module sw (master) 1
Variables
htmlbas.cxx File Reference
#include <config_features.h>
#include <comphelper/string.hxx>
#include <osl/diagnose.h>
#include <basic/basmgr.hxx>
#include <basic/sbmod.hxx>
#include <sfx2/evntconf.hxx>
#include <sfx2/app.hxx>
#include <svtools/htmlout.hxx>
#include <svtools/htmlkywd.hxx>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/script/XLibraryContainer.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <fmtfld.hxx>
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <docsh.hxx>
#include <docufld.hxx>
#include "wrthtml.hxx"
#include "swhtml.hxx"
Include dependency graph for htmlbas.cxx:

Go to the source code of this file.

Variables

HTMLOutEvent const aBodyEventTable []
 
static const char * aEventNames []
 

Variable Documentation

◆ aBodyEventTable

HTMLOutEvent const aBodyEventTable[]
Initial value:
=
{
{ nullptr, nullptr, SvMacroItemId::NONE }
}
#define OOO_STRING_SVTOOLS_HTML_O_SDonunload
#define OOO_STRING_SVTOOLS_HTML_O_onunload
#define OOO_STRING_SVTOOLS_HTML_O_onfocus
#define OOO_STRING_SVTOOLS_HTML_O_SDonfocus
#define OOO_STRING_SVTOOLS_HTML_O_SDonblur
#define OOO_STRING_SVTOOLS_HTML_O_SDonload
#define OOO_STRING_SVTOOLS_HTML_O_onblur
#define OOO_STRING_SVTOOLS_HTML_O_onload

Definition at line 49 of file htmlbas.cxx.

Referenced by SwHTMLWriter::OutBasicBodyEvents().

◆ aEventNames

const char* aEventNames[]
static
Initial value:
=
{
"OnLoad", "OnPrepareUnload", "OnFocus", "OnUnfocus"
}

Definition at line 301 of file htmlbas.cxx.

Referenced by SwHTMLWriter::OutBasicBodyEvents().