Lines Matching refs:out
19 CString out; in DeclarePropertiesStructContent() local
23 out = in DeclarePropertiesStructContent()
39 out = in DeclarePropertiesStructContent()
53 return out; in DeclarePropertiesStructContent()
58 CString out; in DeclarePropertiesStruct() local
59 out.Format(_T("typedef struct\n") in DeclarePropertiesStruct()
64 return out; in DeclarePropertiesStruct()
69 CString out; in WriteExtendedPropertiesContent() local
83 out.Format( in WriteExtendedPropertiesContent()
111 out.Format( in WriteExtendedPropertiesContent()
136 return out; in WriteExtendedPropertiesContent()
141 CString out; in WriteExtendedProperties() local
144 out.Format(_T("GX_TEXT_SCROLL_WHEEL_PROPERTIES %s_properties =\n") in WriteExtendedProperties()
151 return out; in WriteExtendedProperties()
162 CString out; in GetCreateFromDefFunction() local
163 MakeCreatePreamble("text_scroll_wheel", version, out); in GetCreateFromDefFunction()
165 out += "{\n" in GetCreateFromDefFunction()
188 out += "#if defined(GUIX_5_4_0_COMPATIBILITY)\n" in GetCreateFromDefFunction()
196 …out += " gx_text_scroll_wheel_text_color_set(wheel, props->normal_text_color, props->select… in GetCreateFromDefFunction()
199 out += " }\n" in GetCreateFromDefFunction()
202 return out; in GetCreateFromDefFunction()