Searched refs:sep (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/libvpsc/
H A Dgenerate-constraints.cpp217 double sep = (v->r->width()+u->r->width())/2.0; local
218 constraints.push_back(new Constraint(u->v,v->v,sep));
226 double sep = (v->r->width()+u->r->width())/2.0; local
227 constraints.push_back(new Constraint(v->v,u->v,sep));
233 double sep = (v->r->width()+l->r->width())/2.0; local
234 constraints.push_back(new Constraint(l->v,v->v,sep));
238 double sep = (v->r->width()+r->r->width())/2.0; local
239 constraints.push_back(new Constraint(v->v,r->v,sep));
290 double sep = (v->r->height()+l->r->height())/2.0; local
291 constraints.push_back(new Constraint(l->v,v->v,sep));
295 double sep = (v->r->height()+r->r->height())/2.0; local
[all...]
/inkscape/share/extensions/Barcode/
H A DBaseEan.py102 sep = len(code) - extra
103 if sep in lengths:
105 self.add_extra_barcode(self.extras[extra], text=code[sep:],
107 code = code[:sep]
/inkscape/src/extension/
H A Dprefdialog.cpp101 Gtk::Separator * sep = Gtk::manage(new Gtk::Separator()); local
103 Gtk::HSeparator * sep = Gtk::manage(new Gtk::HSeparator()); local
106 sep->show();
109 this->get_content_area()->pack_start(*sep, true, true, 4);
111 this->get_vbox()->pack_start(*sep, true, true, 4);
/inkscape/src/ui/widget/
H A Dpanel.cpp130 Gtk::MenuItem* sep = Gtk::manage(new Gtk::SeparatorMenuItem()); local
131 _menu->append(*sep);
132 _non_horizontal.push_back(sep);
252 Gtk::SeparatorMenuItem *sep; local
253 sep = Gtk::manage(new Gtk::SeparatorMenuItem());
254 _menu->append(*sep);
/inkscape/share/extensions/
H A Dlayout_nup.py175 # sep is separation between same points on pieces
176 sep = (size[width]+margin[right]+margin[left],
214 (c*sep[width], r*sep[height])})
H A Dguillotine.py241 if dirname[-1] != os.path.sep:
242 dirname += os.path.sep
H A Dmerge_styles.py43 def to_str(self, sep="\n "):
/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp571 gboolean sep = FALSE; local
572 gtk_tree_model_get(model, iter, 4, &sep, -1);
573 return sep;
H A Dpaint-selector.cpp977 gboolean sep = false; local
978 gtk_tree_model_get(GTK_TREE_MODEL(store), &iter, COMBO_COL_SEP, &sep, -1); local
979 if (sep) {
1120 gboolean sep = FALSE; local
1121 gtk_tree_model_get(model, iter, COMBO_COL_SEP, &sep, -1);
1122 return sep;
H A Ddesktop-widget.cpp686 GtkWidget* sep = gtk_separator_new(GTK_ORIENTATION_VERTICAL); local
688 GTK_WIDGET(sep),
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp150 Gtk::Separator *sep = Gtk::manage(new Gtk::Separator()); local
151 sep->set_orientation(Gtk::ORIENTATION_VERTICAL);
153 Gtk::VSeparator *sep = Gtk::manage(new Gtk::VSeparator); local
155 layout_hbox.pack_start(*sep, false, false, 10);
H A Dswatches.cpp463 char* sep = strchr(result, ':'); local
464 if ( sep ) {
465 *sep = 0;
466 char* val = trim(sep + 1);
H A Dxml-tree.cpp870 GtkWidget *cancel, *vbox, *bbox, *sep; local
897 sep = gtk_separator_new(GTK_ORIENTATION_HORIZONTAL);
899 sep = gtk_hseparator_new();
902 gtk_box_pack_start(GTK_BOX(vbox), sep, FALSE, TRUE, 0); local
/inkscape/src/ui/
H A Dinterface.cpp1542 Gtk::SeparatorMenuItem* sep = Gtk::manage(new Gtk::SeparatorMenuItem()); local
1543 sep->show();
1544 append(*sep);
1545 return sep;

Completed in 41 milliseconds