Searched refs:linked (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/widgets/
H A Deek-preview.cpp75 guint linked; member in struct:__anon156
352 if (priv->linked)
378 if (priv->linked & PREVIEW_LINK_IN)
403 if (priv->linked & PREVIEW_LINK_OUT)
433 if (priv->linked & PREVIEW_LINK_OTHER)
464 if (priv->linked & PREVIEW_FILL)
490 if (priv->linked & PREVIEW_STROKE)
759 if (link != (LinkType)priv->linked)
761 priv->linked = link;
772 return (LinkType)EEK_PREVIEW_GET_PRIVATE(preview)->linked;
[all...]
/inkscape/share/extensions/
H A Dembed_raster_in_svg.pl26 handle embedded raster images as well as ones that are linked to (?).
91 # Eliminate sodipodi:absref attributes. If these are present, Inkscape looks for the linked
/inkscape/src/
H A Dstyle.h336 void sp_style_set_property_url (SPObject *item, char const *property, SPObject *linked, bool recursive);
H A Dstyle.cpp1579 sp_style_set_property_url (SPObject *item, gchar const *property, SPObject *linked, bool recursive) argument
1586 if (linked) {
1587 gchar *val = g_strdup_printf("url(#%s)", linked->getId());
/inkscape/src/ui/dialog/
H A Dinput.cpp1482 // Simple case. Not already linked
1574 Glib::ustring linked = dev->getLink(); local
1579 if ( (linked.length() > 0) && (linked == (*it)->getId()) ) {

Completed in 2658 milliseconds