Searched refs:string_table_record (Results 1 – 9 of 9) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | string_table.h | 2 struct string_table_record struct 4 string_table_record() in string_table_record() function 83 string_table_record &GetRecord(int string_index); 84 string_table_record &GetRecord(CString id_name); 162 CArray<string_table_record> m_records;
|
D | string_table.cpp | 40 string_table_record src = other.m_records[record]; in string_table() 191 string_table_record record; in AddString() 429 static int compare_id(string_table_record *record_1, string_table_record *record_2) in compare_id() 435 static int compare_string(string_table_record *record_1, string_table_record *record_2) in compare_string() 443 …qsort(&m_records.GetAt(1), m_records.GetSize() - 1, sizeof(string_table_record), (int(*)(const voi… in SortById() 450 …qsort(&m_records.GetAt(1), m_records.GetSize() - 1, sizeof(string_table_record), (int(*)(const voi… in SortByString() 464 string_table_record temp; in SortByReferenceCount() 517 string_table_record NullRecord; 520 string_table_record &string_table::GetRecord(int string_index) in GetRecord() 530 string_table_record &string_table::GetRecord(CString id_name) in GetRecord() [all …]
|
D | resource_view.h | 72 int PasteResource(string_table_record &record, int conflict_option = 0);
|
D | copy_paste_engine.cpp | 492 string_table_record record; in WriteStringDependencies() 537 string_table_record record; in ReadStringDependencies()
|
D | string_table_edit_dlg.h | 273 string_table_record m_record;
|
D | config_languages_dlg.cpp | 706 string_table_record record = pOldTable->GetRecord(index); in OnBnClickedOk()
|
D | string_table_edit_dlg.cpp | 1281 string_table_record record = mpTable->GetRecord(selected_string_index); in OnDeleteClicked() 2117 string_table_record selected_record = mpTable->GetRecord(GetSelectedId()); in SortStringTable() 2133 string_table_record current; in SortStringTable()
|
D | resource_view.cpp | 1617 int resource_view::PasteResource(string_table_record &record, int conflict_option) in PasteResource()
|
D | StudioXProject.cpp | 3071 string_table_record record; in WriteStringTable()
|