Lines Matching refs:_columns
177 _event_list_store (Gtk::TreeStore::create(_columns)),
185 curr_row[_columns.description] = _("[Unchanged]");
186 curr_row[_columns.type] = SP_VERB_FILE_NEW;
203 g_return_if_fail ( _getUndoEvent() && (*(_getUndoEvent()))[_columns.event] == log );
249 g_return_if_fail ( _getRedoEvent() && (*(_getRedoEvent()))[_columns.event] == log );
301 if ( event_type == (*_curr_event)[_columns.type] ) {
306 (*_curr_event_parent)[_columns.child_count] = _curr_event_parent->children().size() + 1;
309 curr_row[_columns.child_count] = 1;
323 curr_row[_columns.event] = log;
324 curr_row[_columns.type] = event_type;
325 curr_row[_columns.description] = log->description;
372 Glib::ustring((*_getUndoEvent())[_columns.description])));
382 Glib::ustring((*_getRedoEvent())[_columns.description])));
457 (*_last_event)[_columns.child_count] = _last_event->children().size() + 1;