/*
*/
#include "sp-flowdiv.h"
#include "sp-string.h"
#include "document.h"
}
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
l = g_slist_prepend(l, child);
}
l = g_slist_reverse(l);
while (l) {
l = g_slist_remove(l, child);
if (SP_IS_ITEM(child)) {
} else {
}
}
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
l = g_slist_prepend(l, child);
}
l = g_slist_reverse (l);
while (l) {
l = g_slist_remove(l, child);
}
}
}
}
}
Inkscape::XML::Node* SPFlowdiv::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
if ( flags & SP_OBJECT_WRITE_BUILD ) {
}
if ( SP_IS_FLOWTSPAN (child) ) {
} else if ( SP_IS_FLOWPARA(child) ) {
} else if ( SP_IS_STRING(child) ) {
}
if ( c_repr ) {
l = g_slist_prepend (l, c_repr);
}
}
while ( l ) {
l = g_slist_remove(l, l->data);
}
} else {
if ( SP_IS_FLOWTSPAN (child) ) {
} else if ( SP_IS_FLOWPARA(child) ) {
} else if ( SP_IS_STRING(child) ) {
}
}
}
return repr;
}
/*
*
*/
}
SPFlowtspan::~SPFlowtspan() {
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
l = g_slist_prepend(l, child);
}
l = g_slist_reverse (l);
while (l) {
l = g_slist_remove(l, child);
if (SP_IS_ITEM(child)) {
} else {
}
}
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
l = g_slist_prepend(l, child);
}
l = g_slist_reverse (l);
while (l) {
l = g_slist_remove(l, child);
}
}
}
}
}
Inkscape::XML::Node *SPFlowtspan::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
if ( flags&SP_OBJECT_WRITE_BUILD ) {
}
if ( SP_IS_FLOWTSPAN(child) ) {
} else if ( SP_IS_FLOWPARA(child) ) {
} else if ( SP_IS_STRING(child) ) {
}
if ( c_repr ) {
l = g_slist_prepend(l, c_repr);
}
}
while ( l ) {
l = g_slist_remove(l, l->data);
}
} else {
if ( SP_IS_FLOWTSPAN(child) ) {
} else if ( SP_IS_FLOWPARA(child) ) {
} else if ( SP_IS_STRING(child) ) {
}
}
}
return repr;
}
/*
*
*/
}
SPFlowpara::~SPFlowpara() {
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
l = g_slist_prepend(l, child);
}
l = g_slist_reverse (l);
while (l) {
l = g_slist_remove(l, child);
if (SP_IS_ITEM(child)) {
} else {
}
}
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
l = g_slist_prepend(l, child);
}
l = g_slist_reverse (l);
while (l) {
l = g_slist_remove(l, child);
}
}
}
}
}
Inkscape::XML::Node *SPFlowpara::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
if ( flags&SP_OBJECT_WRITE_BUILD ) {
}
if ( SP_IS_FLOWTSPAN(child) ) {
} else if ( SP_IS_FLOWPARA(child) ) {
} else if ( SP_IS_STRING(child) ) {
}
if ( c_repr ) {
l = g_slist_prepend(l, c_repr);
}
}
while ( l ) {
l = g_slist_remove(l, l->data);
}
} else {
if ( SP_IS_FLOWTSPAN(child) ) {
} else if ( SP_IS_FLOWPARA(child) ) {
} else if ( SP_IS_STRING(child) ) {
}
}
}
return repr;
}
/*
*
*/
}
SPFlowline::~SPFlowline() {
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
}
Inkscape::XML::Node *SPFlowline::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
if ( flags & SP_OBJECT_WRITE_BUILD ) {
}
}
return repr;
}
/*
*
*/
}
}
}
if (flags & SP_OBJECT_MODIFIED_FLAG) {
}
}
Inkscape::XML::Node *SPFlowregionbreak::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
if ( flags & SP_OBJECT_WRITE_BUILD ) {
}
}
return repr;
}
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :