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