Searched defs:ll (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | selcue.cpp | 106 std::vector<SPItem*> ll=_selection->itemList(); local 107 for (std::vector<SPItem*>::const_iterator l = ll.begin(); l != ll.end(); ++l) { 149 std::vector<SPItem*> ll=_selection->itemList(); local 150 for (std::vector<SPItem*>::const_iterator l = ll.begin(); l != ll.end(); ++l) { 204 std::vector<SPItem*> ll = _selection->itemList(); local 205 for (std::vector<SPItem*>::const_iterator l=ll.begin();l!=ll.end();++l) {
|
/inkscape/src/widgets/ |
H A D | sp-attribute-widget.cpp | 171 Gtk::Label *ll = new Gtk::Label (_(labels[i].c_str())); local 172 ll->show(); 173 ll->set_alignment (1.0, 0.5); 176 ll->set_vexpand(); 177 ll->set_margin_left(XPAD); 178 ll->set_margin_right(XPAD); 179 ll->set_margin_top(XPAD); 180 ll->set_margin_bottom(XPAD); 181 table->attach(*ll, 0, i, 1, 1); 183 table->attach (*ll, [all...] |
/inkscape/src/livarot/ |
H A D | Shape.cpp | 2068 int lr = 0, ll = 0, rr = 0; local 2090 if (aen[0] < px[0]) ll += nWeight; else rr -= nWeight; 2096 if (ast[0] < px[0]) ll -= nWeight; else rr += nWeight; 2115 return lr + (ll + rr) / 2;
|
H A D | ShapeSweep.cpp | 2029 int lr = 0, ll = 0, rr = 0; local 2062 ll += nWeight; 2074 ll -= nWeight; 2106 return lr + (ll + rr) / 2;
|
/inkscape/src/ui/dialog/ |
H A D | export.cpp | 491 const Glib::ustring& ll, const Glib::ustring& lr, 498 const Glib::ustring& ll, const Glib::ustring& lr, 512 if (!ll.empty()) { 513 l = new Gtk::Label(ll,true); 744 various backups. If you modify this without noticing you'll 763 /* If the drawing is valid, then we'll use it and break 488 createSpinbutton( gchar const * , float val, float min, float max, float step, float page, Gtk::Grid *t, int x, int y, const Glib::ustring& ll, const Glib::ustring& lr, int digits, unsigned int sensitive, void (Export::*cb)() ) argument
|
Completed in 31 milliseconds