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

/inkscape/src/ui/dialog/
H A Dtext-edit.cpp349 int result_family = sp_desktop_query_style (SP_ACTIVE_DESKTOP, &query, QUERY_STYLE_PROPERTY_FONTFAMILY); local
355 if (result_family == QUERY_STYLE_NOTHING || result_style == QUERY_STYLE_NOTHING
360 // FIXME: process result_family/style == QUERY_STYLE_MULTIPLE_DIFFERENT by showing "Many" in the lists
/inkscape/src/widgets/
H A Dtext-toolbar.cpp1142 int result_family = sp_desktop_query_style (SP_ACTIVE_DESKTOP, &query, QUERY_STYLE_PROPERTY_FONTFAMILY); local
1153 if (result_family == QUERY_STYLE_NOTHING ||
/inkscape/src/
H A Ddesktop-style.cpp1933 int result_family = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_FONTFAMILY); local
1948 return (result_family != QUERY_STYLE_NOTHING ||

Completed in 23 milliseconds