Lines Matching refs:desktop
27 // command-line mode, i.e. without a desktop. If a desktop is not
28 // provided (desktop == NULL), error messages will be shown on stderr.
29 void sp_selected_path_union (Inkscape::Selection *selection, SPDesktop *desktop);
30 void sp_selected_path_union_skip_undo (Inkscape::Selection *selection, SPDesktop *desktop);
31 void sp_selected_path_intersect (Inkscape::Selection *selection, SPDesktop *desktop);
32 void sp_selected_path_diff (Inkscape::Selection *selection, SPDesktop *desktop);
33 void sp_selected_path_diff_skip_undo (Inkscape::Selection *selection, SPDesktop *desktop);
34 void sp_selected_path_symdiff (Inkscape::Selection *selection, SPDesktop *desktop);
35 void sp_selected_path_cut (Inkscape::Selection *selection, SPDesktop *desktop);
36 void sp_selected_path_cut_skip_undo (Inkscape::Selection *selection, SPDesktop *desktop);
37 void sp_selected_path_slice (Inkscape::Selection *selection, SPDesktop *desktop);
42 void sp_selected_path_offset (SPDesktop *desktop);
43 void sp_selected_path_offset_screen (SPDesktop *desktop, double pixels);
44 void sp_selected_path_inset (SPDesktop *desktop);
45 void sp_selected_path_inset_screen (SPDesktop *desktop, double pixels);
46 void sp_selected_path_create_offset (SPDesktop *desktop);
47 void sp_selected_path_create_inset (SPDesktop *desktop);
48 void sp_selected_path_create_updating_offset (SPDesktop *desktop);
49 void sp_selected_path_create_updating_inset (SPDesktop *desktop);
51 void sp_selected_path_create_offset_object_zero (SPDesktop *desktop);
52 void sp_selected_path_create_updating_offset_object_zero (SPDesktop *desktop);
56 void sp_selected_path_outline (SPDesktop *desktop);
60 void sp_selected_path_simplify (SPDesktop *desktop);