void attribute of StarAttribute More...
#include <StarAttribute.hxx>
Public Member Functions | |
StarAttributeVoid (Type type, std::string const &debugName) | |
constructor | |
virtual shared_ptr< StarAttribute > | create () const |
create a new attribute | |
virtual bool | read (StarZone &zone, int vers, long endPos, StarObject &object) |
read a zone |
void attribute of StarAttribute
StarAttributeVoid::StarAttributeVoid | ( | Type | type, |
std::string const & | debugName | ||
) | [inline] |
constructor
Referenced by create().
virtual shared_ptr<StarAttribute> StarAttributeVoid::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
Reimplemented in StarGraphicAttribute::StarGAttributeVoid, StarParagraphAttribute::StarPAttributeVoid, StarPageAttribute::StarPAttributeVoid, StarCellAttribute::StarCAttributeVoid, StarCharAttribute::StarCAttributeVoid, and StarAttributeInternal::StarAttributeXML.
bool StarAttributeVoid::read | ( | StarZone & | zone, |
int | vers, | ||
long | endPos, | ||
StarObject & | object | ||
) | [virtual] |
read a zone
Implements StarAttribute.