| /trunk/main/testtools/source/bridgetest/cli/ |
| H A D | cli_cpp_bridgetest.cxx | 201 check( rData1->UHyper == rData2->UHyper, "### unsigned hyper does not match!" ); 217 rData1->UHyper == rData2->UHyper && 244 rData->UHyper = nUHyper; 299 bReturn = testAny( nullptr, (::System::Object ^)(data->UHyper), xLBT ) && bReturn; 395 aData->Hyper, aData->UHyper, aData->Float, 411 aData->Long, aData->ULong, aData->Hyper, aData->UHyper, aData->Float, aData->Double, 421 aSetData->Hyper, aSetData->UHyper, aSetData->Float, 428 …aSetData->Long, aSetData->ULong, aSetData->Hyper, aSetData->UHyper, aSetData->Float, aSetData->Dou… 436 aRet->Long, aRet->ULong, aRet->Hyper, aRet->UHyper, 445 aRet->Long, aRet->ULong, aRet->Hyper, aRet->UHyper, aRet->Float, [all …]
|
| H A D | cli_cs_bridgetest.cs | 179 check( rData1.UHyper == rData2.UHyper, "### unsigned hyper does not match!" ); in equals() 195 rData1.UHyper == rData2.UHyper && in equals() 222 rData.UHyper = nUHyper; in assign() 278 bReturn = testAny( null,data.UHyper,xLBT ) && bReturn; in performAnyTest() 375 aData.Hyper, aData.UHyper, aData.Float, in performTest() 387 aData.Long, aData.ULong, aData.Hyper, aData.UHyper, aData.Float, aData.Double, in performTest() 395 aSetData.Hyper, aSetData.UHyper, aSetData.Float, in performTest() 402 … aSetData.Long, aSetData.ULong, aSetData.Hyper, aSetData.UHyper, aSetData.Float, aSetData.Double, in performTest() 410 out aRet.Long, out aRet.ULong, out aRet.Hyper, out aRet.UHyper, in performTest() 419 ref aRet.Long, ref aRet.ULong, ref aRet.Hyper, ref aRet.UHyper, ref aRet.Float, in performTest() [all …]
|
| H A D | cli_vb_bridgetest.vb | 102 rData.UHyper = nUHyper 502 bReturn = testAny( Nothing,data.UHyper,xLBT ) And bReturn 573 aData.Hyper, aData.UHyper, aData.Float, _ 585 aData.Long, aData.ULong, aData.Hyper, aData.UHyper, aData.Float, _ 592 aSetData.Hyper, aSetData.UHyper, aSetData.Float, _ 600 aSetData.Hyper, aSetData.UHyper, aSetData.Float, _ 611 aRet.Hyper, aRet.UHyper, aRet.Float, _ 623 aRet.ULong, aRet.Hyper, aRet.UHyper, _ 644 aRet.ULong, aRet.Hyper, aRet.UHyper, _ 662 xLBT.UHyper = aRet.UHyper [all …]
|
| H A D | cli_vb_testobj.vb | 277 Public Overridable Property UHyper As UInt64 _ 278 Implements XBridgeTest2.UHyper
|
| H A D | cli_cs_testobj.cs | 332 public ulong UHyper property in cs_testobj.BridgeTestObject
|
| /trunk/main/stoc/test/ |
| H A D | testiadapter.cxx | 71 OSL_ENSURE( rData1.UHyper == rData2.UHyper, "### unsigned hyper does not match!" ); in equals() 87 rData1.UHyper == rData2.UHyper && in equals() 138 rData.UHyper = nUHyper; in assign() 224 { return _aData.UHyper; } in getUHyper() 259 { _aData.UHyper = _uhyper; } in setUHyper() 723 nUHyper = _aData.UHyper; in getValues() 765 aData.Long, aData.ULong, aData.Hyper, aData.UHyper, aData.Float, aData.Double, in performTest() 773 … aSetData.Long, aSetData.ULong, aSetData.Hyper, aSetData.UHyper, aSetData.Float, aSetData.Double, in performTest() 780 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest() 788 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest() [all …]
|
| H A D | language_binding.idl | 57 unsigned hyper UHyper; 131 [attribute] unsigned hyper UHyper;
|
| /trunk/main/testtools/source/bridgetest/ |
| H A D | bridgetest.cxx | 142 check( rData1.UHyper == rData2.UHyper, "### unsigned hyper does not match!" ); in equals() 158 rData1.UHyper == rData2.UHyper && in equals() 209 rData.UHyper = nUHyper; in assign() 265 bReturn = testAny( data.UHyper,xLBT ) && bReturn; in performAnyTest() 401 aData.UHyper, aData.Float, aData.Double, aData.Enum, aData.String, in performTest() 409 aSetData.UHyper, aSetData.Float, aSetData.Double, aSetData.Enum, in performTest() 417 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 426 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 444 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 460 xLBT->setUHyper(aRet.UHyper); in performTest() [all …]
|
| H A D | cppobj.cxx | 95 rData.UHyper = nUHyper; in assign() 262 { return _aData.UHyper; } in getUHyper() 297 { _aData.UHyper = _uhyper; } in setUHyper() 609 nUHyper = _aData.UHyper; in getValues()
|
| /trunk/main/testtools/source/bridgetest/pyuno/ |
| H A D | core.py | 60 rData.UHyper = nUHyper; 95 self.tobj.UHyper = 47 119 self.failUnless( 47 == self.tobj.UHyper , "UHyper attribute" ) 272 self.failUnless(myuhyper == self.tobj.UHyper, "outparam 10 test")
|
| H A D | samplecomponent.py | 46 rData.UHyper = nUHyper; 95 v.ULong, v.Hyper, v.UHyper, v.Float, v.Double, v.Enum, v.String, v.Interface, \
|
| /trunk/main/bridges/test/ |
| H A D | testcomp.cxx | 614 types.UHyper = 1 << i*2; in testAllTypes() 631 OSL_ASSERT( types.UHyper == retTypes.UHyper ); in testAllTypes()
|
| H A D | test_bridge.idl | 39 unsigned hyper UHyper;
|
| /trunk/main/udkapi/com/sun/star/test/bridge/ |
| H A D | XBridgeTest.idl | 69 unsigned hyper UHyper; 163 [attribute] unsigned hyper UHyper;
|
| /trunk/main/testtools/source/bridgetest/idl/ |
| H A D | bridgetest.idl | 62 unsigned hyper UHyper; 326 [attribute] unsigned hyper UHyper;
|
| /trunk/main/udkapi/com/sun/star/test/performance/ |
| H A D | XPerformanceTest.idl | 53 unsigned hyper UHyper;
|