|
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 <o3tl/string_view.hxx>#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 132 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLNumFormatTableEntry const aHTMLDateFieldFormatTable[] |
Definition at line 67 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<sal_uInt16> const aHTMLDocInfoFieldFormatTable[] |
Definition at line 171 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<sal_uInt16> const aHTMLDocInfoFieldSubTable[] |
Definition at line 155 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<SwDocStatSubType> const aHTMLDocStatFieldSubTable[] |
Definition at line 179 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<SwExtUserSubType> const aHTMLExtUsrFieldSubTable[] |
Definition at line 112 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<SwFieldIds> const aHTMLFieldTypeTable[] |
Definition at line 53 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<SwFileNameFormat> const aHTMLFileNameFieldFormatTable[] |
Definition at line 191 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLOptionEnum<SvxNumType> const aHTMLPageNumFieldFormatTable[] |
Definition at line 97 of file htmlfld.cxx.
Referenced by SwHTMLParser::GetNumType(), and SwHTMLParser::NewField().
| HTMLOptionEnum<SwPageNumSubType> const aHTMLPageNumFieldSubTable[] |
Definition at line 139 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| HTMLNumFormatTableEntry const aHTMLTimeFieldFormatTable[] |
Definition at line 89 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| const SwDocInfoSubType DI_INFO1 = DI_SUBTYPE_END + 1 |
Definition at line 150 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().
| const SwDocInfoSubType DI_INFO2 = DI_SUBTYPE_END + 2 |
Definition at line 151 of file htmlfld.cxx.
| const SwDocInfoSubType DI_INFO3 = DI_SUBTYPE_END + 3 |
Definition at line 152 of file htmlfld.cxx.
| const SwDocInfoSubType DI_INFO4 = DI_SUBTYPE_END + 4 |
Definition at line 153 of file htmlfld.cxx.
Referenced by SwHTMLParser::NewField().