/inkscape/packaging/wix/ |
H A D | version.py | 42 items = line.split()
variable 43 versionstr = items[2]
53 items = line.split()
variable 55 veritems = items[1].split(',')
|
/inkscape/src/ |
H A D | removeoverlap.cpp | 36 * Takes a list of inkscape items and moves them as little as possible 40 void removeoverlap(std::vector<SPItem*> const &items, double const xGap, double const yGap) { argument 41 std::vector<SPItem*> selected(items);
|
H A D | selcue.cpp | 2 * Helper object for showing selected items 99 const std::vector<SPItem*> items = _selection->itemList(); local 100 if (_item_bboxes.size() != items.size()) {
|
H A D | snap.h | 49 * it provides methods to setup the snapping environment (e.g. keeps a list of the items to ignore 124 * whereas this one will take a list of items to ignore 128 * @param items_to_ignore These items will not be snapped to, e.g. the items that are currently being dragged. This avoids "self-snapping". 154 void setRotationCenterSource(const std::vector<SPItem*> &items) {_rotation_center_source_items = items;} argument 422 std::vector<SPItem const *> _items_to_ignore; ///< Items that should not be snapped to, for example the items that are currently being dragged. Set using the setup() method
|
H A D | graphlayout.cpp | 87 * Scans the items list and places those items that are 90 void filterConnectors(std::vector<SPItem*> const &items, list<SPItem *> &filtered) { argument 91 for(std::vector<SPItem*>::const_iterator i = items.begin();i !=items.end(); ++i){ 99 * Takes a list of inkscape items, extracts the graph defined by 103 void graphlayout(std::vector<SPItem*> const &items) { argument 104 if(items.empty()) { 109 filterConnectors(items,selected); 175 SPItem *items[ local [all...] |
H A D | path-chemistry.cpp | 60 std::vector<SPItem*> items(selection->itemList()); 62 if (items.size() < 1) { 71 items = sp_degroup_list (items); // descend into any groups in selection 74 for (std::vector<SPItem*>::const_reverse_iterator i = items.rbegin(); i != items.rend(); ++i) { 80 bool did = sp_item_list_to_curves(to_paths, items, converted); 82 items.push_back((SPItem*)doc->getObjectByRepr(*i)); 84 items = sp_degroup_list (items); // convertin 350 sp_item_list_to_curves(const std::vector<SPItem*> &items, std::vector<SPItem*>& selected, std::vector<Inkscape::XML::Node*> &to_select, bool skip_all_lpeitems) argument 606 std::vector<SPItem*> items = selection->itemList(); local [all...] |
H A D | selection-describer.cpp | 42 // Returns a list of terms for the items to be used in the statusbar 43 char* collect_terms (const std::vector<SPItem*> &items) argument 49 for ( std::vector<SPItem*>::const_iterator iter=items.begin();iter!=items.end();++iter ) { 64 static int count_terms (const std::vector<SPItem*> &items) argument 68 for ( std::vector<SPItem*>::const_iterator iter=items.begin();iter!=items.end();++iter ) { 81 // Returns the number of filtered items in the list 82 static int count_filtered (const std::vector<SPItem*> &items) argument 85 for ( std::vector<SPItem*>::const_iterator iter=items 125 std::vector<SPItem*> const items = selection->itemList(); member in class:Inkscape::std [all...] |
H A D | sp-marker.cpp | 38 for (unsigned int i = 0; i < items.size(); ++i) { 39 delete items[i]; 41 items.clear(); 43 std::vector<Inkscape::DrawingItem *> items; member in class:SPMarkerView 221 for (unsigned i = 0 ; i < it->second.items.size() ; ++i) { 222 if (it->second.items[i]) { 223 Inkscape::DrawingGroup *g = dynamic_cast<Inkscape::DrawingGroup *>(it->second.items[i]); 334 if (it->second.items.size() != size ) { 337 it->second.items.clear(); 339 it->second.items [all...] |
H A D | text-chemistry.cpp | 46 std::vector<SPItem*> items = selection->itemList(); local 47 for(std::vector<SPItem*>::const_iterator i=items.begin();i!=items.end();++i){ 57 std::vector<SPItem*> items = selection->itemList(); local 58 for(std::vector<SPItem*>::const_iterator i=items.begin();i!=items.end();++i){ 68 std::vector<SPItem*> items = selection->itemList(); local 69 for(std::vector<SPItem*>::const_iterator i=items.begin();i!=items.end();++i){ 199 std::vector<SPItem*> items(selectio 263 std::vector<SPItem*> items = selection->itemList(); local 323 std::vector<SPItem*> items = selection->itemList(); local 398 std::vector<SPItem*> items = selection->itemList(); local [all...] |
H A D | unclump.cpp | 23 // cache the centers, widths, and heights of items 239 Removes from the \a rest list those items that are "behind" \a closest as seen from \a item, 329 Unclumps the items in \a items, reducing local unevenness in their distribution. Produces an effect 334 unclump (std::vector<SPItem*> &items) argument 339 for (std::vector<SPItem*>::const_iterator i = items.begin(); i != items.end();++i) { // for each original/clone x: 345 for (int i=0; i < static_cast<int>(items.size()); i++) { 346 rest.push_front(items[items [all...] |
H A D | conn-avoid-ref.cpp | 380 std::vector<SPItem *> items = get_avoided_items(tmp, desktop->currentRoot(), desktop, local 383 for (std::vector<SPItem *>::const_iterator iter = items.begin(); iter != items.end(); ++iter) {
|
H A D | selection.cpp | 354 std::vector<SPItem*> const items=itemList(); member in class:Inkscape::std 355 if ( items.size()==1) { 356 return items[0]; 371 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std 375 for ( std::vector<SPItem*>::const_iterator i=items.begin();i!=items.end(); ++i) { 404 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std 407 for ( std::vector<SPItem*>::const_iterator iter=items.begin();iter!=items.end(); ++iter) { 415 std::vector<SPItem*> const items member in class:Inkscape::std 436 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std 450 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std 471 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std 525 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std 535 std::vector<SPItem*> const items = const_cast<Selection *>(this)->itemList(); member in class:Inkscape::std [all...] |
/inkscape/src/ui/ |
H A D | previewholder.h | 69 std::vector<Previewable*> items; member in class:Inkscape::UI::PreviewHolder
|
/inkscape/src/2geom/ |
H A D | sweeper.h | 54 std::vector<Item> const &items() { return _items; } function in class:Geom::SweepVector::std 73 * - Range items() - returns a forward iterable range of items that will be swept. 88 * @tparam Item The type of items to sweep 89 * @tparam SweepTraits Traits class that defines the items' bounds, 101 std::size_t sz = std::distance(set.items().begin(), set.items().end()); 107 * This will iterate over all inserted items, calling the methods 111 if (_set.items().empty()) return; 113 Iter last = _set.items() [all...] |
H A D | pathvector.cpp | 171 std::vector<PathRecord> &items() { return _records; } function in class:Geom::PathIntersectionSweepSet
|
/inkscape/src/helper/ |
H A D | pixbuf-ops.cpp | 39 * Hide all items that are not listed in list, recursively, skipping groups and defs. 70 unsigned long bgcolor, double quality,GSList *items) 74 width, height, xdpi, ydpi, bgcolor, items)); 84 generates a bitmap from given items 131 // We show all and then hide all items we don't want, instead of showing only requested items, 145 // render items 67 sp_export_jpg_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, double quality,GSList *items) argument
|
/inkscape/src/trace/ |
H A D | trace.cpp | 69 std::vector<SPItem *> items; local 84 items.insert(items.begin(), item); 87 for (iter = items.begin() ; iter!= items.end() ; ++iter) 100 else // if (img) //# items -after- the image in tree (above it in Z) 253 //g_message("%d arena items\n", arenaItems.size());
|
/inkscape/src/ui/dialog/ |
H A D | icon-preview.cpp | 365 std::vector<SPItem*> const items = sel->itemList(); member in class:Inkscape::UI::Dialog::std 366 for(std::vector<SPItem*>::const_iterator i=items.begin();!target && i!=items.end();++i){ 450 /* Create drawing items and set transform */
|
H A D | glyphs.cpp | 564 // Text selection within selected items has changed: 690 int items = 0; local 694 ++items; 698 bool enable = (items == 1); 738 std::map<GUnicodeScript, Glib::ustring> items = getScriptToName(); local 739 for (std::map<GUnicodeScript, Glib::ustring>::iterator it = items.begin(); it != items.end(); ++it) {
|
H A D | grid-arrange-tab.cpp | 45 * Sort items by their x co-ordinates, taking account of y (keeps rows intact) 85 * Sort items by their y co-ordinates. 166 const std::vector<SPItem*> items = selection ? selection->itemList() : std::vector<SPItem*>(); local 167 for(std::vector<SPItem*>::const_iterator i = items.begin();i!=items.end(); ++i){ 371 std::vector<SPItem*> const items = selection->itemList(); member in class:Inkscape::UI::Dialog::std 372 int selcount = items.size(); 534 std::vector<SPItem*> const items = selection ? selection->itemList() : std::vector<SPItem*>(); member in class:Inkscape::UI::Dialog::std 536 if (!items.empty()) { 537 int selcount = items [all...] |
H A D | pixelartdialog.cpp | 375 std::vector<SPItem*> const items = desktop->selection->itemList(); member in class:Inkscape::UI::Dialog::std 376 for(std::vector<SPItem*>::const_iterator i=items.begin(); i!=items.end();++i){
|
H A D | text-edit.cpp | 305 guint items = getSelectedTextCount (); local 306 if (items == 1) { 326 if (items == 1) { 462 unsigned int items = 0; local 468 ++items; 471 return items; 570 unsigned items = 0; local 582 ++items; 586 ++items; 589 if (items [all...] |
/inkscape/src/widgets/ |
H A D | connector-toolbar.cpp | 203 std::vector<SPItem *> items; local 204 items = get_avoided_items(items, desktop->currentRoot(), desktop); 205 for (std::vector<SPItem *>::const_iterator iter = items.begin(); iter != items.end(); ++iter ) {
|
H A D | pencil-toolbar.cpp | 194 GList* items = 0; local 196 for ( items = freehand_shape_dropdown_items_list(); items ; items = g_list_next(items) ) 200 gtk_list_store_set( model, &iter, 0, reinterpret_cast<gchar*>(items->data), 1, count, -1 ); 203 g_list_free( items ); 204 items = 0;
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-bar.c | 65 GSList *items; member in struct:_GdlDockBarPrivate 114 _("Dockbar style to show items on it"), 129 dockbar->_priv->items = NULL; 190 if (priv->items) { 191 g_slist_foreach (priv->items, 194 g_slist_free (priv->items); 225 if (g_slist_index (priv->items, item) == -1) { 230 priv->items = g_slist_remove (priv->items, item); 278 if (g_slist_index (priv->items, ite 354 GList *items, *l; local [all...] |