the main class to read/. More...
#include <SWFieldManager.hxx>
Public Member Functions | |
SWFieldManager () | |
constructor More... | |
virtual | ~SWFieldManager () |
destructor More... | |
std::shared_ptr< SWFieldManagerInternal::Field > | readField (StarZone &zone, unsigned char cKind='_') |
try to read a field type More... | |
std::shared_ptr< SWFieldManagerInternal::Field > | readPersistField (StarZone &zone, long lastPos) |
try to read a persist field type More... | |
Private Attributes | |
std::shared_ptr< SWFieldManagerInternal::State > | m_state |
the state More... | |
the main class to read/.
. a StarOffice sdw field
SWFieldManager::SWFieldManager | ( | ) |
constructor
|
virtual |
destructor
std::shared_ptr< SWFieldManagerInternal::Field > SWFieldManager::readField | ( | StarZone & | zone, |
unsigned char | cKind = '_' |
||
) |
try to read a field type
Referenced by StarObjectPageStyle::read(), StarCharAttribute::StarCAttributeField::read(), StarTableInternal::Table::read(), and StarObjectText::readWriterDocument().
std::shared_ptr< SWFieldManagerInternal::Field > SWFieldManager::readPersistField | ( | StarZone & | zone, |
long | lastPos | ||
) |
try to read a persist field type
Referenced by StarCharAttribute::StarCAttributeField::read().
|
private |
the state