Home
last modified time | relevance | path

Searched refs:b_protected (Results 1 – 4 of 4) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure.cc59 b_protected = false; in init()
111 b_protected = o.isProtected(); in MathStructure()
251 b_protected = o.isProtected(); in set()
311 b_protected = o.isProtected(); in set_nocopy()
451 void MathStructure::setProtected(bool do_protect) {b_protected = do_protect;} in setProtected()
452 bool MathStructure::isProtected() const {return b_protected;} in isProtected()
574 b_protected = false; in clear()
2853 if(b_protected) b_protected = false; in replace()
2897 if(b_protected) b_protected = false; in replace()
H A DMathStructure.h173 bool b_protected; variable
H A DMathStructure-calculate.cc5204 if(b_protected) return false; in calculatesub()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc25033 bool b_protected = false; in on_popup_menu_item_history_clear_activate() local
25037b_protected = (inhistory_type[i] != QALCULATE_HISTORY_OLD && (inhistory_protected[i] || history_pr… in on_popup_menu_item_history_clear_activate()
25039 if(!b_protected && inhistory_type[i] != QALCULATE_HISTORY_BOOKMARK) { in on_popup_menu_item_history_clear_activate()
25773 bool protected_by_bookmark = true, b_protected = true, b_old = false; in update_historyview_popup() local
25775 …istory_type[selected_rows[i]] == QALCULATE_HISTORY_OLD) {b_old = true; b_protected = false; break;} in update_historyview_popup()
25776 if(b_protected) { in update_historyview_popup()
25781 b_protected = false; in update_historyview_popup()
25787 …object(main_builder, "popup_menu_item_history_protect")), selected_rows.size() > 0 && b_protected); in update_historyview_popup()