Lines Matching refs:document
13 Inkscape::XML::Document *document;
22 document = sp_repr_document_new("test");
23 root = document->root();
25 a = document->createElement("a");
26 b = document->createElement("b");
27 c = document->createElement("c");
38 sp_repr_begin_transaction(document);
44 sp_repr_rollback(document);
52 sp_repr_begin_transaction(document);
58 sp_repr_rollback(document);
70 sp_repr_begin_transaction(document);
80 sp_repr_rollback(document);