LibreOffice Module sw (master)
1
|
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <osl/diagnose.h>
#include <docsh.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <svtools/htmltokn.h>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <unotools/useroptions.hxx>
#include <fmtfld.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <fldbas.hxx>
#include <docufld.hxx>
#include <flddat.hxx>
#include "htmlfld.hxx"
#include "swhtml.hxx"
Go to the source code of this file.
Variables | |
HTMLOptionEnum< SwFieldIds > const | aHTMLFieldTypeTable [] |
HTMLNumFormatTableEntry const | aHTMLDateFieldFormatTable [] |
HTMLNumFormatTableEntry const | aHTMLTimeFieldFormatTable [] |
HTMLOptionEnum< SvxNumType > const | aHTMLPageNumFieldFormatTable [] |
HTMLOptionEnum< SwExtUserSubType > const | aHTMLExtUsrFieldSubTable [] |
HTMLOptionEnum< SwAuthorFormat > const | aHTMLAuthorFieldFormatTable [] |
HTMLOptionEnum< SwPageNumSubType > const | aHTMLPageNumFieldSubTable [] |
const SwDocInfoSubType | DI_INFO1 = DI_SUBTYPE_END + 1 |
const SwDocInfoSubType | DI_INFO2 = DI_SUBTYPE_END + 2 |
const SwDocInfoSubType | DI_INFO3 = DI_SUBTYPE_END + 3 |
const SwDocInfoSubType | DI_INFO4 = DI_SUBTYPE_END + 4 |
HTMLOptionEnum< sal_uInt16 > const | aHTMLDocInfoFieldSubTable [] |
HTMLOptionEnum< sal_uInt16 > const | aHTMLDocInfoFieldFormatTable [] |
HTMLOptionEnum< SwDocStatSubType > const | aHTMLDocStatFieldSubTable [] |
HTMLOptionEnum< SwFileNameFormat > const | aHTMLFileNameFieldFormatTable [] |
HTMLOptionEnum<SwAuthorFormat> const aHTMLAuthorFieldFormatTable[] |
Definition at line 131 of file htmlfld.cxx.
HTMLNumFormatTableEntry const aHTMLDateFieldFormatTable[] |
Definition at line 66 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
HTMLOptionEnum<sal_uInt16> const aHTMLDocInfoFieldFormatTable[] |
Definition at line 170 of file htmlfld.cxx.
HTMLOptionEnum<sal_uInt16> const aHTMLDocInfoFieldSubTable[] |
HTMLOptionEnum<SwDocStatSubType> const aHTMLDocStatFieldSubTable[] |
Definition at line 178 of file htmlfld.cxx.
HTMLOptionEnum<SwExtUserSubType> const aHTMLExtUsrFieldSubTable[] |
Definition at line 111 of file htmlfld.cxx.
HTMLOptionEnum<SwFieldIds> const aHTMLFieldTypeTable[] |
Definition at line 52 of file htmlfld.cxx.
HTMLOptionEnum<SwFileNameFormat> const aHTMLFileNameFieldFormatTable[] |
Definition at line 190 of file htmlfld.cxx.
HTMLOptionEnum<SvxNumType> const aHTMLPageNumFieldFormatTable[] |
Definition at line 96 of file htmlfld.cxx.
Referenced by SwHTMLParser::GetNumType().
HTMLOptionEnum<SwPageNumSubType> const aHTMLPageNumFieldSubTable[] |
Definition at line 138 of file htmlfld.cxx.
HTMLNumFormatTableEntry const aHTMLTimeFieldFormatTable[] |
Definition at line 88 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
const SwDocInfoSubType DI_INFO1 = DI_SUBTYPE_END + 1 |
Definition at line 149 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
const SwDocInfoSubType DI_INFO2 = DI_SUBTYPE_END + 2 |
Definition at line 150 of file htmlfld.cxx.
const SwDocInfoSubType DI_INFO3 = DI_SUBTYPE_END + 3 |
Definition at line 151 of file htmlfld.cxx.
const SwDocInfoSubType DI_INFO4 = DI_SUBTYPE_END + 4 |
Definition at line 152 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().