#include "STOFFParagraph.hxx"
#include "STOFFPageSpan.hxx"
#include "StarAttribute.hxx"
#include "StarBitmap.hxx"
#include "StarFormatManager.hxx"
#include "StarItemPool.hxx"
#include "StarObject.hxx"
#include "StarObjectNumericRuler.hxx"
#include "StarState.hxx"
#include "StarZone.hxx"
#include "StarParagraphAttribute.hxx"
Classes | |
class | StarParagraphAttribute::StarPAttributeBool |
a character bool attribute More... | |
class | StarParagraphAttribute::StarPAttributeColor |
a character color attribute More... | |
class | StarParagraphAttribute::StarPAttributeInt |
a character integer attribute More... | |
class | StarParagraphAttribute::StarPAttributeUInt |
a character unsigned integer attribute More... | |
class | StarParagraphAttribute::StarPAttributeVoid |
a void attribute More... | |
class | StarParagraphAttribute::StarPAttributeAdjust |
a adjust attribute More... | |
class | StarParagraphAttribute::StarPAttributeBulletNumeric |
a numeric bullet attribute More... | |
class | StarParagraphAttribute::StarPAttributeBulletSimple |
a simple bullet attribute More... | |
class | StarParagraphAttribute::StarPAttributeDrop |
a drop attribute More... | |
class | StarParagraphAttribute::StarPAttributeHyphen |
a hyphen attribute More... | |
class | StarParagraphAttribute::StarPAttributeLineNumbering |
a line numbering attribute More... | |
class | StarParagraphAttribute::StarPAttributeLineSpacing |
a line spacing attribute More... | |
class | StarParagraphAttribute::StarPAttributeLRSpace |
a left, right, ... attribute More... | |
class | StarParagraphAttribute::StarPAttributeNumericRuler |
a numRule attribute More... | |
class | StarParagraphAttribute::StarPAttributeTabStop |
a tabStop attribute More... | |
struct | StarParagraphAttribute::StarPAttributeTabStop::TabStop |
a tabs structure More... | |
class | StarParagraphAttribute::StarPAttributeULSpace |
a top, bottom, ... attribute More... | |
Namespaces | |
namespace | StarParagraphAttribute |
namespace used to contain paragraph attributes | |
Functions | |
void | StarParagraphAttribute::addAttributeBool (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
add a bool attribute | |
void | StarParagraphAttribute::addAttributeColor (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
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) |
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) |
add a unsigned int attribute | |
void | StarParagraphAttribute::addAttributeVoid (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
add a void attribute | |
void | StarParagraphAttribute::addInitTo (std::map< int, shared_ptr< StarAttribute > > &whichToAttributeMap) |
adds character attribute to the general it to attribute map |