Lines Matching refs:buff

1280 	char buff[1024];  in methodStruct()  local
1281 buff[0]= 0; in methodStruct()
1282 sprintf( buff,"Property::Attribute : %d \n Property::Handle : %d \n Property::Name : %S", in methodStruct()
1284 MessageBox( NULL, A2T(buff), _T("OleTest: methodStruct"), MB_OK); in methodStruct()
1308 char buff[1024]; in setAttrStruct() local
1309 buff[0]= 0; in setAttrStruct()
1310 sprintf( buff,"Property::Attribute : %d \n Property::Handle : %d \n Property::Name : %S", in setAttrStruct()
1338 char buff[256]; in in_float() local
1339 sprintf( buff, "parameter : %f", val); in in_float()
1340 MessageBox( NULL, A2T(buff), _T("OleTest"), MB_OK); in in_float()
1453 char buff[1024]; in testInterface() local
1483 sprintf( buff, "XCallback::outInterface, value: %x", xSimple.get()); in testInterface()
1484 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1489 sprintf( buff,"XCallback::outStruct, SimpleStruct::message: %s", OLE2A( aSimpleStruct.message)); in testInterface()
1490 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1494 sprintf( buff,"XCallback::outEnum, SimpleEnum: %d", aSimpleEnum); in testInterface()
1495 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1499 sprintf( buff,"XCallback::outSeqAny, length: %d )", seqAny.getLength()); in testInterface()
1500 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1516 sprintf( buff,"XCallback::outAny, Any : %s", W2A( aString)); in testInterface()
1517 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1521 sprintf( buff,"XCallback::outBool, value: %d", aBool); in testInterface()
1522 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1526 sprintf( buff,"XCallback::outChar, value: %C", aChar); in testInterface()
1527 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1531 sprintf( buff,"XCallback::outString, value: %s", W2A( aString)); in testInterface()
1532 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1536 sprintf( buff,"XCallback::outFloat, value: %f", aFloat); in testInterface()
1537 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1541 sprintf( buff,"XCallback::outDouble, value: %f", aDouble); in testInterface()
1542 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1546 sprintf( buff,"XCallback::outByte, value: %d", aByte); in testInterface()
1547 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1551 sprintf( buff,"XCallback::outShort, value: %d", aShort); in testInterface()
1552 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1556 sprintf( buff,"XCallback::outLong, value: %d", aLong); in testInterface()
1557 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1567 sprintf( buff, "oletest.testInterface: outValue: %d", outLong); in testInterface()
1568 MessageBox( NULL, A2T(buff), _T("OleTest"), MB_OK); in testInterface()
1602 sprintf( buff,"XCallback::outSeqAny, length: %d )", seqAny.getLength()); in testInterface()
1603 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1654 char buff[1024]; in testInterface() local
1655 sprintf( buff, "Enum: %d", aEnum); in testInterface()
1656 MessageBox( NULL, A2T(buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1668 char buff[1023]; in testInterface() local
1669 sprintf( buff, "Sequence length: %d", seqAny.getLength()); in testInterface()
1670 MessageBox( NULL,A2T(buff) , _T("OleTest in out parameter"), MB_OK); in testInterface()
1703 char buff[1024]; in testInterface() local
1704 sprintf( buff, "out value bool: %d", b); in testInterface()
1705 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1712 char buff[1024]; in testInterface() local
1713 sprintf( buff, "out value sal_Unicode: %C", uc); in testInterface()
1714 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1721 char buff[1024]; in testInterface() local
1722 sprintf( buff, "out value string: %S", s.getStr()); in testInterface()
1723 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1730 char buff[1024]; in testInterface() local
1731 sprintf( buff, "out value float: %f", f); in testInterface()
1732 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1739 char buff[1024]; in testInterface() local
1740 sprintf( buff, "out value double: %g", f); in testInterface()
1741 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1748 char buff[1024]; in testInterface() local
1749 sprintf( buff, "out value sal_Int8: %d", aByte); in testInterface()
1750 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1757 char buff[1024]; in testInterface() local
1758 sprintf( buff, "out value sal_Int16: %d", aShort); in testInterface()
1759 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()
1766 char buff[1024]; in testInterface() local
1767 sprintf( buff, "out value sal_Int32: %d", aLong); in testInterface()
1768 MessageBox( NULL, A2T( buff), _T("OleTest in out parameter"), MB_OK); in testInterface()