Lines Matching refs:out
19 CString out; in DeclarePropertiesStructContent() local
23 out = (" GX_RESOURCE_ID string_id;\n" in DeclarePropertiesStructContent()
31 out = (" GX_RESOURCE_ID string_id;\n" in DeclarePropertiesStructContent()
37 return out; in DeclarePropertiesStructContent()
42 CString out; in DeclarePropertiesStruct() local
44 out.Format(_T("typedef struct\n") in DeclarePropertiesStruct()
50 return out; in DeclarePropertiesStruct()
55 CString out; in WriteExtendedPropertiesContent() local
70 out.Format(_T(" %s, /* string id */\n") in WriteExtendedPropertiesContent()
81 out.Format(_T(" %s, /* string id */\n") in WriteExtendedPropertiesContent()
93 return out; in WriteExtendedPropertiesContent()
98 CString out; in WriteExtendedProperties() local
101 out.Format(_T("GX_PROMPT_PROPERTIES %s_properties =\n") in WriteExtendedProperties()
107 return out; in WriteExtendedProperties()
117 CString out; in GetCreateFromDefFunction() local
118 MakeCreatePreamble("prompt", version, out); in GetCreateFromDefFunction()
120 out += "{\n" in GetCreateFromDefFunction()
131 out += "#if defined(GUIX_5_4_0_COMPATIBILITY)\n" in GetCreateFromDefFunction()
139 …out += " gx_prompt_text_color_set(prompt, props->normal_text_color_id, props->selected_text… in GetCreateFromDefFunction()
142 out += " }\n" in GetCreateFromDefFunction()
146 return out; in GetCreateFromDefFunction()