Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dstring_table.h139 void SetSortColumn(int sort_column){ m_sort_column = sort_column; }; in SetSortColumn()
140 int GetSortColumn(){ return m_sort_column; }; in GetSortColumn()
160 int m_sort_column; variable
Dstring_table.cpp23 m_sort_column = 0; in string_table()
51 m_sort_column = other.m_sort_column; in string_table()
449 language_id = m_sort_column - 1; in SortByString()
492 if ((m_sort_column == -1) || (m_records.GetCount() < 3)) in Sort()
497 if (m_sort_column == 0) in Sort()
501 else if ((m_sort_column >= 1 && m_sort_column <= m_languages)) in Sort()
505 else if ((m_sort_column == m_languages + 1)) in Sort()