Home
last modified time | relevance | path

Searched refs:GocGroup (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-group.h52 #define GOC_GROUP(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOC_TYPE_GROUP, GocGroup))
57 GocGroup *goc_group_new (GocGroup *parent);
58 void goc_group_clear (GocGroup *group);
59 void goc_group_add_child (GocGroup *parent, GocItem *item);
60 void goc_group_remove_child (GocGroup *parent, GocItem *item);
62 void goc_group_adjust_coords (GocGroup const *group, double *x, double *y);
63 void goc_group_cairo_transform (GocGroup const *group, cairo_t *cr, double x, double y);
65 void goc_group_freeze (GocGroup *group, gboolean freeze);
67 GPtrArray *goc_group_get_children (GocGroup *group);
68 GocItem *goc_group_get_child (GocGroup *group, unsigned n);
[all …]
H A Dgoc-group.c99 GocGroup *group = GOC_GROUP (item); in goc_group_update_bounds()
134 GocGroup *group = GOC_GROUP (item); in goc_group_draw_region()
315 goc_group_init (GocGroup *group) in goc_group_init()
321 GSF_CLASS (GocGroup, goc_group, in GSF_CLASS() argument
332 GocGroup* in GSF_CLASS()
333 goc_group_new (GocGroup *parent) in GSF_CLASS()
335 GocGroup *group; in GSF_CLASS()
354 goc_group_clear (GocGroup *group) in goc_group_clear()
552 GocGroup *parent; in goc_group_adjust_bounds()
576 GocGroup *parent; in goc_group_adjust_coords()
[all …]
H A Dgoc-item.h33 GocGroup *parent;
89 GocItem *goc_item_new (GocGroup *parent, GType type, const gchar *first_arg_name, ...);
105 GocGroup *goc_item_get_parent (GocItem *item);
125 GocItem *goc_item_duplicate (GocItem *item, GocGroup *parent);
H A Dgoc-item.c339 goc_item_new (GocGroup *parent, GType type, const gchar *first_arg_name, ...) in goc_item_new()
466 GocGroup const *parent; in goc_item_maybe_invalidate()
636 GocGroup *group = item->parent; in goc_item_reordered()
667 GocGroup *group = item->parent; in goc_item_raise()
691 GocGroup *group = item->parent; in goc_item_lower()
753 GocGroup *
922 goc_item_duplicate (GocItem *item, GocGroup *parent) in goc_item_duplicate()
H A Dgoc-canvas.h47 GocGroup *root;
70 GocGroup *goc_canvas_get_root (GocCanvas *canvas);
H A Dgoffice-canvas.h32 typedef struct _GocGroup GocGroup; typedef
H A Dgoc-canvas.c395 GocGroup*
H A Dgoc-widget.c556 GocGroup const *parent; in goc_widget_notify_scrolled()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgnm-pane-impl.h22 GocGroup *grid_items; /* grid & cursors */
23 GocGroup *object_views; /* object views */
24 GocGroup *action_items; /* drag cursors, and object ctrl pts */
H A Dpreview-grid-impl.h10 GocGroup base;
H A Dgnm-pane.h61 GocGroup *gnm_pane_object_group (GnmPane *pane);
H A Dsheet-object-impl.h111 GocGroup base;
H A Dgnm-pane.c908 GocGroup *root_group = goc_canvas_get_root (canvas); in gnm_pane_init()
1057 GocGroup *group = goc_canvas_get_root (canvas);
1977 GocGroup *
H A Dsheet-control-gui.c3954 GocGroup *g = pane->object_views; in scg_freeze_object_view()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-emf.c33 GocGroup *group;
953 GocGroup *group;
968 GocGroup *group;
1421 go_wmf_mr0 (GsfInput* input, guint rsize, GOWmfPage* pg, GHashTable* objs, GocGroup *group) in go_wmf_mr0()
1428 go_wmf_mr1 (GsfInput* input, guint rsize, GOWmfPage* pg, GHashTable* objs, GocGroup *group) in go_wmf_mr1()
1439 go_wmf_mr2 (GsfInput* input, guint rsize, GOWmfPage* pg, GHashTable* objs, GocGroup *group) in go_wmf_mr2()
1445 go_wmf_mr3 (GsfInput* input, guint rsize, GOWmfPage* pg, GHashTable* objs, GocGroup *group) in go_wmf_mr3()
1452 go_wmf_mr4 (GsfInput* input, guint rsize, GOWmfPage* pg, GHashTable* objs, GocGroup *group) in go_wmf_mr4()
2032 go_wmf_mr_poly (GsfInput* input, GOWmfPage* pg, GocGroup *group, int type) in go_wmf_mr_poly()
2098 go_wmf_mr_rect (GsfInput* input, GOWmfPage* pg, GocGroup *group, int type) in go_wmf_mr_rect()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-sheet-slicer-combo-view.c161 GocGroup *view = GOC_GROUP (sov); in sscombo_set_bounds()
H A Dgnm-validation-combo-view.c183 GocGroup *view = GOC_GROUP (sov); in vcombo_set_bounds()
H A Dgnm-filter-combo-view.c343 GocGroup *view = GOC_GROUP (sov); in filter_view_set_bounds()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-guru.c99 GocGroup *graph_group;
103 GocGroup const *current_family_item;
332 GocGroup *group; in cb_selection_changed()
359 GocGroup *group;
445 GocGroup *group; in cb_plot_families_init()
/dports/devel/goffice/goffice-0.10.50/goffice/gtk/
H A Dgo-rotation-sel.c190 GocGroup *group = goc_canvas_get_root (canvas); in cb_rotate_canvas_realize()
H A Dgo-3d-rotation-sel.c191 GocGroup *group = GOC_GROUP (goc_canvas_get_root (canvas)); in cb_rotate_canvas_realize()
/dports/devel/goffice/goffice-0.10.50/
H A DNEWS30 * Speed up GocGroup for large number of children. [Gnumeric #465]
31 * Make GocGroup usable as a widgetless canvas.
36 * Speed up GocGroup for large number of children. [Gnumeric #465]
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-printer-setup.c258 make_line (GocGroup *g, double x1, double y1, double x2, double y2) in make_line()
372 GocGroup *g = GOC_GROUP (uinfo->state->preview.group); in create_margin()
H A Ddialog-cell-format.c1311 GocGroup *group; in draw_border_preview()
/dports/math/gnumeric/gnumeric-1.12.50/
H A DChangeLog197 localizing our access to GocGroup::children

12