Searched refs:QUERY_STYLE_MULTIPLE_DIFFERENT (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Ddesktop-style.cpp535 // 1. Bail out with QUERY_STYLE_MULTIPLE_DIFFERENT if necessary
539 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different types of paint
554 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different kind of server
560 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different gradient vectors
565 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different kind of server
571 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different gradient vectors
576 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different kind of server
582 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different pattern roots
920 return QUERY_STYLE_MULTIPLE_DIFFERENT;
972 return QUERY_STYLE_MULTIPLE_DIFFERENT;
[all...]
H A Ddesktop-style.h33 QUERY_STYLE_MULTIPLE_DIFFERENT, // multiple objects were queried, the results could NOT be meaningfully averaged enumerator in enum:__anon19
/inkscape/src/ui/widget/
H A Dobject-composite-settings.cpp250 case QUERY_STYLE_MULTIPLE_DIFFERENT:
H A Dselected-style.cpp1092 case QUERY_STYLE_MULTIPLE_DIFFERENT:
/inkscape/src/widgets/
H A Dstroke-style.cpp967 if (result_join != QUERY_STYLE_MULTIPLE_DIFFERENT &&
974 if (result_cap != QUERY_STYLE_MULTIPLE_DIFFERENT &&
981 if (result_order != QUERY_STYLE_MULTIPLE_DIFFERENT &&
H A Dfill-style.cpp310 case QUERY_STYLE_MULTIPLE_DIFFERENT:
H A Dtext-toolbar.cpp311 if(result_baseline == QUERY_STYLE_NOTHING || result_baseline == QUERY_STYLE_MULTIPLE_DIFFERENT ) {
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp360 // FIXME: process result_family/style == QUERY_STYLE_MULTIPLE_DIFFERENT by showing "Many" in the lists
410 vari_vbox.update( &query, result_features == QUERY_STYLE_MULTIPLE_DIFFERENT, fontspec );

Completed in 90 milliseconds