Home
last modified time | relevance | path

Searched refs:string_table (Results 1 – 25 of 30) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
Dstring_table.cpp19 string_table::string_table() in string_table() function in string_table
29 string_table::string_table(const string_table &other) in string_table() function in string_table
56 string_table::~string_table() in ~string_table()
67 BOOL string_table::IsRight2LeftLanguage(int language_index) in IsRight2LeftLanguage()
91 void string_table::EnableDisableRuntimeBidiText(int language_index) in EnableDisableRuntimeBidiText()
105 BOOL string_table::TestGenerateLanguageDirectionTable() in TestGenerateLanguageDirectionTable()
125 void string_table::CleanupStringTable() in CleanupStringTable()
146 void string_table::CreateId(CString &id_name, CString base_name) in CreateId()
174 void string_table::Initialize(int num_languages, int num_strings) in Initialize()
189 int string_table::AddString(CString &Id, CString &str, bool update_guix) in AddString()
[all …]
Dstring_table_edit_dlg.h37 string_reference_win(CWnd *parent, string_table *table, int string_index);
60 string_table *mpTable;
72 table_frame(CWnd *parent, string_table *table);
119 string_table *mpTable;
131 table_row(CWnd *parent, int Id, int string_index, string_table *table);
147 string_table *mpTable;
155 table_header(table_frame *frame, string_table *table);
163 string_table *mpTable;
172 button_frame(string_table *table);
195 string_table *mpTable;
[all …]
Dstring_table.h49 class string_table {
51 string_table();
52 string_table(const string_table &other); // copy constructor
54 ~string_table();
Dstring_scroll_wheel_edit_dlg.h42 value_list_frame(CArray<GX_RESOURCE_ID> *string_id_list, string_table *table);
55 string_table* GetStringTable() { return mpTable; } in GetStringTable()
61 string_table* mpTable;
86 string_table* mpTable;
Dstring_scroll_wheel_edit_dlg.cpp47 mpTable = new string_table(*project->mDisplays[mDisplayIndex].stable); in IMPLEMENT_DYNAMIC()
51 mpTable = new string_table; in IMPLEMENT_DYNAMIC()
251 string_table *table = frame->GetStringTable(); in OnCreate()
396 string_table *table = frame->GetStringTable(); in OnChangeStringId()
415 string_table *table = frame->GetStringTable(); in OnChangeStringText()
492 value_list_frame::value_list_frame(CArray<GX_RESOURCE_ID>* string_id_list, string_table *stable) in BEGIN_MESSAGE_MAP()
Dresource_gen.h71 …le(CString &display_name, CString &language_name, int language_index, string_table *stable, int nu…
72 …xt(CString &display_name, CString &language_name, int language_index, string_table* stable, int nu…
Dwidget_service_provider.cpp274 string_table *table = project->mDisplays[display].stable; in GetStringId()
307 string_table *table = project->mDisplays[display].stable; in GetStringText()
763 string_table *stable = display->stable; in CalculateTextFitSize()
1021 string_table *table = project->mDisplays[display].stable; in WriteStringId()
1088 string_table *table = project->mDisplays[display].stable; in ReadStringId()
Dxliff_read_write.cpp37 string_table *table = project->mDisplays[display].stable; in ExportLanguage()
159 string_table *table = project->mDisplays[display].stable; in ImportXliffFile()
Dstring_scroll_wheel_service_provider.cpp347 string_table *table = project->mDisplays[display].stable; in SaveToProject()
369 string_table *table = project->mDisplays[display].stable; in ReadFromProject()
376 table = new string_table; in ReadFromProject()
Dcsv_read_write.cpp37 string_table *table = project->mDisplays[display].stable; in ExportLanguage()
106 string_table *table = project->mDisplays[display].stable; in ImportCsvFile()
Dresource_gen.cpp607 string_table *table = GetActiveStringTable(); in GenerateResourceData()
1698 string_table *pTable = m_project->mDisplays[m_display].stable; in WriteStringDefines()
1771 string_table *pTable = m_project->mDisplays[m_display].stable; in WriteStringData()
2108 string_table* pTable = m_project->mDisplays[m_display].stable; in WriteOneStringData()
2203 string_table *pTable = m_project->mDisplays[m_display].stable; in WriteStringTable()
2269 if (string_table::TestGenerateLanguageDirectionTable()) in WriteStringTable()
2362 if (string_table::IsRight2LeftLanguage(language)) in WriteLanguageDirectionTable()
2390 string_table* string_table, int num_strings) in WriteOneStringTable() argument
2403 id_name = string_table->GetResourceIdName(string_id); in WriteOneStringTable()
2411 val = string_table->GetString(id_name, language_index); in WriteOneStringTable()
[all …]
Dconfig_languages_dlg.cpp684 string_table *pOldTable = project->mDisplays[display].stable; in OnBnClickedOk()
693 string_table *pNewTable = new string_table; in OnBnClickedOk()
Dresource_view.cpp612 string_table *pt = project->mDisplays[mDisplayIndex].stable; in AddStringItems()
630 string_table *table = project->mDisplays[mDisplayIndex].stable; in RebuildStringItems()
1194 string_table *table = project->mDisplays[DisplayIndex].stable; in BuildResourceTables()
1305 string_table *table = project->mDisplays[mDisplayIndex].stable; in FinalizePasteResources()
1357 string_table::DeleteGuixLanguageDirectionTable(display); in CleanupDisplayResources()
1361 string_table::DeleteGuixLanguageTable(pOldTable, language_count, string_count); in CleanupDisplayResources()
1628 string_table *table = project->mDisplays[mDisplayIndex].stable; in PasteResource()
2789 string_table *table = project->mDisplays[mDisplayIndex].stable; in OnEditStringTable()
2795 string_table *clone_table = new string_table(*table); in OnEditStringTable()
2830string_table::EnableDisableRuntimeBidiText(project->mDisplays[mDisplayIndex].stable->GetActiveLang… in OnEditStringTable()
[all …]
Dcopy_paste_engine.cpp494 string_table *table = mProject->mDisplays[mDisplay].stable; in WriteStringDependencies()
541 string_table *table = mProject->mDisplays[mDisplay].stable; in ReadStringDependencies()
758 string_table *table; in TranslateId()
Dstring_table_edit_dlg.cpp185 string_table_edit_dlg::string_table_edit_dlg(string_table *table, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()
322 if (string_table::IsRight2LeftLanguage(0)) in OnCreate()
631 if (string_table::IsRight2LeftLanguage(mpTableFrame->GetTransLanguage())) in UpdateEditFieldContent()
1073 button_frame::button_frame(string_table *table) in BEGIN_MESSAGE_MAP()
1436 table_frame::table_frame(CWnd *parent, string_table *table) in BEGIN_MESSAGE_MAP()
2173 table_header::table_header(table_frame *frame, string_table *table) in table_header()
2335 table_row::table_row(CWnd *parent, int Id, int string_index, string_table *table) in table_row()
2571 string_reference_win::string_reference_win(CWnd *parent, string_table *table, int string_index) in BEGIN_MESSAGE_MAP()
2879 string_table::EnableDisableRuntimeBidiText(mpDisplay->gx_display_active_language); in CreateDisplay()
2915 string_table::EnableDisableRuntimeBidiText(language); in SetActiveLanguage()
DStudioXProject.h515 string_table *stable;
731 void WriteStringTable(xml_writer &writer, string_table *table);
Dstudiox_util.h74 string_table *GetActiveStringTable();
Dstudiox_util.cpp1229 string_table *GetActiveStringTable() in GetActiveStringTable()
1231 string_table *table = NULL; in GetActiveStringTable()
1248 string_table *table = GetActiveStringTable(); in GetActiveCharacterMap()
Dscreen_generator.cpp488 if (string_table::TestGenerateLanguageDirectionTable()) in GenerateScreenHeader()
679 if (string_table::TestGenerateLanguageDirectionTable()) in WriteDisplayConfigure()
4488 if (string_table::TestGenerateLanguageDirectionTable()) in DeclareDisplayTable()
4566 if (string_table::TestGenerateLanguageDirectionTable()) in DeclareDisplayTable()
4911 string_table *table = m_project->mDisplays[m_display].stable; in GetString()
4935 string_table *pt = proj->mDisplays[display].stable; in GetStringIdName()
Dbinary_resource_gen.cpp2183 string_table *pTable = m_project->mDisplays[m_display].stable; in WriteStringBlock()
2219 string_table *pTable = m_project->mDisplays[m_display].stable; in WriteStringData()
3090 string_table *pTable = m_project->mDisplays[m_display].stable; in GetStringDataSize()
DStudioXProject.cpp1148 … new_project->mDisplays[display].stable = new string_table(*src->mDisplays[display].stable); in Clone()
2165 pInfo->stable = new string_table(); in CreateDefaultResources()
3066 void studiox_project::WriteStringTable(xml_writer &writer, string_table *table) in WriteStringTable()
4019 string_table *table = new string_table; in ReadStringTable()
/GUIX-v6.2.1/common/src/
Dgxe_display_language_table_set.c158 GX_CONST GX_STRING *string_table; in _gxe_display_language_table_set_ext() local
182 string_table = table[language]; in _gxe_display_language_table_set_ext()
185 string = &string_table[string_id]; in _gxe_display_language_table_set_ext()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_utility_utf8_string_character.c61 GX_CHAR *string_table[2] = variable
69 string_table,
Dvalidation_guix_deprecated_system_api_no_output.c74 GX_CHAR **string_table; in control_thread_entry() local
102 status = _gx_system_string_table_get(0, &string_table, &string_count); in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_system.h192 UINT _gxe_system_language_table_set(GX_CHAR ***string_table, GX_UBYTE language_count, UINT number_o…

12