Lines Matching refs:shape
221 * Called by the shape creation functions. Gets the default style for the doc
224 * There is probably a better way to do this (use the shape tools default styles)
647 document_interface_set_attribute (DocumentInterface *doc_interface, char *shape,
650 Inkscape::XML::Node *newNode = get_repr_by_name(doc_interface->target.getDocument(), shape, error);
667 char *shape, char *attribute,
670 Inkscape::XML::Node *newNode = get_repr_by_name (doc_interface->target.getDocument(), shape, error);
681 char *shape, char *attribute,
684 Inkscape::XML::Node *newNode = get_repr_by_name (doc_interface->target.getDocument(), shape, error);
696 document_interface_get_attribute (DocumentInterface *doc_interface, char *shape,
699 Inkscape::XML::Node *newNode = get_repr_by_name(doc_interface->target.getDocument(), shape, error);
737 char *shape, GError **error)
739 std::vector<SPObject*> oldsel = selection_swap(doc_interface->target.getSelection(), shape, error);
764 document_interface_transform (DocumentInterface *doc_interface, gchar *shape,
769 document_interface_set_attribute (doc_interface, shape, trans, transformstr, error);
774 document_interface_get_css (DocumentInterface *doc_interface, gchar *shape,
778 return document_interface_get_attribute (doc_interface, shape, style, error);
782 document_interface_modify_css (DocumentInterface *doc_interface, gchar *shape,
787 Inkscape::XML::Node *node = get_repr_by_name(doc_interface->target.getDocument(), shape, error);
803 document_interface_merge_css (DocumentInterface *doc_interface, gchar *shape,
808 Inkscape::XML::Node *node = get_repr_by_name(doc_interface->target.getDocument(), shape, error);
829 document_interface_set_color (DocumentInterface *doc_interface, gchar *shape,
844 if (strcmp(shape, "document") == 0)
847 return document_interface_merge_css (doc_interface, shape, style, error);
851 document_interface_move_to_layer (DocumentInterface *doc_interface, gchar *shape,
854 std::vector<SPObject*> oldsel = selection_swap(doc_interface->target.getSelection(), shape, error);
863 GArray *document_interface_get_node_coordinates(DocumentInterface * /*doc_interface*/, gchar * /*shape*/)
867 Inkscape::XML::Node *shapenode = get_repr_by_name (doc_interface->target.getDocument(), shape, error);