#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"
Classes | |
class | StarPageAttribute::StarPAttributeBool |
a character bool attribute More... | |
class | StarPageAttribute::StarPAttributeColor |
a character color attribute More... | |
class | StarPageAttribute::StarPAttributeInt |
a character integer attribute More... | |
class | StarPageAttribute::StarPAttributeUInt |
a character unsigned integer attribute More... | |
class | StarPageAttribute::StarPAttributeVoid |
a void attribute More... | |
class | StarPageAttribute::StarPAttributeItemSet |
a list of item attribute of StarAttributeInternal More... | |
class | StarPageAttribute::StarPAttributeVec2i |
an Vec2i attribute More... | |
class | StarPageAttribute::SubDocument |
Internal: the subdocument of a StarObjectSpreadsheet. More... | |
class | StarPageAttribute::StarPAttributeColumns |
a frame + columns More... | |
struct | StarPageAttribute::StarPAttributeColumns::Column |
a column More... | |
class | StarPageAttribute::StarPAttributeFrameHF |
a frame header/footer attribute (used to define header/footer in a sdw file) More... | |
class | StarPageAttribute::StarPAttributePage |
a page attribute More... | |
class | StarPageAttribute::StarPAttributePageDesc |
a page descriptor attribute More... | |
class | StarPageAttribute::StarPAttributePageHF |
a page header/footer attribute More... | |
class | StarPageAttribute::StarPAttributePrint |
a print attribute More... | |
class | StarPageAttribute::StarPAttributeRangeItem |
a rangeItem attribute More... | |
class | StarPageAttribute::StarPAttributeViewMode |
a character unsigned integer attribute More... | |
Namespaces | |
namespace | StarPageAttribute |
namespace used to contain page attributes | |
Functions | |
void | StarPageAttribute::addAttributeBool (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
add a bool attribute | |
void | StarPageAttribute::addAttributeColor (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
add a color attribute | |
void | StarPageAttribute::addAttributeInt (std::map< int, 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, 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, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
add a void attribute | |
void | StarPageAttribute::addInitTo (std::map< int, shared_ptr< StarAttribute > > &whichToAttributeMap) |
adds character attribute to the general it to attribute map |