Lines Matching refs:out
19 CString out; in DeclarePropertiesStructContent() local
21 out = in DeclarePropertiesStructContent()
31 return out; in DeclarePropertiesStructContent()
36 CString out; in DeclarePropertiesStruct() local
37 out.Format(_T("typedef struct\n") in DeclarePropertiesStruct()
42 return out; in DeclarePropertiesStruct()
47 CString out; in WriteExtendedPropertiesContent() local
69 out.Format( in WriteExtendedPropertiesContent()
87 return out; in WriteExtendedPropertiesContent()
92 CString out; in WriteExtendedProperties() local
95 out.Format(_T("GX_GENERIC_SCROLL_WHEEL_PROPERTIES %s_properties =\n") in WriteExtendedProperties()
102 return out; in WriteExtendedProperties()
113 CString out; in GetCreateFromDefFunction() local
114 MakeCreatePreamble("generic_scroll_wheel", version, out); in GetCreateFromDefFunction()
116 out += "{\n" in GetCreateFromDefFunction()
136 out += " }\n" in GetCreateFromDefFunction()
139 return out; in GetCreateFromDefFunction()