45 actions << actionRegistry->
makeQAction(
"object_order_front",
this);
46 actions << actionRegistry->
makeQAction(
"object_order_raise",
this);
47 actions << actionRegistry->
makeQAction(
"object_order_lower",
this);
48 actions << actionRegistry->
makeQAction(
"object_order_back",
this);
49 actions << actionRegistry->
makeQAction(
"object_align_horizontal_left",
this);
50 actions << actionRegistry->
makeQAction(
"object_align_horizontal_center",
this);
51 actions << actionRegistry->
makeQAction(
"object_align_horizontal_right",
this);
52 actions << actionRegistry->
makeQAction(
"object_align_vertical_top",
this);
53 actions << actionRegistry->
makeQAction(
"object_align_vertical_center",
this);
54 actions << actionRegistry->
makeQAction(
"object_align_vertical_bottom",
this);
55 actions << actionRegistry->
makeQAction(
"object_distribute_horizontal_left",
this);
56 actions << actionRegistry->
makeQAction(
"object_distribute_horizontal_center",
this);
57 actions << actionRegistry->
makeQAction(
"object_distribute_horizontal_right",
this);
58 actions << actionRegistry->
makeQAction(
"object_distribute_horizontal_gaps",
this);
59 actions << actionRegistry->
makeQAction(
"object_distribute_vertical_top",
this);
60 actions << actionRegistry->
makeQAction(
"object_distribute_vertical_center",
this);
61 actions << actionRegistry->
makeQAction(
"object_distribute_vertical_bottom",
this);
62 actions << actionRegistry->
makeQAction(
"object_distribute_vertical_gaps",
this);
63 actions << actionRegistry->
makeQAction(
"object_group",
this);
64 actions << actionRegistry->
makeQAction(
"object_ungroup",
this);
65 actions << actionRegistry->
makeQAction(
"object_transform_rotate_90_cw",
this);
66 actions << actionRegistry->
makeQAction(
"object_transform_rotate_90_ccw",
this);
67 actions << actionRegistry->
makeQAction(
"object_transform_rotate_180",
this);
68 actions << actionRegistry->
makeQAction(
"object_transform_mirror_horizontally",
this);
69 actions << actionRegistry->
makeQAction(
"object_transform_mirror_vertically",
this);
70 actions << actionRegistry->
makeQAction(
"object_transform_reset",
this);
71 actions << actionRegistry->
makeQAction(
"object_unite",
this);
72 actions << actionRegistry->
makeQAction(
"object_intersect",
this);
73 actions << actionRegistry->
makeQAction(
"object_subtract",
this);
74 actions << actionRegistry->
makeQAction(
"object_split",
this);
76 actions << actionRegistry->
makeQAction(
"text_type_preformatted",
this);
77 actions << actionRegistry->
makeQAction(
"text_type_pre_positioned",
this);
78 actions << actionRegistry->
makeQAction(
"text_type_inline_wrap",
this);