brief class used to stored the style More...
#include <StarItem.hxx>
Public Types | |
enum | FamilyStyle { F_Char = 1, F_Paragraph = 2, F_Frame = 4, F_Page = 8, F_Pseudo = 0x10, F_ALL = 0xFE } |
the different family style More... | |
Public Member Functions | |
StarItemStyle () | |
constructor | |
Public Attributes | |
librevenge::RVNGString | m_names [4] |
the name, the parent name, the follow name, the help names | |
int | m_family |
the family | |
int | m_mask |
the mask | |
StarItemSet | m_itemSet |
the item list | |
unsigned | m_helpId |
the help id | |
Friends | |
std::ostream & | operator<< (std::ostream &o, StarItemStyle const &style) |
operator<< |
brief class used to stored the style
StarItemStyle::StarItemStyle | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
StarItemStyle const & | style | ||
) | [friend] |
operator<<
the family
Referenced by operator<<(), and StarItemPool::readStyles().
unsigned StarItemStyle::m_helpId |
the help id
Referenced by operator<<(), and StarItemPool::readStyles().
the item list
Referenced by StarCharAttribute::StarCAttributeCharFormat::addTo(), StarItemPool::defineGraphicStyle(), StarItemPool::defineParagraphStyle(), StarObjectTextInternal::TextZone::inventoryPage(), operator<<(), StarItemPool::readStyles(), StarObjectSmallTextInternal::Paragraph::send(), StarObjectTextInternal::TextZone::send(), StarObjectSpreadsheet::updatePageSpans(), StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle(), and StarItemPool::updateUsingStyles().
the mask
Referenced by operator<<(), and StarItemPool::readStyles().
librevenge::RVNGString StarItemStyle::m_names[4] |
the name, the parent name, the follow name, the help names
Referenced by StarItemPool::defineGraphicStyle(), StarItemPool::defineParagraphStyle(), operator<<(), StarItemPool::readStyles(), StarObjectSmallTextInternal::Paragraph::send(), and StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle().