Searched refs:arLong (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 696 Sequence<sal_Int32> arLong(_arLong, 3); in performTest() local 734 Sequence< sal_Int32 > seqLongRet(xBT2->setSequenceLong(arLong)); in performTest() 735 bRet &= check(seqLongRet == arLong, "sequence test"); in performTest() 766 Sequence< sal_Int32 > arLongTemp(cloneSequence(arLong)); in performTest() 787 arUShortTemp == arUShort && arLongTemp == arLong && in performTest() 820 arUShortOut == arUShort && arLongOut == arLong && in performTest() 853 Sequence< sal_Int32 > arLong; in performTest() local 854 Sequence< sal_Int32 > seqLongRet(xBT2->setSequenceLong(arLong)); in performTest() 855 bRet &= check(seqLongRet == arLong, "sequence test"); in performTest()
|
/aoo42x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 229 Dim arLong() As Integer = {Int32.MinValue, 1, Int32.MaxValue} 287 Dim seqLongRet() As Integer = xBT2.setSequenceLong(arLong) 288 bRet = check( compareData(seqLongRet, arLong), "sequence test") _ 327 Dim arLongTemp() As Integer= DirectCast(arLong.Clone(), Integer()) 358 compareData(arLongTemp , arLong) And _ 401 compareData(arLongOut, arLong) And _
|
H A D | cli_cpp_bridgetest.cxx | 554 Int32 arLong[] = new Int32[3]; 555 arLong[0] = Int32::MinValue; arLong[1] = 1; arLong[2] = Int32::MaxValue; 628 Int32 seqLongRet[] = xBT2->setSequenceLong(arLong); 629 bRet = check( compareData(seqLongRet, arLong), "sequence test") && bRet;
|
H A D | cli_cs_bridgetest.cs | 636 int[] arLong = {Int32.MinValue, 1, Int32.MaxValue}; in performSequenceTest() 684 int[] seqLongRet = xBT2.setSequenceLong(arLong); in performSequenceTest() 685 bRet = check( compareData(seqLongRet, arLong), "sequence test") && bRet; in performSequenceTest() 713 int[] arLongTemp = (int[]) arLong.Clone(); in performSequenceTest() 743 compareData(arLongTemp , arLong) && in performSequenceTest() 786 compareData(arLongOut, arLong) && in performSequenceTest()
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 328 private int[] arLong; field in TestComponent._TestObject 989 arLong = aSeq; in setSequenceLong() 1068 arLong = aSeqLong[0]; in setSequencesInOut() 1095 aSeqLong[0] = arLong; in setSequencesOut()
|
/aoo42x/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 108 SmartArray< long> arLong( _long, 5, VT_I4); variable 237 varLongArray.parray= (SAFEARRAY*)arLong; in doTest()
|
/aoo42x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 968 sal_Int32 arLong[] = {7,8,9}; in doSimpleSequenceTest() local 969 Sequence<sal_Int32> seqLong(arLong, 3); in doSimpleSequenceTest()
|
Completed in 65 milliseconds