Searched refs:column (Results 1 - 23 of 23) sorted by relevance

/inkscape/share/attributes/
H A DgenMapDataSVG.pl30 my $column = 0;
33 # Keep track of column
35 $column++;
39 if( $column == 1 and $t->[0] eq 'S' and lc $t->[1] =~ 'span') {
40 # First column is always attribute name, defined inside <span>.
48 if( $column == 2 and $t->[0] eq 'S') {
49 # Second column is list of elements, each inside its own span.
H A DgenMapDataCSS.pl43 my $column = 0;
46 # Keep track of column
48 $column++;
52 if( $column == 1 and $t->[0] eq 'S' and lc $t->[1] =~ 'span') {
53 # First column is always property name, defined inside <span>.
66 if( $column == 3 and $t->[0] eq 'T') {
67 # Third column is default value (simple text).
73 if( $column == 4 and $t->[0] eq 'S' ) {
74 # Fourth column is "Applies to"
117 if( $column
[all...]
/inkscape/src/io/
H A Dbase64stream.cpp198 column = 0;
281 column++;
282 if (columnWidth > 0 && column >= columnWidth)
285 column = 0;
H A Dbase64stream.h104 int column; member in class:Inkscape::IO::Base64OutputStream
/inkscape/src/libcroco/
H A Dcr-parsing-location.h34 *object. This object keeps track of line/column/byte offset/
41 guint column ; member in struct:_CRParsingLocation
H A Dcr-parsing-location.c97 *parsing location are to be serialized (line, column or byte offset)
121 g_string_append_printf (result, "column:%d ",
122 a_this->column) ;
H A Dcr-input.c468 /*update line and column number */
528 *@a_col: the new column number.
530 *Setter of the current column number.
549 *Getter of the current column number.
586 *@a_increment: the increment to add to the column number.
588 *Increments the current column number.
1009 *represents the current line/column/byte offset/ in the input
1025 a_loc->column = PRIVATE (a_this)->col ;
H A Dcr-parser.c84 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/
H A Dtransf_mat_3x4.cpp50 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
H A Dtransf_mat_3x4.h25 Pt2 column (Proj::Axis axis) const;
34 Pt2 vp(column(axis));
58 // FIXME: Is changing a single column allowed when a projective coordinate system is specified!?!?!
78 fill-column:99
H A Dpersp3d.cpp188 proj_vp_x = dup->tmat.column (Proj::X);
189 proj_vp_y = dup->tmat.column (Proj::Y);
190 proj_vp_z = dup->tmat.column (Proj::Z);
191 proj_origin = dup->tmat.column (Proj::W);
248 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::X );
254 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::Y );
260 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::Z );
266 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::W );
351 Proj::Pt2 v_dir_proj (persp->perspective_impl->tmat.column(axis));
576 fill-column
[all...]
H A Dpersp3d.h81 return persp->perspective_impl->tmat.column(axis);
126 fill-column:99
/inkscape/src/2geom/numeric/
H A Dfitting-tool.h179 Vector column(m_model.size());
185 column = m_psdinv_matrix->column_view(i);
186 column.scale(diff[i]);
187 delta += column;
259 Vector column(m_model.size());
267 column = m_psdinv_matrix->column_view(i);
268 column.scale(diff(i, X));
269 deltax += column;
273 column = m_psdinv_matrix->column_view(i);
274 column
[all...]
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.cpp63 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...]
H A Dalign-and-distribute.h165 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 Docaldialogs.h502 void on_list_results_row_activated(const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* column);
537 fill-column:99
/inkscape/src/widgets/
H A Dsp-xmlview-attr-list.cpp46 // 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 Dfont-selector.cpp150 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 Dgradient-selector.cpp339 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 Dsp-xmlview-tree.cpp51 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/libdepixelize/priv/
H A Dpixelgraph.h87 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 Dlayer-selector.cpp213 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/
H A Dbuildtool.cpp1211 fprintf(stderr, "xml error at line %d, column %d:", lineNr, colNr);

Completed in 89 milliseconds