Home
last modified time | relevance | path

Searched refs:OpenTag (Results 1 – 10 of 10) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxliff_read_write.cpp45 writer->OpenTag("xliff", tag_data); in ExportLanguage()
54 writer->OpenTag("file", tag_data); in ExportLanguage()
71 writer->OpenTag("unit", tag_data); in ExportLanguage()
75 writer->OpenTag("notes"); in ExportLanguage()
79 writer->OpenTag("segment"); in ExportLanguage()
93 writer->OpenTag("xliff", tag_data); in ExportLanguage()
101 writer->OpenTag("file", tag_data); in ExportLanguage()
102 writer->OpenTag("body"); in ExportLanguage()
113 writer->OpenTag("trans-unit", tag_data); in ExportLanguage()
Dxml_writer.cpp112 OpenTag(name); in WriteRect()
123 OpenTag(name, TRUE); in WriteBool()
164 OpenTag(name, TRUE); in WriteString()
182 OpenTag("pathinfo"); in WritePathInfo()
205 void xml_writer::OpenTag(const char *tag, BOOL has_content) in OpenTag() function in xml_writer
222 void xml_writer::OpenTag(const char *tag, CString &content) in OpenTag() function in xml_writer
Dcopy_paste_engine.cpp95 writer.OpenTag("GUIX_Studio_Copy"); in CopyToClipboard()
103 writer.OpenTag("template_dependencies"); in CopyToClipboard()
111 writer.OpenTag("copied_widgets"); in CopyToClipboard()
291 writer.OpenTag("colors"); in WriteColorDependencies()
303 writer.OpenTag("resource"); in WriteColorDependencies()
374 writer.OpenTag("fonts"); in WriteFontDependencies()
382 writer.OpenTag("resource"); in WriteFontDependencies()
433 writer.OpenTag("pixelmaps"); in WritePixelmapDependencies()
441 writer.OpenTag("resource"); in WritePixelmapDependencies()
496 writer.OpenTag("string_table"); in WriteStringDependencies()
[all …]
Dxml_writer.h22 void OpenTag(const char *tag, BOOL has_value = FALSE);
23 void OpenTag(const char *tag, CString &tag_data);
Dwidget_writer.cpp13 writer.OpenTag(CT2A(widget_factory::WidgetTypeToString(GX_TYPE_WIDGET))); in WriteWidgets()
44 writer.OpenTag("widget_folder"); in WriteWidgetFolders()
DStudioXProject.cpp2889 writer.OpenTag("font_page_data"); in WriteOneResource()
2904 writer.OpenTag("font_page_data"); in WriteOneResource()
2933 writer.OpenTag("vscroll_appearance"); in WriteThemeScrollbars()
2938 writer.OpenTag("hscroll_appearance"); in WriteThemeScrollbars()
2962 writer.OpenTag("resource"); in WriteResources()
2986 writer.OpenTag("palette"); in WriteThemePaletteInfo()
3007 writer.OpenTag("display_info"); in WriteDisplayInfo()
3024 writer.OpenTag("theme_info"); in WriteDisplayInfo()
3036 writer.OpenTag("theme_data"); in WriteDisplayInfo()
3074 writer.OpenTag("string_table"); in WriteStringTable()
[all …]
Dsprite_service_provider.cpp245 writer.OpenTag("framelist"); in SaveToProject()
250 writer.OpenTag("sprite_frame"); in SaveToProject()
Dstudiox_util.cpp988 writer.OpenTag("information"); in WriteIniInfo()
994 writer.OpenTag("dimensions"); in WriteIniInfo()
1004 writer.OpenTag("recent_projects"); in WriteIniInfo()
Dstring_scroll_wheel_service_provider.cpp345 writer.OpenTag("string_list"); in SaveToProject()
DPaletteLayoutDlg.cpp427 writer.OpenTag("GUIX_Palette"); in OnBnClickedExportPalette()