Lines Matching refs:out
19 CString out; in DeclaraPropertiesStructContent() local
23 out = ("" in DeclaraPropertiesStructContent()
32 out = ("" in DeclaraPropertiesStructContent()
39 return out; in DeclaraPropertiesStructContent()
44 CString out; in DeclarePropertiesStruct() local
46 out.Format(_T("typedef struct\n") in DeclarePropertiesStruct()
51 return out; in DeclarePropertiesStruct()
56 CString out; in WriteExtendedPropertiesContent() local
70 out.Format(_T(" %s, /* string id */\n") in WriteExtendedPropertiesContent()
83 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_TEXT_BUTTON_PROPERTIES %s_properties =\n") in WriteExtendedProperties()
107 return out; in WriteExtendedProperties()
117 CString out; in GetCreateFromDefFunction() local
118 MakeCreatePreamble("text_button", version, out); in GetCreateFromDefFunction()
120 out += "{\n" in GetCreateFromDefFunction()
130 out += "#if defined(GUIX_5_4_0_COMPATIBILITY)\n" in GetCreateFromDefFunction()
138 …out += " gx_text_button_text_color_set(button, props->normal_text_color_id, props->selected… in GetCreateFromDefFunction()
141 out += " }\n" in GetCreateFromDefFunction()
144 return out; in GetCreateFromDefFunction()