namespace used to contain paragraph attributes More...
Classes | |
class | StarPAttributeBool |
a character bool attribute More... | |
class | StarPAttributeColor |
a character color attribute More... | |
class | StarPAttributeInt |
a character integer attribute More... | |
class | StarPAttributeUInt |
a character unsigned integer attribute More... | |
class | StarPAttributeVoid |
a void attribute More... | |
class | StarPAttributeAdjust |
a adjust attribute More... | |
class | StarPAttributeBulletNumeric |
a numeric bullet attribute More... | |
class | StarPAttributeBulletSimple |
a simple bullet attribute More... | |
class | StarPAttributeDrop |
a drop attribute More... | |
class | StarPAttributeHyphen |
a hyphen attribute More... | |
class | StarPAttributeLineNumbering |
a line numbering attribute More... | |
class | StarPAttributeLineSpacing |
a line spacing attribute More... | |
class | StarPAttributeLRSpace |
a left, right, ... attribute More... | |
class | StarPAttributeNumericRuler |
a numRule attribute More... | |
class | StarPAttributeTabStop |
a tabStop attribute More... | |
class | StarPAttributeULSpace |
a top, bottom, ... attribute More... | |
Functions | |
void | addAttributeBool (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
add a bool attribute | |
void | addAttributeColor (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
add a color attribute | |
void | addAttributeInt (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, int defValue) |
add a int attribute | |
void | addAttributeUInt (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, unsigned int defValue) |
add a unsigned int attribute | |
void | addAttributeVoid (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
add a void attribute | |
void | addInitTo (std::map< int, shared_ptr< StarAttribute > > &whichToAttributeMap) |
adds character attribute to the general it to attribute map |
namespace used to contain paragraph attributes
void StarParagraphAttribute::addAttributeBool | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
StarAttribute::Type | type, | ||
std::string const & | debugName, | ||
bool | defValue | ||
) | [inline] |
add a bool attribute
Referenced by addInitTo().
void StarParagraphAttribute::addAttributeColor | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
StarAttribute::Type | type, | ||
std::string const & | debugName, | ||
STOFFColor const & | defValue | ||
) | [inline] |
add a color attribute
void StarParagraphAttribute::addAttributeInt | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
StarAttribute::Type | type, | ||
std::string const & | debugName, | ||
int | numBytes, | ||
int | defValue | ||
) | [inline] |
add a int attribute
void StarParagraphAttribute::addAttributeUInt | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
StarAttribute::Type | type, | ||
std::string const & | debugName, | ||
int | numBytes, | ||
unsigned int | defValue | ||
) | [inline] |
add a unsigned int attribute
Referenced by addInitTo().
void StarParagraphAttribute::addAttributeVoid | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
StarAttribute::Type | type, | ||
std::string const & | debugName | ||
) | [inline] |
add a void attribute
Referenced by addInitTo().
void StarParagraphAttribute::addInitTo | ( | std::map< int, shared_ptr< StarAttribute > > & | map | ) |
adds character attribute to the general it to attribute map