36 #ifndef STOFF_GRAPHIC_ENCODER_HXX
37 #define STOFF_GRAPHIC_ENCODER_HXX
39 #include <librevenge/librevenge.h>
65 void startDocument(const ::librevenge::RVNGPropertyList &propList);
71 void startPage(const ::librevenge::RVNGPropertyList &propList);
76 void setStyle(const ::librevenge::RVNGPropertyList &propList);
77 void startLayer(const ::librevenge::RVNGPropertyList &propList);
81 void openGroup(const ::librevenge::RVNGPropertyList &propList);
85 void drawRectangle(const ::librevenge::RVNGPropertyList &propList);
86 void drawEllipse(const ::librevenge::RVNGPropertyList &propList);
87 void drawPolygon(const ::librevenge::RVNGPropertyList &vertices);
88 void drawPolyline(const ::librevenge::RVNGPropertyList &vertices);
89 void drawPath(const ::librevenge::RVNGPropertyList &path);
90 void drawConnector(const ::librevenge::RVNGPropertyList &propList);
99 void openTableRow(
const librevenge::RVNGPropertyList &propList);
101 void openTableCell(
const librevenge::RVNGPropertyList &propList);
107 void insertText(
const librevenge::RVNGString &text);
109 void insertField(
const librevenge::RVNGPropertyList &propList);
111 void openLink(
const librevenge::RVNGPropertyList &propList);
121 void openParagraph(
const librevenge::RVNGPropertyList &propList);
125 void openSpan(
const librevenge::RVNGPropertyList &propList);
130 shared_ptr<STOFFGraphicEncoderInternal::State>
m_state;
void openTableCell(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:223
void closeListElement()
Definition: STOFFGraphicEncoder.cxx:298
~STOFFGraphicEncoder()
destructor
Definition: STOFFGraphicEncoder.cxx:70
void closeOrderedListLevel()
Definition: STOFFGraphicEncoder.cxx:283
void insertSpace()
Definition: STOFFGraphicEncoder.cxx:243
bool getBinaryResult(STOFFEmbeddedObject &result)
return the final graphic
Definition: STOFFGraphicEncoder.cxx:74
shared_ptr< STOFFGraphicEncoderInternal::State > m_state
the actual state
Definition: STOFFGraphicEncoder.hxx:130
void insertText(const librevenge::RVNGString &text)
Definition: STOFFGraphicEncoder.cxx:248
void openGroup(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:148
void openOrderedListLevel(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:273
void openListElement(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:293
void closeGroup()
Definition: STOFFGraphicEncoder.cxx:153
void startTableObject(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:203
void openSpan(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:323
void closeUnorderedListLevel()
Definition: STOFFGraphicEncoder.cxx:288
void defineParagraphStyle(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:303
void openLink(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:263
void closeLink()
Definition: STOFFGraphicEncoder.cxx:268
void endEmbeddedGraphics()
Definition: STOFFGraphicEncoder.cxx:143
void insertCoveredTableCell(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:233
a name space used to define internal data of STOFFGraphicEncoder
Definition: STOFFGraphicEncoder.cxx:52
void insertField(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:258
void endTableObject()
Definition: STOFFGraphicEncoder.cxx:208
void openTableRow(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:213
void endMasterPage()
Definition: STOFFGraphicEncoder.cxx:118
void startPage(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:103
void endTextObject()
Definition: STOFFGraphicEncoder.cxx:198
void setStyle(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:123
void drawEllipse(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:163
void openParagraph(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:308
void drawConnector(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:183
void endPage()
Definition: STOFFGraphicEncoder.cxx:108
void openUnorderedListLevel(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:278
main class used to define store librevenge::RVNGDrawingInterface lists of command in a librevenge::RV...
Definition: STOFFGraphicEncoder.hxx:55
void closeTableRow()
Definition: STOFFGraphicEncoder.cxx:218
void closeSpan()
Definition: STOFFGraphicEncoder.cxx:328
void insertLineBreak()
Definition: STOFFGraphicEncoder.cxx:253
small class use to define a embedded object
Definition: libstaroffice_internal.hxx:398
void setDocumentMetaData(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:93
write in librevenge::RVNGBinaryData a list of tags/and properties
Definition: STOFFPropertyHandler.hxx:82
void startMasterPage(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:113
void drawGraphicObject(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:188
void startEmbeddedGraphics(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:138
void startTextObject(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:193
void drawRectangle(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:158
void closeParagraph()
Definition: STOFFGraphicEncoder.cxx:313
void defineEmbeddedFont(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:98
void startDocument(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:83
void drawPolyline(const ::librevenge::RVNGPropertyList &vertices)
Definition: STOFFGraphicEncoder.cxx:173
STOFFGraphicEncoder()
constructor
Definition: STOFFGraphicEncoder.cxx:66
void defineCharacterStyle(const librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:318
void endDocument()
Definition: STOFFGraphicEncoder.cxx:88
void endLayer()
Definition: STOFFGraphicEncoder.cxx:133
void closeTableCell()
Definition: STOFFGraphicEncoder.cxx:228
void drawPolygon(const ::librevenge::RVNGPropertyList &vertices)
Definition: STOFFGraphicEncoder.cxx:168
void drawPath(const ::librevenge::RVNGPropertyList &path)
Definition: STOFFGraphicEncoder.cxx:178
void insertTab()
Definition: STOFFGraphicEncoder.cxx:238
void startLayer(const ::librevenge::RVNGPropertyList &propList)
Definition: STOFFGraphicEncoder.cxx:128