/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cpp_bridgetest.cxx | 199 check( rData1->UHyper == rData2->UHyper, "### unsigned hyper does not match!" ); 215 rData1->UHyper == rData2->UHyper && 242 rData->UHyper = nUHyper; 297 bReturn = testAny( 0, __box(data->UHyper), xLBT ) && bReturn; 393 aData->Hyper, aData->UHyper, aData->Float, 419 aSetData->Hyper, aSetData->UHyper, aSetData->Float, 434 & aRet->Long, & aRet->ULong, & aRet->Hyper, & aRet->UHyper, 443 & aRet->Long, & aRet->ULong, & aRet->Hyper, & aRet->UHyper, & aRet->Float, 463 & aRet->UHyper, & aRet->Float, & aRet->Double, & aRet->Enum, 478 xLBT->UHyper = aRet->UHyper; [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() 395 aSetData.Hyper, aSetData.UHyper, aSetData.Float, 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() 439 out aRet.UHyper, out aRet.Float, out aRet.Double, out aRet.Enum, in performTest() 454 xLBT.UHyper = aRet.UHyper; 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 | 289 public ulong UHyper property in cs_testobj.BridgeTestObject
|
/aoo41x/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() 227 { return _aData.UHyper; } in getUHyper() 262 { _aData.UHyper = _uhyper; } in setUHyper() 735 nUHyper = _aData.UHyper; in getValues() 792 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest() 800 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest() 809 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest() 823 xLBT->setUHyper( aRet.UHyper ); in performTest() [all …]
|
H A D | language_binding.idl | 57 unsigned hyper UHyper; 131 [attribute] unsigned hyper UHyper;
|
/aoo41x/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() 402 aData.UHyper, aData.Float, aData.Double, aData.Enum, aData.String, in performTest() 410 aSetData.UHyper, aSetData.Float, aSetData.Double, aSetData.Enum, in performTest() 418 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 427 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 445 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 461 xLBT->setUHyper(aRet.UHyper); in performTest() [all …]
|
H A D | cppobj.cxx | 95 rData.UHyper = nUHyper; in assign() 240 { return _aData.UHyper; } in getUHyper() 275 { _aData.UHyper = _uhyper; } in setUHyper() 617 nUHyper = _aData.UHyper; in getValues()
|
/aoo41x/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, \
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 630 types.UHyper = 1 << i*2; in testAllTypes() 647 OSL_ASSERT( types.UHyper == retTypes.UHyper ); in testAllTypes()
|
H A D | test_bridge.idl | 39 unsigned hyper UHyper;
|
/aoo41x/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 69 unsigned hyper UHyper; 163 [attribute] unsigned hyper UHyper;
|
/aoo41x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 62 unsigned hyper UHyper; 278 [attribute] unsigned hyper UHyper;
|
/aoo41x/main/udkapi/com/sun/star/test/performance/ |
H A D | XPerformanceTest.idl | 53 unsigned hyper UHyper;
|