LibreOffice Module editeng (master) 1
Public Member Functions | Public Attributes | List of all members
HtmlImportInfo Struct Reference

#include <editdata.hxx>

Collaboration diagram for HtmlImportInfo:
[legend]

Public Member Functions

 HtmlImportInfo (HtmlImportState eState, SvParser< HtmlTokenId > *pPrsrs, const ESelection &rSel)
 
 ~HtmlImportInfo ()
 

Public Attributes

SvParser< HtmlTokenId > * pParser
 
ESelection aSelection
 
HtmlImportState eState
 
HtmlTokenId nToken
 
OUString aText
 

Detailed Description

Definition at line 229 of file editdata.hxx.

Constructor & Destructor Documentation

◆ HtmlImportInfo()

HtmlImportInfo::HtmlImportInfo ( HtmlImportState  eState,
SvParser< HtmlTokenId > *  pPrsrs,
const ESelection rSel 
)

Definition at line 38 of file eertfpar.cxx.

References eState, nToken, and pParser.

◆ ~HtmlImportInfo()

HtmlImportInfo::~HtmlImportInfo ( )

Definition at line 46 of file eertfpar.cxx.

Member Data Documentation

◆ aSelection

ESelection HtmlImportInfo::aSelection

Definition at line 232 of file editdata.hxx.

◆ aText

OUString HtmlImportInfo::aText

Definition at line 237 of file editdata.hxx.

Referenced by EditHTMLParser::ImpInsertText(), and EditHTMLParser::NextToken().

◆ eState

HtmlImportState HtmlImportInfo::eState

Definition at line 233 of file editdata.hxx.

Referenced by HtmlImportInfo().

◆ nToken

HtmlTokenId HtmlImportInfo::nToken

Definition at line 235 of file editdata.hxx.

Referenced by HtmlImportInfo(), and EditHTMLParser::NextToken().

◆ pParser

SvParser<HtmlTokenId>* HtmlImportInfo::pParser

Definition at line 231 of file editdata.hxx.

Referenced by HtmlImportInfo().


The documentation for this struct was generated from the following files: