Home
last modified time | relevance | path

Searched refs:xLBT (Results 1 – 5 of 5) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb474 xLBT As XBridgeTest ) As Boolean
483 Dim any2 As Any = xLBT.transportAny(any)
493 Private Shared Function performAnyTest(xLBT As XBridgeTest, _
496 bReturn = testAny( Nothing, data.Byte ,xLBT ) And bReturn
497 bReturn = testAny( Nothing, data.Short,xLBT ) And bReturn
498 bReturn = testAny( Nothing, data.UShort,xLBT ) And bReturn
499 bReturn = testAny( Nothing, data.Long,xLBT ) And bReturn
500 bReturn = testAny( Nothing, data.ULong,xLBT ) And bReturn
501 bReturn = testAny( Nothing, data.Hyper,xLBT ) And bReturn
502 bReturn = testAny( Nothing,data.UHyper,xLBT ) And bReturn
[all …]
H A Dcli_cs_bridgetest.cs249 static bool testAny(Type typ, Object value, XBridgeTest xLBT ) in testAny() argument
257 Any any2 = xLBT.transportAny(any); in testAny()
269 static bool performAnyTest(XBridgeTest xLBT, TestDataElements data) in performAnyTest() argument
272 bReturn = testAny( null, data.Byte ,xLBT ) && bReturn; in performAnyTest()
273 bReturn = testAny( null, data.Short,xLBT ) && bReturn; in performAnyTest()
274 bReturn = testAny( null, data.UShort,xLBT ) && bReturn; in performAnyTest()
275 bReturn = testAny( null, data.Long,xLBT ) && bReturn; in performAnyTest()
276 bReturn = testAny( null, data.ULong,xLBT ) && bReturn; in performAnyTest()
277 bReturn = testAny( null, data.Hyper,xLBT ) && bReturn; in performAnyTest()
278 bReturn = testAny( null,data.UHyper,xLBT ) && bReturn; in performAnyTest()
[all …]
H A Dcli_cpp_bridgetest.cxx268 static bool testAny(Type* typ, Object* value, XBridgeTest* xLBT )
276 Any any2 = xLBT->transportAny(any);
288 static bool performAnyTest(XBridgeTest* xLBT, TestDataElements* data)
291 bReturn = testAny( 0, __box(data->Byte), xLBT ) && bReturn;
292 bReturn = testAny( 0, __box(data->Short), xLBT ) && bReturn;
293 bReturn = testAny( 0, __box(data->UShort), xLBT ) && bReturn;
294 bReturn = testAny( 0, __box(data->Long), xLBT ) && bReturn;
295 bReturn = testAny( 0, __box(data->ULong), xLBT ) && bReturn;
296 bReturn = testAny( 0, __box(data->Hyper), xLBT ) && bReturn;
297 bReturn = testAny( 0, __box(data->UHyper), xLBT ) && bReturn;
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx222 T const & value, Reference< XBridgeTest > const & xLBT, in testAny()
227 Any any2 = xLBT->transportAny(any); in testAny()
256 static sal_Bool performAnyTest( const Reference< XBridgeTest > &xLBT, const TestData &data) in performAnyTest() argument
259 bReturn = testAny( data.Byte ,xLBT ) && bReturn; in performAnyTest()
260 bReturn = testAny( data.Short,xLBT ) && bReturn; in performAnyTest()
261 bReturn = testAny( data.UShort,xLBT ) && bReturn; in performAnyTest()
262 bReturn = testAny( data.Long,xLBT ) && bReturn; in performAnyTest()
263 bReturn = testAny( data.ULong,xLBT ) && bReturn; in performAnyTest()
264 bReturn = testAny( data.Hyper,xLBT ) && bReturn; in performAnyTest()
265 bReturn = testAny( data.UHyper,xLBT ) && bReturn; in performAnyTest()
[all …]
/trunk/main/stoc/test/
H A Dtestiadapter.cxx294 const Reference< XLanguageBindingTest > & xLBT ) in XLB_Invocation()
295 : _xLBT( xLBT ) in XLB_Invocation()
748 sal_Bool performTest( const Reference<XLanguageBindingTest > & xLBT ) in performTest() argument
750 OSL_ENSURE( xLBT.is(), "### no test interface!" ); in performTest()
751 if (xLBT.is()) in performTest()
783 xLBT->setValues( in performTest()
790 xLBT->getValues( in performTest()
798 test::TestData aSV2ret = xLBT->setValues2( in performTest()
807 test::TestData aGVret = xLBT->getValues( in performTest()
815 xLBT->setBool( aRet.Bool ); in performTest()
[all …]