the main class to read/. More...
#include <StarAttribute.hxx>
Public Member Functions | |
StarAttributeManager () | |
constructor More... | |
virtual | ~StarAttributeManager () |
destructor More... | |
std::shared_ptr< StarAttribute > | readAttribute (StarZone &zone, int which, int vers, long endPos, StarObject &document) |
try to read an attribute and return it More... | |
std::shared_ptr< StarAttribute > | getDefaultAttribute (int which) |
try to return the default attribute More... | |
Static Public Member Functions | |
static std::shared_ptr< StarAttribute > | getDummyAttribute (int type=-1) |
return a dummy attribute More... | |
Private Attributes | |
std::shared_ptr< StarAttributeInternal::State > | m_state |
the state More... | |
the main class to read/.
. a StarOffice attribute
StarAttributeManager::StarAttributeManager | ( | ) |
constructor
|
virtual |
destructor
std::shared_ptr< StarAttribute > StarAttributeManager::getDefaultAttribute | ( | int | which | ) |
try to return the default attribute
|
static |
return a dummy attribute
Referenced by getDefaultAttribute(), StarItemPoolInternal::State::getDefaultAttribute(), StarItemPool::readAttribute(), readAttribute(), and StarItemPool::readItem().
std::shared_ptr< StarAttribute > StarAttributeManager::readAttribute | ( | StarZone & | zone, |
int | which, | ||
int | vers, | ||
long | endPos, | ||
StarObject & | document | ||
) |
try to read an attribute and return it
|
private |
the state
Referenced by getDefaultAttribute(), and readAttribute().