Lines Matching refs:string_index

621         int string_index = mpTableFrame->GetStringIndex(mRowId);  in UpdateEditFieldContent()  local
622 m_record = mpTable->GetRecord(string_index); in UpdateEditFieldContent()
783 int string_index = mpTableFrame->GetStringIndex(mRowId); in SaveStringInfo() local
784 m_record = mpTable->GetRecord(string_index); in SaveStringInfo()
791 if ((index != 0) && (index != string_index)) in SaveStringInfo()
823 mpTable->SetString(string_index, m_record.id_name, language_id, val); in SaveStringInfo()
835 mpTable->SetString(string_index, m_record.id_name, 0, val); in SaveStringInfo()
841 mpTable->SetNotes(string_index, TextString); in SaveStringInfo()
859 int string_index = mpTableFrame->GetStringIndex(mRowId); in UpdateStringFields() local
866 … mpTable->SetString(string_index, IdString, mpTableFrame->GetTransLanguage(), TextString); in UpdateStringFields()
871 mpTable->SetString(string_index, IdString, 0, TextString); in UpdateStringFields()
926 int string_index = mpTableFrame->GetStringIndex(mRowId); in OnChangeFont() local
927 mpTable->SetDisplayFont(string_index, Selected); in OnChangeFont()
2335 table_row::table_row(CWnd *parent, int Id, int string_index, string_table *table) in table_row() argument
2339 mStringIndex = string_index; in table_row()
2571 string_reference_win::string_reference_win(CWnd *parent, string_table *table, int string_index) in BEGIN_MESSAGE_MAP()
2573 mStringIndex = string_index; in BEGIN_MESSAGE_MAP()
2921 void string_reference_win::StringSelected(int string_index) in StringSelected() argument
2923 if (mStringIndex != string_index) in StringSelected()
2925 mStringIndex = string_index; in StringSelected()