Lines Matching refs:tmp

1119     sal_Int8 tmp = rOut;  in testinout_methodByte()  local
1121 m_int8 = tmp; in testinout_methodByte()
1125 float tmp = rOut; in testinout_methodFloat() local
1127 m_float = tmp; in testinout_methodFloat()
1132 double tmp = rOut; in testinout_methodDouble() local
1134 m_double = tmp; in testinout_methodDouble()
1138 sal_Bool tmp = rOut; in testinout_methodBool() local
1140 m_bool = tmp; in testinout_methodBool()
1144 sal_Int16 tmp= rOut; in testinout_methodShort() local
1146 m_int16 = tmp; in testinout_methodShort()
1150 sal_uInt16 tmp = rOut; in testinout_methodUShort() local
1152 m_uint16 = tmp; in testinout_methodUShort()
1156 sal_Int32 tmp = rOut; in testinout_methodLong() local
1158 m_int32 = tmp; in testinout_methodLong()
1162 sal_uInt32 tmp = rOut; in testinout_methodULong() local
1164 m_uint32 = tmp; in testinout_methodULong()
1168 sal_Int64 tmp = rOut; in testinout_methodHyper() local
1170 m_int64 = tmp; in testinout_methodHyper()
1175 sal_uInt64 tmp = rOut; in testinout_methodUHyper() local
1177 m_uint64 = tmp; in testinout_methodUHyper()
1182 OUString tmp = rOut; in testinout_methodString() local
1184 m_string = tmp; in testinout_methodString()
1188 sal_Unicode tmp = rOut; in testinout_methodChar() local
1190 m_char = tmp; in testinout_methodChar()
1194 Any tmp = rOut; in testinout_methodAny() local
1196 m_any = tmp; in testinout_methodAny()
1200 Type tmp = rOut; in testinout_methodType() local
1202 m_type = tmp; in testinout_methodType()
1246 Reference<XInterface> tmp = rOut; in testinout_methodXInterface2() local
1248 m_xinterface = tmp; in testinout_methodXInterface2()