Lines Matching defs:gradients
95 Applies gradient vector gr to the gradients attached to the selected dragger of drag, or if none,
143 std::set<SPObject *> gradients = document->getResourceList( "gradient" );
144 for (std::set<SPObject *>::const_iterator it = gradients.begin(); it != gradients.end(); ++it) {
154 // The document has no gradients
160 // Document has gradients, but nothing is currently selected.
176 gtk_list_store_set(store, &iter, 0, _("Multiple gradients"), 1, NULL, 2, NULL, -1);
1220 _("Link gradients"),
1221 _("Link gradients to change all related gradients"),