Home
last modified time | relevance | path

Searched refs:BASE_DISPLAY_ALTERNATIVE (Results 1 – 6 of 6) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h367 BASE_DISPLAY_ALTERNATIVE enumerator
H A DNumber.cc165 } else if(base_display == BASE_DISPLAY_ALTERNATIVE) {
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dsearchprovider.cc557 …if(v >= BASE_DISPLAY_NONE && v <= BASE_DISPLAY_ALTERNATIVE) search_po.base_display = (BaseDisplay)… in load_preferences_search()
H A Dinterface.cc2472 …ences_checkbutton_alternative_base_prefixes")), printops.base_display == BASE_DISPLAY_ALTERNATIVE); in get_preferences_dialog()
H A Dcallbacks.cc7564 …if(base != BASE_DECIMAL && (twos || po.base_display != BASE_DISPLAY_ALTERNATIVE || (base != BASE_H… in draw_structure()
11859 else if(equalsIgnoreCase(svalue, "alternative")) v = BASE_DISPLAY_ALTERNATIVE; in set_option()
11867 …ces_builder, "preferences_checkbutton_alternative_base_prefixes")), v == BASE_DISPLAY_ALTERNATIVE); in set_option()
19549 …if(v >= BASE_DISPLAY_NONE && v <= BASE_DISPLAY_ALTERNATIVE) printops.base_display = (BaseDisplay) … in load_preferences()
21400 if(gtk_toggle_button_get_active(w)) printops.base_display = BASE_DISPLAY_ALTERNATIVE; in on_preferences_checkbutton_alternative_base_prefixes_toggled()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc838 …EQUALS_IGNORECASE_AND_LOCAL(svalue, "alternative", _("alternative"))) v = BASE_DISPLAY_ALTERNATIVE; in set_option()
3435 case BASE_DISPLAY_ALTERNATIVE: {str += _("alternative"); break;} in main()
6397 …if(v >= BASE_DISPLAY_NONE && v <= BASE_DISPLAY_ALTERNATIVE) printops.base_display = (BaseDisplay) … in load_preferences()