#include "StarCharAttribute.hxx"#include "STOFFFont.hxx"#include "STOFFListener.hxx"#include "STOFFSubDocument.hxx"#include "StarAttribute.hxx"#include "StarItemPool.hxx"#include "StarLanguage.hxx"#include "StarObject.hxx"#include "StarObjectText.hxx"#include "StarState.hxx"#include "StarZone.hxx"#include "SWFieldManager.hxx"Classes | |
| class | StarCharAttribute::StarCAttributeBool |
| a character bool attribute More... | |
| class | StarCharAttribute::StarCAttributeColor |
| a character color attribute More... | |
| class | StarCharAttribute::StarCAttributeInt |
| a character integer attribute More... | |
| class | StarCharAttribute::StarCAttributeUInt |
| a character unsigned integer attribute More... | |
| class | StarCharAttribute::StarCAttributeVoid |
| a void attribute More... | |
| class | StarCharAttribute::SubDocument |
| Internal: the subdocument of a StarObjectSpreadsheet. More... | |
| class | StarCharAttribute::StarCAttributeEscapement |
| a escapement attribute More... | |
| class | StarCharAttribute::StarCAttributeFont |
| a font attribute More... | |
| class | StarCharAttribute::StarCAttributeFontSize |
| a font size attribute More... | |
| class | StarCharAttribute::StarCAttributeCharFormat |
| a charFormat attribute More... | |
| class | StarCharAttribute::StarCAttributeContent |
| a content attribute More... | |
| class | StarCharAttribute::StarCAttributeField |
| a field attribute More... | |
| class | StarCharAttribute::StarCAttributeFootnote |
| a footnote attribute More... | |
| class | StarCharAttribute::StarCAttributeINetFmt |
| a INetFmt attribute: ie. a link, ... More... | |
| class | StarCharAttribute::StarCAttributeRefMark |
| a refMark attribute More... | |
Namespaces | |
| namespace | StarCharAttribute |
namespace used to contain character attributes | |
Functions | |
| void | StarCharAttribute::addAttributeBool (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
| add a bool attribute | |
| void | StarCharAttribute::addAttributeColor (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
| add a color attribute | |
| void | StarCharAttribute::addAttributeInt (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, int defValue) |
| add a int attribute | |
| void | StarCharAttribute::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 | StarCharAttribute::addAttributeVoid (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a void attribute | |
| void | StarCharAttribute::addInitTo (std::map< int, shared_ptr< StarAttribute > > &whichToAttributeMap) |
| adds character attribute to the general it to attribute map | |