Lines Matching refs:mpTable
191 mpTable = table; in BEGIN_MESSAGE_MAP()
287 mpButtonFrame = new button_frame(mpTable); in OnCreate()
292 mpTableFrame = new table_frame(this, mpTable); in OnCreate()
297 mpTableHeader = new table_header(mpTableFrame, mpTable); in OnCreate()
303 mpStrReferenceWin = new string_reference_win(this, mpTable, -1); in OnCreate()
622 m_record = mpTable->GetRecord(string_index); in UpdateEditFieldContent()
645 int resource_id = mpTable->GetResourceId(m_record.id_name); in UpdateEditFieldContent()
784 m_record = mpTable->GetRecord(string_index); in SaveStringInfo()
790 int index = mpTable->FindStringIndex(IdString); in SaveStringInfo()
806 if (mpTable->GetSortColumn() == 0) in SaveStringInfo()
817 if ((mpTable->GetSortColumn() == language_id + 1) && in SaveStringInfo()
823 mpTable->SetString(string_index, m_record.id_name, language_id, val); in SaveStringInfo()
829 if ((mpTable->GetSortColumn() == 1) && in SaveStringInfo()
835 mpTable->SetString(string_index, m_record.id_name, 0, val); in SaveStringInfo()
841 mpTable->SetNotes(string_index, TextString); in SaveStringInfo()
866 … mpTable->SetString(string_index, IdString, mpTableFrame->GetTransLanguage(), TextString); in UpdateStringFields()
871 mpTable->SetString(string_index, IdString, 0, TextString); in UpdateStringFields()
923 if (pBox && mpTable && mRowId) in OnChangeFont()
927 mpTable->SetDisplayFont(string_index, Selected); in OnChangeFont()
941 return mpTable->CountStrings() - 1; in OnTestMessage()
1075 mpTable = table; in BEGIN_MESSAGE_MAP()
1139 mSortCombobox.SetCurSel(mpTable->GetSortColumn() + 1); in OnCreate()
1142 if (mpTable->GetSortColumn() == mpTable->CountLanguages() + 1) in OnCreate()
1144 mpTable->Sort(); in OnCreate()
1246 if (mpTable) in OnAddString()
1252 mpTable->AddString(); in OnAddString()
1281 string_table_record record = mpTable->GetRecord(selected_string_index); in OnDeleteClicked()
1283 int resource_id = mpTable->GetResourceId(record.id_name); in OnDeleteClicked()
1284 if (mpTable->RemoveString(selected_string_index)) in OnDeleteClicked()
1368 mpTable->SetSortColumn(index - 1); in OnSortStringTable()
1439 mpTable = table; in BEGIN_MESSAGE_MAP()
1501 text = mpTable->GetStringId(RowId); in IncludeInSearch()
1509 for (language = 0; language < mpTable->CountLanguages(); language++) in IncludeInSearch()
1511 text = mpTable->GetString(RowId, language); in IncludeInSearch()
1540 int count = mpTable->CountStrings(); in CountFilterRows()
1572 int rowcount = mpTable->CountStrings(); in CreateTableRows()
1581 row = new table_row(this, mRowCount++, index, mpTable); in CreateTableRows()
1912 table_row *row = new table_row(this, mRowCount, mRowCount, mpTable); in AddString()
1919 RowSelected(NULL, mpTable->CountStrings() - 1, FALSE); in AddString()
2117 string_table_record selected_record = mpTable->GetRecord(GetSelectedId()); in SortStringTable()
2130 mpTable->Sort(); in SortStringTable()
2138 for (index = 1; index < mpTable->CountStrings(); index++) in SortStringTable()
2140 current = mpTable->GetRecord(index); in SortStringTable()
2176 mpTable = table; in table_header()
2341 mpTable = table; in table_row()
2398 dc->DrawText(mpTable->GetStringId(mStringIndex), &boxsize, DT_LEFT); in PaintStringRow()
2427 text = mpTable->GetString(mStringIndex, 0); in PaintStringRow()
2454 text = mpTable->GetString(mStringIndex, mpFrame->GetTransLanguage()); in PaintStringRow()
2504 …msg.Format(_T("String Id: %s. String text: %s"), mpTable->GetStringId(mStringIndex), mpTable->GetS… in OnSetFocus()
2574 mpTable = table; in BEGIN_MESSAGE_MAP()
2712 CString id_name = mpTable->GetStringId(mStringIndex); in CreateStringReferenceRows()
2713 int string_id = mpTable->GetResourceId(id_name); in CreateStringReferenceRows()