Lines Matching refs:it
55 for ( List<AttributeRecord const> it = repr->attributeList(); it; ++it ) {
56 const gchar* attrName = g_quark_to_string(it->key);
62 for ( std::vector<gchar const*>::iterator it = attrsRemoved.begin(); it != attrsRemoved.end(); ++it ) {
63 repr->setAttribute(*it, 0);
75 for ( std::vector<Inkscape::XML::Node *>::iterator it = nodesRemoved.begin(); it != nodesRemoved.end(); ++it ) {
76 repr->removeChild(*it);
90 returned that is basically filled out. The one thing that it doesn't
186 turns it into a SPDocument.
190 This function is really simple, it just calls sp_document_new...
217 Inkscape. It detects whether it should do a Inkscape
236 all of this code. I just stole it.