/inkscape/src/libcroco/ |
H A D | cr-parsing-location.h | 34 *object. This object keeps track of line/column/byte offset/ 41 guint column ; member in struct:_CRParsingLocation
|
H A D | cr-parser.c | 84 glong column; member in struct:_CRParserError 277 *parser input. Don't update line and column number. 290 *Updates line and column numbers. 468 *@param a_column the column number. 478 a_this->column = a_column; 487 g_printerr ("parsing error: %ld:%ld:", a_this->line, a_this->column); 3534 *@a_location: the location (line, column) where the import has been parsed
|
/inkscape/src/io/ |
H A D | base64stream.h | 104 int column; member in class:Inkscape::IO::Base64OutputStream
|
/inkscape/src/widgets/ |
H A D | sp-xmlview-attr-list.cpp | 46 // Attribute name column 50 GtkTreeViewColumn *column = gtk_tree_view_get_column (GTK_TREE_VIEW(attr_list), colpos); local 51 gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE); 52 gtk_tree_view_column_set_sort_column_id (column, colpos); 56 // Attribute value column 60 column = gtk_tree_view_get_column (GTK_TREE_VIEW(attr_list), colpos); 61 gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
|
H A D | font-selector.cpp | 150 GtkTreeViewColumn *column = gtk_tree_view_column_new (); local 152 gtk_tree_view_column_pack_start (column, cell, FALSE); 153 gtk_tree_view_column_set_attributes (column, cell, "text", 0, NULL); 154 gtk_tree_view_column_set_cell_data_func (column, cell, 157 gtk_tree_view_append_column (GTK_TREE_VIEW(fsel->family_treeview), column); 219 column = gtk_tree_view_column_new_with_attributes ("CSS", cell, "text", 0, NULL ); 220 //gtk_tree_view_column_pack_start (column, cell, FALSE); 221 gtk_tree_view_column_set_resizable (column, TRUE); 222 gtk_tree_view_append_column (GTK_TREE_VIEW(fsel->style_treeview), column); 226 column [all...] |
H A D | gradient-selector.cpp | 339 Gtk::TreeView::Column* column = treeview->get_column(0); local 340 column->set_sort_column(columns->color); 344 Gtk::TreeView::Column* column = treeview->get_column(1); local 345 column->set_sort_column(columns->name); 350 Gtk::TreeView::Column* column = treeview->get_column(2); local 351 column->set_sort_column(columns->refcount); 587 fill-column:99
|
H A D | sp-xmlview-tree.cpp | 51 gboolean search_equal_func (GtkTreeModel *model, gint column, const gchar *key, GtkTreeIter *iter, gpointer search_data); 106 GtkTreeViewColumn *column = gtk_tree_view_column_new_with_attributes ("", renderer, "text", STORE_TEXT_COL, NULL); local 107 gtk_tree_view_append_column (GTK_TREE_VIEW (tree), column); local 109 gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE); 686 gboolean search_equal_func(GtkTreeModel *model, gint /*column*/, const gchar *key, GtkTreeIter *iter, gpointer /*search_data*/) 704 fill-column:99
|
/inkscape/src/ |
H A D | transf_mat_3x4.cpp | 50 TransfMat3x4::column (Proj::Axis axis) const { function in class:Proj::TransfMat3x4 94 Geom::Point dir (column(axis).affine()); 95 Geom::Point origin (column(Proj::W).affine()); 99 Proj::Pt2 dir (column(axis)); 100 Proj::Pt2 origin (column(Proj::W).affine()); 122 Proj::Pt2 pt1 = column(Proj::axes[i]); 123 Proj::Pt2 pt2 = rhs.column(Proj::axes[i]); 177 Proj::Pt2 new_col(column(axis)); 191 fill-column:99
|
/inkscape/src/libdepixelize/priv/ |
H A D | pixelgraph.h | 87 ColumnView(std::vector<Node> &nodes, int width, int column) : argument 88 _nodes(nodes), _width(width), _column(column) 108 * Where x is the column and y is the line. 110 ColumnView operator[](int column); 364 inline PixelGraph::ColumnView PixelGraph::operator[](int column) argument 366 return ColumnView(_nodes, _width, column); 552 fill-column:99
|
/inkscape/src/ui/widget/ |
H A D | layer-selector.cpp | 213 column_matches_object(Gtk::TreeModelColumn<SPObject *> const &column, argument 215 : _column(column), _object(object) {} 416 Gtk::TreeModelColumn<SPObject *> const &column, 423 column_matches_object(column, *object) 623 fill-column:99 415 update_row_for_object(SPObject *object, Gtk::TreeModelColumn<SPObject *> const &column, Glib::RefPtr<Gtk::ListStore> const &model) argument
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.h | 165 guint row, guint column, 199 guint row, guint column, 202 Action(id, tiptext, row, column, 248 fill-column:99 197 ActionAlign(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, guint coeffIndex) argument
|
H A D | align-and-distribute.cpp | 63 guint row, guint column, 85 parent.attach(*pButton, column, row, 1, 1); 87 parent.attach(*pButton, column, column+1, row, row+1, Gtk::FILL, Gtk::FILL); 272 guint row, guint column, 278 Action(id, tiptext, row, column, 400 guint column, 403 Action(id, tiptext, 0, column, 445 guint column, 447 Action(id, tiptext, row, column 61 Action(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, Gtk::Grid &parent, AlignAndDistribute &dialog) argument 270 ActionDistribute(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, bool onInterSpace, Geom::Dim2 orientation, double kBegin, double kEnd ) argument 398 ActionNode(const Glib::ustring &id, const Glib::ustring &tiptext, guint column, AlignAndDistribute &dialog, Geom::Dim2 orientation, bool distribute) argument 442 ActionRemoveOverlaps(Glib::ustring const &id, Glib::ustring const &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument 514 ActionGraphLayout(Glib::ustring const &id, Glib::ustring const &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument 551 ActionExchangePositions(Glib::ustring const &id, Glib::ustring const &tiptext, guint row, guint column, AlignAndDistribute &dialog, SortOrder order = None) argument 641 ActionUnclump(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument 672 ActionRandomize(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument 760 ActionBaseline(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument [all...] |