Home
last modified time | relevance | path

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

/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc2168 inhistory_protected.insert(inhistory_protected.begin() + *inhistory_index, false); in display_errors()
2183 inhistory_protected.insert(inhistory_protected.begin() + *inhistory_index, false); in display_errors()
11077 inhistory_protected.insert(inhistory_protected.begin() + inhistory_index, false); in setResult()
20210 if(hi + 1 < inhistory_protected.size() && inhistory_protected[hi + 1]) { in save_preferences()
25042 inhistory_protected.erase(inhistory_protected.begin() + i); in on_popup_menu_item_history_clear_activate()
25148 inhistory_protected.push_back(inhistory_protected[hindex]); in on_popup_menu_item_history_movetotop_activate()
25155 inhistory_protected.erase(inhistory_protected.begin() + hindex); in on_popup_menu_item_history_movetotop_activate()
25288 inhistory_protected.erase(inhistory_protected.begin() + hindex); in on_popup_menu_item_history_delete_activate()
25354 inhistory_protected.erase(inhistory_protected.begin() + hindex); in remove_history_bookmark()
25409 inhistory_protected.insert(inhistory_protected.begin() + hindex, false); in add_history_bookmark()
[all …]