| /GUIX-v6.2.1/guix_studio/ |
| D | xliff_read_write.cpp | 37 string_table *table = project->mDisplays[display].stable; in ExportLanguage() local 65 for (index = 0; index < table->CountStrings(); index++) in ExportLanguage() 67 src_data = table->GetString(index, src_language); in ExportLanguage() 70 tag_data.Format(_T("id=\"%d\" name=\"%s\""), index, table->GetStringId(index)); in ExportLanguage() 72 if (!(table->GetNotes(index).IsEmpty())) in ExportLanguage() 76 writer->WriteString("note", table->GetNotes(index)); in ExportLanguage() 83 writer->WriteString("target", table->GetString(index, target_language)); in ExportLanguage() 107 for (index = 0; index < table->CountStrings(); index++) in ExportLanguage() 109 src_data = table->GetString(index, src_language); in ExportLanguage() 112 tag_data.Format(_T("id=\"%s\""), table->GetStringId(index)); in ExportLanguage() [all …]
|
| D | csv_read_write.cpp | 37 string_table *table = project->mDisplays[display].stable; in ExportLanguage() local 60 for (index = 0; index < table->CountStrings(); index++) in ExportLanguage() 62 src_data = table->GetString(index, src_language); in ExportLanguage() 66 csv_line = table->GetStringId(index); in ExportLanguage() 77 tag_data = table->GetString(index, target_language); in ExportLanguage() 106 string_table *table = project->mDisplays[display].stable; in ImportCsvFile() local 174 …table->ImportString(string_id, src_string, target_string, notes, src_table_column, target_table_co… in ImportCsvFile() 187 table->Sort(); in ImportCsvFile() 188 table->UpdateGuixLanguageTable(); in ImportCsvFile()
|
| D | copy_paste_engine.cpp | 494 string_table *table = mProject->mDisplays[mDisplay].stable; in WriteStringDependencies() local 498 if (table && write_string_list.GetCount() > 0) in WriteStringDependencies() 501 writer.WriteInt("num_languages", table->CountLanguages()); in WriteStringDependencies() 503 if (table->CountLanguages() != mProject->mHeader.num_languages) in WriteStringDependencies() 513 id_name = table->GetResourceIdName(string_id); in WriteStringDependencies() 514 record = table->GetRecord(id_name); in WriteStringDependencies() 520 for (language = 0; language < table->CountLanguages(); language++) in WriteStringDependencies() 522 writer.WriteString("val", table->GetString(id_name, language), TRUE); in WriteStringDependencies() 541 string_table *table = mProject->mDisplays[mDisplay].stable; in ReadStringDependencies() local 543 if (!table) in ReadStringDependencies() [all …]
|
| D | resource_view.cpp | 630 string_table *table = project->mDisplays[mDisplayIndex].stable; in RebuildStringItems() local 632 if (table) in RebuildStringItems() 704 table->UpdateGuixLanguageTable(); in RebuildStringItems() 956 …ource_view::BuildColorTable(int DisplayIndex, int ThemeIndex, int color_format, color_table *table) in BuildColorTable() argument 968 table->colors = NULL; in BuildColorTable() 969 table->num_colors = numcolors; in BuildColorTable() 973 table->colors = new GX_COLOR[numcolors]; in BuildColorTable() 974 memset(table->colors, 0, (numcolors * sizeof(GX_COLOR))); in BuildColorTable() 985 table->colors[color_id] = native_color; in BuildColorTable() 994 int resource_view::BuildFontTable(int DisplayIndex, int ThemeIndex, font_table *table) in BuildFontTable() argument [all …]
|
| D | string_scroll_wheel_service_provider.cpp | 347 string_table *table = project->mDisplays[display].stable; in SaveToProject() local 352 id_name = table->GetResourceIdName(info->ewi.string_scroll_wheel.string_id_list[index]); in SaveToProject() 369 string_table *table = project->mDisplays[display].stable; in ReadFromProject() local 374 if (!table) in ReadFromProject() 376 table = new string_table; in ReadFromProject() 377 table->Initialize(1, 1); in ReadFromProject() 378 project->mDisplays[display].stable = table; in ReadFromProject() 387 res_id = table->CheckAddString(text); in ReadFromProject() 388 id_name = table->GetStringId(res_id); in ReadFromProject() 389 res_id = table->GetResourceId(id_name); in ReadFromProject() [all …]
|
| D | string_scroll_wheel_edit_dlg.cpp | 251 string_table *table = frame->GetStringTable(); in OnCreate() local 252 if (table) in OnCreate() 257 while (string_id < table->CountStrings()) in OnCreate() 259 box_index = mStringIdCombo.AddString(table->GetResourceIdName(string_id)); in OnCreate() 396 string_table *table = frame->GetStringTable(); in OnChangeStringId() local 399 CString id_name = table->GetResourceIdName(res_id); in OnChangeStringId() 405 SetUtf8Text(&mStringTextEdit, table->GetString(id_name)); in OnChangeStringId() 415 string_table *table = frame->GetStringTable(); in OnChangeStringText() local 425 id_name = table->GetResourceIdName(res_id); in OnChangeStringText() 427 if (table->GetString(id_name) == string) in OnChangeStringText() [all …]
|
| D | widget_service_provider.cpp | 274 string_table *table = project->mDisplays[display].stable; in GetStringId() local 276 if (table) in GetStringId() 278 int string_index = table->CheckAddString(str); in GetStringId() 279 CString id_name = table->GetStringId(string_index); in GetStringId() 280 string_id = table->GetResourceId(id_name); in GetStringId() 307 string_table *table = project->mDisplays[display].stable; in GetStringText() local 309 if (table) in GetStringText() 311 CString id_name = table->GetResourceIdName(info->string_id[0]); in GetStringText() 312 val = table->GetString(id_name); in GetStringText() 1021 string_table *table = project->mDisplays[display].stable; in WriteStringId() local [all …]
|
| D | string_table_edit_dlg.h | 37 string_reference_win(CWnd *parent, string_table *table, int string_index); 72 table_frame(CWnd *parent, string_table *table); 131 table_row(CWnd *parent, int Id, int string_index, string_table *table); 155 table_header(table_frame *frame, string_table *table); 172 button_frame(string_table *table); 217 string_table_edit_dlg(string_table *table, CWnd* pParent = NULL); // standard constructor
|
| D | resource_view.h | 104 int BuildColorTable(int DisplayIndex, int ThemeIndex, int color_format, color_table *table); 105 int BuildFontTable(int DisplayIndex, int ThemeIndex, font_table *table); 106 int BuildPixelmapTable(int DisplayIndex, int ThemeIndex, pixelmap_table *table);
|
| D | studiox_util.cpp | 1231 string_table *table = NULL; in GetActiveStringTable() local 1239 table = gpOpenProject->mDisplays[display].stable; in GetActiveStringTable() 1242 return table; in GetActiveStringTable() 1248 string_table *table = GetActiveStringTable(); in GetActiveCharacterMap() local 1249 if (table) in GetActiveCharacterMap() 1253 table->GenerateCleanCharacterMap(); in GetActiveCharacterMap() 1255 return table->GetCharacterMap(); in GetActiveCharacterMap()
|
| D | string_table_edit_dlg.cpp | 185 string_table_edit_dlg::string_table_edit_dlg(string_table *table, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP() 191 mpTable = table; in BEGIN_MESSAGE_MAP() 1073 button_frame::button_frame(string_table *table) in BEGIN_MESSAGE_MAP() 1075 mpTable = table; in BEGIN_MESSAGE_MAP() 1436 table_frame::table_frame(CWnd *parent, string_table *table) in BEGIN_MESSAGE_MAP() 1439 mpTable = table; in BEGIN_MESSAGE_MAP() 2173 table_header::table_header(table_frame *frame, string_table *table) in table_header() argument 2176 mpTable = table; in table_header() 2335 table_row::table_row(CWnd *parent, int Id, int string_index, string_table *table) in table_row() argument 2341 mpTable = table; in table_row() [all …]
|
| D | properties_win.cpp | 915 string_table *table = GetActiveStringTable(); in AddStringSelect() local 919 if (table) in AddStringSelect() 922 if (current_val >= 0 && current_val < table->CountStrings()) in AddStringSelect() 927 while(string_id < table->CountStrings()) in AddStringSelect() 929 box_index = pBox->AddString(table->GetResourceIdName(string_id)); in AddStringSelect() 933 CString id_name = table->GetResourceIdName(string_ref); in AddStringSelect() 935 AddRichEditControl("Text", table->GetString(id_name), ID_STRING_VAL); in AddStringSelect() 4215 string_table *table = GetActiveStringTable(); in OnChangeStringId() local 4217 if (mpProject && mpInfo && pbox && table) in OnChangeStringId() 4234 CString id_name = table->GetResourceIdName(text_id); in OnChangeStringId() [all …]
|
| D | StudioXProject.cpp | 3066 void studiox_project::WriteStringTable(xml_writer &writer, string_table *table) in WriteStringTable() argument 3075 if (table) in WriteStringTable() 3077 num_strings = table->CountStrings(); in WriteStringTable() 3078 writer.WriteInt("sort_column", table->GetSortColumn()); in WriteStringTable() 3080 writer.WriteInt("num_languages", table->CountLanguages()); in WriteStringTable() 3082 if (table->CountLanguages() != mHeader.num_languages) in WriteStringTable() 3089 id_name = table->GetResourceIdName(string_id); in WriteStringTable() 3090 record = table->GetRecord(id_name); in WriteStringTable() 3096 for (language = 0; language < table->CountLanguages(); language++) in WriteStringTable() 4019 string_table *table = new string_table; in ReadStringTable() local [all …]
|
| D | string_scroll_wheel_edit_dlg.h | 42 value_list_frame(CArray<GX_RESOURCE_ID> *string_id_list, string_table *table);
|
| D | rich_text_edit_dlg.cpp | 938 string_table* table = GetActiveStringTable(); in RichEditInit() local 940 if (table) in RichEditInit() 942 CString id_name = table->GetResourceIdName(mpInfo->string_id[0]); in RichEditInit() 944 CString string = table->GetString(id_name); in RichEditInit()
|
| D | resource_item.cpp | 1267 string_table *table = project->mDisplays[display].stable; in PaintStringGroupColumnHeader() local 1268 if (!table) in PaintStringGroupColumnHeader() 1273 int language = table->GetActiveLanguage(); in PaintStringGroupColumnHeader()
|
| /GUIX-v6.2.1/common/src/ |
| D | gxe_display_language_table_set.c | 153 UINT _gxe_display_language_table_set_ext(GX_DISPLAY *display, GX_CONST GX_STRING **table, GX_UBYTE … in _gxe_display_language_table_set_ext() argument 174 if (table == GX_NULL) in _gxe_display_language_table_set_ext() 182 string_table = table[language]; in _gxe_display_language_table_set_ext() 210 status = _gx_display_language_table_set_ext(display, table, num_languages, number_of_strings); in _gxe_display_language_table_set_ext()
|
| D | gxe_display_language_table_get.c | 142 UINT _gxe_display_language_table_get_ext(GX_DISPLAY *display, GX_STRING ***table, GX_UBYTE *languag… in _gxe_display_language_table_get_ext() argument 156 status = _gx_display_language_table_get_ext(display, table, language_count, string_count); in _gxe_display_language_table_get_ext()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_display_string_table_get_no_output.c | 56 GX_CHAR **table = GX_NULL; in control_thread_entry() local 66 status = gx_display_string_table_get(display, LANGUAGE_ENGLISH, &table, &table_size); in control_thread_entry() 74 status = gx_display_string_table_get(&new_display, LANGUAGE_ENGLISH, &table, &table_size); in control_thread_entry()
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/ |
| D | ftgxval.h | 252 FT_Bytes table ); 344 FT_Bytes table );
|
| D | ftotval.h | 195 FT_Bytes table );
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_display.h | 88 UINT _gx_display_language_table_get(GX_DISPLAY *display, GX_CHAR ****table, GX_UBYTE *language_coun… 89 UINT _gx_display_language_table_set(GX_DISPLAY *display, GX_CHAR ***table, GX_UBYTE num_languages, … 91 UINT _gx_display_language_table_get_ext(GX_DISPLAY *display, GX_STRING ***table, GX_UBYTE *language… 92 UINT _gx_display_language_table_set_ext(GX_DISPLAY *display, GX_CONST GX_STRING **table, GX_UBYTE n… 99 UINT _gx_display_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHAR ***table, UINT *s… 102 UINT _gx_display_string_table_get_ext(GX_DISPLAY *display, GX_UBYTE language, GX_STRING **table, UI… 112 UINT _gxe_display_language_table_get(GX_DISPLAY *display, GX_CHAR ****table, GX_UBYTE *language_cou… 113 UINT _gxe_display_language_table_set(GX_DISPLAY *display, GX_CHAR ***table, GX_UBYTE num_languages,… 115 UINT _gxe_display_language_table_get_ext(GX_DISPLAY *display, GX_STRING ***table, GX_UBYTE *languag… 116 UINT _gxe_display_language_table_set_ext(GX_DISPLAY *display, GX_CONST GX_STRING **table, GX_UBYTE … [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | psaux.h | 90 (*init)( PS_Table table, 95 (*done)( PS_Table table ); 98 (*add)( PS_Table table, 104 (*release)( PS_Table table );
|
| D | fthash.h | 87 FT_Hashnode* table; member
|
| D | tttypes.h | 940 FT_Byte* table; member
|