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