LibreOffice Module sw (master) 1
|
Public Member Functions | |
Entry (WW8_FC nFC) | |
Entry (const Entry &rEntry) | |
~Entry () | |
bool | operator< (const Entry &rEntry) const |
Entry & | operator= (const Entry &rEntry) |
Public Attributes | |
WW8_FC | mnFC |
sal_uInt8 * | mpData |
sal_uInt16 | mnLen |
sal_uInt16 | mnIStd |
bool | mbMustDelete |
Definition at line 505 of file ww8scan.hxx.
|
inlineexplicit |
Definition at line 515 of file ww8scan.hxx.
WW8PLCFx_Fc_FKP::WW8Fkp::Entry::Entry | ( | const Entry & | rEntry | ) |
Definition at line 2865 of file ww8scan.cxx.
References mbMustDelete, mnLen, and mpData.
WW8PLCFx_Fc_FKP::WW8Fkp::Entry::~Entry | ( | ) |
Definition at line 2903 of file ww8scan.cxx.
bool WW8PLCFx_Fc_FKP::WW8Fkp::Entry::operator< | ( | const Entry & | rEntry | ) | const |
Definition at line 2621 of file ww8scan.cxx.
WW8PLCFx_Fc_FKP::WW8Fkp::Entry & WW8PLCFx_Fc_FKP::WW8Fkp::Entry::operator= | ( | const Entry & | rEntry | ) |
Definition at line 2879 of file ww8scan.cxx.
References mbMustDelete, mnFC, mnIStd, mnLen, and mpData.
bool WW8PLCFx_Fc_FKP::WW8Fkp::Entry::mbMustDelete |
Definition at line 513 of file ww8scan.hxx.
Referenced by Entry(), operator=(), and WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp().
WW8_FC WW8PLCFx_Fc_FKP::WW8Fkp::Entry::mnFC |
Definition at line 508 of file ww8scan.hxx.
Referenced by operator=().
sal_uInt16 WW8PLCFx_Fc_FKP::WW8Fkp::Entry::mnIStd |
Definition at line 512 of file ww8scan.hxx.
Referenced by operator=(), and WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp().
sal_uInt16 WW8PLCFx_Fc_FKP::WW8Fkp::Entry::mnLen |
Definition at line 511 of file ww8scan.hxx.
Referenced by Entry(), WW8PLCFx_Fc_FKP::WW8Fkp::FillEntry(), operator=(), and WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp().
sal_uInt8* WW8PLCFx_Fc_FKP::WW8Fkp::Entry::mpData |
Definition at line 510 of file ww8scan.hxx.
Referenced by Entry(), WW8PLCFx_Fc_FKP::WW8Fkp::FillEntry(), operator=(), and WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp().