Lines Matching refs:buff
1084 char buff[1024]; in doTest() local
1260 sprintf(buff, "MFC outShort %d", *(sal_Int16*)anyOut.getValue()); in doTest()
1261 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1266 sprintf(buff, "MFC outLong %d", *(sal_Int32*)anyOut.getValue()); in doTest()
1267 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1272 sprintf(buff, "MFC outString %S", ((OUString*)anyOut.getValue())->getStr()); in doTest()
1273 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1278 sprintf(buff, "MFC outFloat %f", *(float*)anyOut.getValue()); in doTest()
1279 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1284 sprintf(buff, "MFC outFloat %f", *(double*)anyOut.getValue()); in doTest()
1285 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1291 sprintf(buff, "MFC outVariant %S", ((OUString*)anyOut.getValue())->getStr()); in doTest()
1292 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1302 sprintf(buff, "MFC outObject, property: %S", tmpStr.getStr()); in doTest()
1303 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()