#include "STOFFPageSpan.hxx"
#include "STOFFSection.hxx"
#include "STOFFSubDocument.hxx"
#include "StarAttribute.hxx"
#include "StarFormatManager.hxx"
#include "StarItemPool.hxx"
#include "StarObject.hxx"
#include "StarObjectSmallText.hxx"
#include "StarState.hxx"
#include "StarZone.hxx"
#include "StarPageAttribute.hxx"
Namespaces | |
namespace | StarPageAttribute |
namespace used to contain page attributes | |
Functions | |
void | StarPageAttribute::addAttributeBool (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
add a bool attribute | |
void | StarPageAttribute::addAttributeColor (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
add a color attribute | |
void | StarPageAttribute::addAttributeInt (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, int defValue) |
add a int attribute | |
void | StarPageAttribute::addAttributeUInt (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, unsigned int defValue) |
add a unsigned int attribute | |
void | StarPageAttribute::addAttributeVoid (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
add a void attribute | |
void | StarPageAttribute::addInitTo (std::map< int, std::shared_ptr< StarAttribute > > &whichToAttributeMap) |
adds character attribute to the general it to attribute map | |