Class to store a frame style. More...
#include <STOFFFrameStyle.hxx>
Public Member Functions | |
STOFFFrameStyle () | |
constructor More... | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList More... | |
void | addStyleTo (librevenge::RVNGPropertyList &propList) const |
add style to the propList More... | |
STOFFPosition | getPosition () const |
return a position corresponding to the current style More... | |
bool | operator== (STOFFFrameStyle const &frameStyle) const |
operator== More... | |
bool | operator!= (STOFFFrameStyle const &frameStyle) const |
operator!= More... | |
Public Attributes | |
librevenge::RVNGPropertyList | m_propertyList |
the property list More... | |
STOFFPosition | m_position |
the position More... | |
int | m_anchorIndex |
the anchor index: used to relate to find the character related to at_char More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, STOFFFrameStyle const &frameStyle) |
operator<< More... | |
Class to store a frame style.
|
inline |
constructor
void STOFFFrameStyle::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add style to the propList
Referenced by addTo(), and StarObjectSmallGraphicInternal::SdrGraphic::updateStyle().
void STOFFFrameStyle::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
Referenced by STOFFTextListener::_handleFrameParameters(), STOFFSpreadsheetListener::_handleFrameParameters(), STOFFGraphicListener::_handleFrameParameters(), StarItemPool::defineGraphicStyle(), STOFFGraphicListener::insertShape(), STOFFTextListener::insertShape(), STOFFSpreadsheetListener::insertShape(), STOFFGraphicListener::openGroup(), STOFFTextListener::openGroup(), StarObjectTextInternal::Content::send(), StarTableInternal::Table::send(), StarObjectTextInternal::GraphZone::send(), StarObjectTextInternal::OLEZone::send(), and StarTableInternal::TableBox::updatePosition().
STOFFPosition STOFFFrameStyle::getPosition | ( | ) | const |
return a position corresponding to the current style
Referenced by addTo().
|
inline |
operator!=
bool STOFFFrameStyle::operator== | ( | STOFFFrameStyle const & | frameStyle | ) | const |
operator==
Referenced by operator!=().
|
friend |
operator<<
int STOFFFrameStyle::m_anchorIndex |
the anchor index: used to relate to find the character related to at_char
Referenced by StarFrameAttribute::StarFAttributeAnchor::addTo(), operator==(), and StarObjectTextInternal::TextZone::send().
STOFFPosition STOFFFrameStyle::m_position |
the position
Referenced by StarFrameAttribute::StarFAttributeAnchor::addTo(), StarFrameAttribute::StarFAttributeFrameSize::addTo(), StarFrameAttribute::StarFAttributeOrientation::addTo(), getPosition(), STOFFGraphicListener::insertShape(), STOFFTextListener::insertShape(), STOFFSpreadsheetListener::insertShape(), STOFFGraphicListener::openFooter(), STOFFTextListener::openGroup(), STOFFGraphicListener::openHeader(), STOFFGraphicListener::openTable(), operator==(), SDGParser::parse(), StarTableInternal::Table::send(), StarObjectSmallGraphicInternal::SdrGraphicGroup::send(), StarObjectSmallGraphicInternal::SdrGraphicOLE::send(), StarObjectModel::sendPage(), StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone(), and StarTableInternal::TableBox::updatePosition().
librevenge::RVNGPropertyList STOFFFrameStyle::m_propertyList |
the property list
Referenced by addStyleTo(), StarFrameAttribute::StarFAttributeBool::addTo(), StarFrameAttribute::StarFAttributeAnchor::addTo(), StarFrameAttribute::StarFAttributeBrush::addTo(), StarFrameAttribute::StarFAttributeLRSpace::addTo(), StarFrameAttribute::StarFAttributeOrientation::addTo(), StarFrameAttribute::StarFAttributeSurround::addTo(), operator<<(), and operator==().