| /inkscape/po/ |
| H A D | update_po_files.sh | 4 # Existing po.old files will be overwritten 25 mv -f "$FILENAME" "$FILENAME".old # do not ask questions, because the answers would come from the pipe 28 msgmerge "$FILENAME".old "$POT_FILENAME" > "$FILENAME" 30 echo "Could not merge \"$FILENAME.old\"."
|
| /inkscape/src/ui/widget/ |
| H A D | rotateable.cpp | 55 guint Rotateable::get_single_modifier(guint old, guint state) { argument 57 if (old == 0 || old == 3) { 72 if (old == 1) { 79 if (old == 2) { 86 return old;
|
| H A D | rotateable.h | 48 guint get_single_modifier(guint old, guint state);
|
| H A D | selected-style.cpp | 1274 double old = hsla[1]; local 1280 diff = hsla[1] - old; 1282 double old = hsla[2]; local 1288 diff = hsla[2] - old; 1290 double old = hsla[3]; local 1297 diff = hsla[3] - old; 1299 double old = hsla[0]; local 1305 diff = hsla[0] - old;
|
| /inkscape/src/util/ |
| H A D | forward-pointer-iterator.h | 59 Self old(*this); 61 return old; 101 Self old(*this); 103 return old;
|
| H A D | list.h | 84 List old(*this); 86 return old; 139 List old(*this); 141 return old; 181 List old(*this); 183 return old; 218 MutableList old(*this); 220 return old;
|
| /inkscape/src/ |
| H A D | sp-object-group.h | 31 virtual void order_changed(Inkscape::XML::Node* child, Inkscape::XML::Node* old, Inkscape::XML::Node* new_repr);
|
| H A D | desktop-style.cpp | 117 // However, if the line tspan or textPath contains some style (old file?), we reluctantly set our style to it too. 1488 SPIBaselineShift old; local 1489 old.value = 0.0; 1490 old.computed = 0.0; 1522 if( current.set != old.set || 1523 current.inherit != old.inherit || 1524 current.type != old.type || 1525 current.literal != old.literal || 1526 current.value != old.value || 1527 current.computed != old [all...] |
| H A D | sp-object.h | 840 static void repr_order_changed(Inkscape::XML::Node *repr, Inkscape::XML::Node *child, Inkscape::XML::Node *old, Inkscape::XML::Node *newer, void* data);
|
| H A D | sp-object.cpp | 855 void SPObject::repr_order_changed(Inkscape::XML::Node * /*repr*/, Inkscape::XML::Node *child, Inkscape::XML::Node *old, Inkscape::XML::Node *newer, gpointer data) argument 859 object->order_changed(child, old, newer);
|
| /inkscape/src/live_effects/ |
| H A D | lpe-vonkoch.cpp | 34 Geom::PathVector old = _pathvector; local 39 _pathvector = old;
|
| /inkscape/src/widgets/ |
| H A D | gradient-toolbar.cpp | 139 /* Clear old list, if there is any */ 490 SPGradient *old = gr_get_selected_gradient(widget); local 492 if (old != gradient) { 502 if (old) { 507 sp_signal_disconnect_by_data(old, widget); 752 /* Clear old list, if there is any */
|
| H A D | gradient-vector.cpp | 295 /* Clear old list, if there is any */ 591 /* Clear old list, if there is any */ 1099 SPGradient *old; local 1101 old = static_cast<SPGradient*>(g_object_get_data(G_OBJECT(widget), "gradient")); 1103 if (old != gradient) { 1110 if (old) { 1115 sp_signal_disconnect_by_data(old, widget);
|
| /inkscape/src/ui/dialog/ |
| H A D | clonetiler.cpp | 790 bool old = prefs->getBool(prefs_path + "dotrace"); local 791 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 960 bool old = prefs->getBool(prefs_path + "pick_to_presence", true); local 961 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 970 bool old = prefs->getBool(prefs_path + "pick_to_size"); local 971 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 980 bool old = prefs->getBool(prefs_path + "pick_to_color", 0); local 981 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); 990 bool old = prefs->getBool(prefs_path + "pick_to_opacity", 0); local 991 gtk_toggle_button_set_active ((GtkToggleButton *) b, old); [all...] |
| /inkscape/src/display/ |
| H A D | cairo-utils.cpp | 434 GdkPixbuf *old = _pixbuf; 435 _pixbuf = gdk_pixbuf_add_alpha(old, FALSE, 0, 0, 0); 436 g_object_unref(old);
|
| /inkscape/src/livarot/ |
| H A D | ShapeSweep.cpp | 2953 int old = lS->swsData[lB].leftRnd; local 2954 if (getPoint(old).x[0] > getPoint(lastPointNo).x[0]) { 2961 int old = lS->swsData[lB].rightRnd; local 2962 if (getPoint(old).x[0] < getPoint(lastPointNo).x[0]) 2985 int old = rS->swsData[rB].leftRnd; local 2986 if (getPoint(old).x[0] > getPoint(lastPointNo).x[0]) { 2993 int old = rS->swsData[rB].rightRnd; local 2994 if (getPoint(old).x[0] < getPoint(lastPointNo).x[0])
|
| /inkscape/share/extensions/ |
| H A D | gcodetools.py | 117 def ireplace(self,old,new,count=0): 118 pattern = re.compile(re.escape(old),re.I) 4252 #Need to recognise old files ver 1.6.04 and earlier 4358 #need to recognise old tools from ver 1.6.04
|