39 # define STAR_ITEM_HXX 65 StarItem(std::shared_ptr<StarAttribute> attribute,
int which)
100 return m_whichToItemMap.empty();
103 bool add(std::shared_ptr<StarItem> item);
105 std::string printChild()
const;
120 F_Char=1, F_Paragraph=2, F_Frame=4, F_Page=8, F_Pseudo=0x10, F_ALL=0xFE
134 librevenge::RVNGString m_names[4];
class to store an item: ie.
Definition: StarItem.hxx:53
int m_family
the family
Definition: StarItem.hxx:136
StarItem(std::shared_ptr< StarAttribute > attribute, int which)
constructor from attribute
Definition: StarItem.hxx:65
StarItemSet m_itemSet
the item list
Definition: StarItem.hxx:140
bool m_localId
true if which is local
Definition: StarItem.hxx:79
bool empty() const
return true if the set is empty
Definition: StarItem.hxx:98
librevenge::RVNGString m_style
item set name
Definition: StarItem.hxx:107
int m_family
the family
Definition: StarItem.hxx:109
int m_mask
the mask
Definition: StarItem.hxx:138
StarItemStyle()
constructor
Definition: StarItem.hxx:123
std::ostream & operator<<(std::ostream &o, STOFFColor const &c)
Definition: libstaroffice_internal.cxx:214
int m_surrogateId
the surrogate id
Definition: StarItem.hxx:77
unsigned m_helpId
the help id
Definition: StarItem.hxx:142
int m_outlineLevel
the outline level
Definition: StarItem.hxx:144
virtual class used to store the different attribute
Definition: StarAttribute.hxx:62
std::shared_ptr< StarAttribute > m_attribute
the attribute if loaded
Definition: StarItem.hxx:73
StarItemSet()
constructor
Definition: StarItem.hxx:91
class to store a list of item
Definition: StarItem.hxx:87
brief class used to stored the style
Definition: StarItem.hxx:115
int m_which
the which id
Definition: StarItem.hxx:75
StarItem(int which)
constructor
Definition: StarItem.hxx:57
FamilyStyle
the different family style
Definition: StarItem.hxx:119
std::map< int, std::shared_ptr< StarItem > > m_whichToItemMap
the list of item
Definition: StarItem.hxx:111
StarItem & operator=(StarItem const &)