LibreOffice Module editeng (master) 1
|
#include <editdata.hxx>
Public Member Functions | |
RtfImportInfo (RtfImportState eState, SvParser< int > *pPrsrs, const ESelection &rSel) | |
Public Attributes | |
SvParser< int > * | pParser |
ESelection | aSelection |
RtfImportState | eState |
int | nToken |
short | nTokenValue |
Definition at line 243 of file editdata.hxx.
RtfImportInfo::RtfImportInfo | ( | RtfImportState | eState, |
SvParser< int > * | pPrsrs, | ||
const ESelection & | rSel | ||
) |
Definition at line 50 of file eertfpar.cxx.
References eState, nToken, nTokenValue, and pParser.
ESelection RtfImportInfo::aSelection |
Definition at line 246 of file editdata.hxx.
RtfImportState RtfImportInfo::eState |
Definition at line 247 of file editdata.hxx.
Referenced by RtfImportInfo().
int RtfImportInfo::nToken |
Definition at line 249 of file editdata.hxx.
Referenced by EditRTFParser::NextToken(), RtfImportInfo(), and EditRTFParser::UnknownAttrToken().
short RtfImportInfo::nTokenValue |
Definition at line 250 of file editdata.hxx.
Referenced by EditRTFParser::NextToken(), RtfImportInfo(), and EditRTFParser::UnknownAttrToken().
Definition at line 245 of file editdata.hxx.
Referenced by RtfImportInfo().