|
| SdrGraphicUno () |
| constructor
|
|
| ~SdrGraphicUno () final |
| destructor
|
|
std::string | print () const final |
| basic print function
|
|
| SdrGraphicRect (int id) |
| constructor
|
|
| ~SdrGraphicRect () override |
| destructor
|
|
bool | send (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object, bool inMasterPage) override |
| try to send the graphic to the listener
|
|
std::string | print () const override |
| basic print function
|
|
| SdrGraphicText (int id) |
| constructor
|
|
| ~SdrGraphicText () override |
| destructor
|
|
void | updateTransformProperties (librevenge::RVNGPropertyList &list, double relUnit) const |
| try to update the transformation
|
|
std::string | print () const override |
| basic print function
|
|
bool | sendTextZone (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object) |
| try to send the text zone to the listener
|
|
| SdrGraphicAttribute (int id) |
| constructor
|
|
| ~SdrGraphicAttribute () override |
| destructor
|
|
std::string | print () const override |
| basic print function
|
|
void | updateStyle (StarState &state, STOFFListenerPtr listener) const |
| try to update the style
|
|
| SdrGraphic (int id) |
| constructor
|
|
| ~SdrGraphic () override |
| destructor
|
|
std::string | getName () const override |
| return the object name
|
|
StarState | getState (StarObject &object, STOFFListenerPtr listener, STOFFFrameStyle const &) const |
| return a pool corresponding to an object
|
|
void | updateStyle (StarState &state, STOFFListenerPtr) const |
| try to update the graphic style
|
|
std::string | print () const override |
| basic print function
|
|
| Graphic (int id) |
| constructor
|
|
virtual | ~Graphic () |
| destructor
|
|
virtual std::string | print () const |
| basic print function
|
|
virtual std::string | getName () const =0 |
| return the object name
|
|
virtual bool | send (STOFFListenerPtr &, STOFFFrameStyle const &, StarObject &, bool) |
| try to send the graphic to the listener
|
|
Internal: virtual class to store a Sdr graphic uno.