92 bool add(shared_ptr<StarItem> item);
virtual class used to store the different attribute
Definition: StarAttribute.hxx:63
class to store a list of item
Definition: StarItem.hxx:80
bool empty() const
return true if the set is empty
Definition: StarItem.hxx:87
StarItemSet()
constructor
Definition: StarItem.hxx:83
std::string printChild() const
debug function to print the child field
Definition: StarItem.cxx:52
std::map< int, shared_ptr< StarItem > > m_whichToItemMap
the list of item
Definition: StarItem.hxx:100
int m_family
the family
Definition: StarItem.hxx:98
librevenge::RVNGString m_style
item set name
Definition: StarItem.hxx:96
bool add(shared_ptr< StarItem > item)
try to add a item
Definition: StarItem.cxx:42
brief class used to stored the style
Definition: StarItem.hxx:105
int m_outlineLevel
the outline level
Definition: StarItem.hxx:128
StarItemStyle()
constructor
Definition: StarItem.hxx:112
int m_family
the family
Definition: StarItem.hxx:120
FamilyStyle
the different family style
Definition: StarItem.hxx:108
@ F_Pseudo
Definition: StarItem.hxx:109
@ F_Paragraph
Definition: StarItem.hxx:109
@ F_Page
Definition: StarItem.hxx:109
@ F_Frame
Definition: StarItem.hxx:109
@ F_Char
Definition: StarItem.hxx:109
@ F_ALL
Definition: StarItem.hxx:109
friend std::ostream & operator<<(std::ostream &o, StarItemStyle const &style)
operator<<
Definition: StarItem.cxx:70
StarItemSet m_itemSet
the item list
Definition: StarItem.hxx:124
librevenge::RVNGString m_names[4]
the name, the parent name, the follow name, the help names
Definition: StarItem.hxx:118
unsigned m_helpId
the help id
Definition: StarItem.hxx:126
int m_mask
the mask
Definition: StarItem.hxx:122
class to store an item: ie.
Definition: StarItem.hxx:54
StarItem & operator=(StarItem const &)
StarItem(shared_ptr< StarAttribute > attribute, int which)
constructor from attribute
Definition: StarItem.hxx:61
shared_ptr< StarAttribute > m_attribute
the attribute if loaded
Definition: StarItem.hxx:65
StarItem(StarItem const &)
int m_which
the which id
Definition: StarItem.hxx:67
StarItem(int which)
constructor
Definition: StarItem.hxx:57
bool m_localId
true if which is local
Definition: StarItem.hxx:71
int m_surrogateId
the surrogate id
Definition: StarItem.hxx:69