LibreOffice Module sw (master) 1
|
Public Member Functions | |
WW8LFOInfo (const WW8LFO &rLFO) | |
Public Attributes | |
std::vector< ww::bytes > | maParaSprms |
std::vector< WW8LFOLVL > | maOverrides |
SwNumRule * | pNumRule |
sal_uInt32 | nIdLst |
sal_uInt8 | nLfoLvl |
bool | bOverride:1 |
bool | bUsedInDoc:1 |
bool | bLSTbUIDSet:1 |
Definition at line 424 of file ww8par3.cxx.
|
explicit |
Definition at line 447 of file ww8par3.cxx.
bool WW8LFOInfo::bLSTbUIDSet |
Definition at line 442 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation().
bool WW8LFOInfo::bOverride |
Definition at line 438 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation(), and WW8ListManager::WW8ListManager().
bool WW8LFOInfo::bUsedInDoc |
Definition at line 440 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation().
std::vector<WW8LFOLVL> WW8LFOInfo::maOverrides |
Definition at line 427 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation(), and WW8ListManager::WW8ListManager().
std::vector<ww::bytes> WW8LFOInfo::maParaSprms |
Definition at line 426 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation(), and WW8ListManager::WW8ListManager().
sal_uInt32 WW8LFOInfo::nIdLst |
Definition at line 432 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation(), and WW8ListManager::WW8ListManager().
sal_uInt8 WW8LFOInfo::nLfoLvl |
Definition at line 433 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation(), and WW8ListManager::WW8ListManager().
SwNumRule* WW8LFOInfo::pNumRule |
Definition at line 428 of file ww8par3.cxx.
Referenced by WW8ListManager::GetNumRuleForActivation(), and WW8ListManager::WW8ListManager().