Searched defs:exclude (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Dink-comboboxentry-action.cpp41 static gint get_active_row_from_text( Ink_ComboBoxEntry_Action* action, const gchar* target_text, gboolean exclude = false, gboolean ignore_case = false );
742 // Return row of active text or -1 if not found. If exclude is true,
743 // use 3d colunm if available to exclude row from checking (useful to
747 gboolean exclude, gboolean ignore_case ) {
756 // See if we should exclude a row
758 if( exclude && gtk_tree_model_get_n_columns( action->model ) > 2 ) {
746 get_active_row_from_text( Ink_ComboBoxEntry_Action* action, const gchar* target_text, gboolean exclude, gboolean ignore_case ) argument
H A Dgradient-vector.cpp364 static GSList *get_all_doc_items(GSList *list, SPObject *from, bool onlyvisible, bool onlysensitive, bool ingroups, GSList const *exclude) argument
372 list = get_all_doc_items(list, child, onlyvisible, onlysensitive, ingroups, exclude);
/inkscape/src/
H A Dselection-chemistry.cpp582 * exclude - list of items to exclude from result
587 std::vector<SPItem*> &get_all_items(std::vector<SPItem*> &list, SPObject *from, SPDesktop *desktop, bool onlyvisible, bool onlysensitive, bool ingroups, std::vector<SPItem*> const &exclude) argument
595 (exclude.empty() || exclude.end() == std::find(exclude.begin(),exclude.end(),child))
602 list = get_all_items(list, child, desktop, onlyvisible, onlysensitive, ingroups, exclude);
625 std::vector<SPItem*> exclude; local
627 exclude
[all...]

Completed in 484 milliseconds