Lines Matching refs:all
75 check_scope_all(_("_All"), _("Search in all layers")),
98 check_alltypes(_("All types"), _("Search all object types"), true),
115 button_find(_("_Find"), _("Select all objects matching the selection criteria")),
116 button_replace(_("_Replace All"), _("Replace all matches")),
679 bool all =check_alltypes.get_active();
682 return ( all ||check_rects.get_active());
685 return ( all || check_ellipses.get_active());
688 return ( all || check_stars.get_active());
691 return ( all || check_spirals.get_active());
694 return (all || check_paths.get_active());
700 return (all || check_texts.get_active());
703 return (all || check_groups.get_active());
706 return (all || check_clones.get_active());
709 return (all || check_images.get_active());
712 return (all || check_offsets.get_active());
834 guint all = l.size();
845 count, all, exact? _("exact") : _("partial"));
927 bool all =check_alltypes.get_active();
929 checkTypes[i]->set_sensitive(!all);