Lines Matching defs:history
158 row[marker_columns.history] = false;
173 row_sep[marker_columns.history] = false;
196 /* Set history */
301 void MarkerComboBox::sp_marker_list_from_doc(SPDocument *source, gboolean history)
314 remove_markers(history); // Seem to need to remove 2x
315 remove_markers(history);
316 add_markers(clean_ml, source, history);
348 * Remove history or non-history markers from the combo
350 void MarkerComboBox::remove_markers (gboolean history)
357 if (row[marker_columns.history] == history && row[marker_columns.separator] == false) {
369 void MarkerComboBox::add_markers (GSList *marker_list, SPDocument *source, gboolean history)
385 if (history) {
392 row[marker_columns.history] = true;
405 // Add history before separator, others after
407 if (history)
415 row[marker_columns.stock] = !history;
418 row[marker_columns.history] = history;
449 if (row[marker_columns.marker] && row[marker_columns.history] &&