Searched refs:arShort (Results 1 – 8 of 8) sorted by relevance
/trunk/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 694 Sequence<sal_Int16> arShort(_arShort, 3); in performTest() local 732 Sequence< sal_Int16 > seqShortRet(xBT2->setSequenceShort(arShort)); in performTest() 733 bRet &= check(seqShortRet == arShort, "sequence test"); in performTest() 764 Sequence< sal_Int16 > arShortTemp(cloneSequence(arShort)); in performTest() 786 arByteTemp == arByte && arShortTemp == arShort && in performTest() 819 arByteOut == arByte && arShortOut == arShort && in performTest() 850 Sequence< sal_Int16 > arShort; in performTest() local 851 Sequence< sal_Int16 > seqShortRet(xBT2->setSequenceShort(arShort)); in performTest() 852 bRet &= check(seqShortRet == arShort, "sequence test"); in performTest()
|
/trunk/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 226 Dim arShort() As Short = {Int16.MinValue, 1, Int16.MaxValue} 284 Dim seqShortRet() As Short = xBT2.setSequenceShort(arShort) 285 bRet = check( compareData(seqShortRet, arShort), "sequence test") _ 325 Dim arShortTemp() As Short = DirectCast(arShort.Clone(), Short()) 356 compareData(arShortTemp , arShort) And _ 399 compareData(arShortOut, arShort) And _
|
H A D | cli_cpp_bridgetest.cxx | 550 Int16 arShort[] = new Int16[3]; 551 arShort[0] = Int16::MinValue; arShort[1] = 1; arShort[2] = Int16::MaxValue; 626 Int16 seqShortRet[] = xBT2->setSequenceShort(arShort); 627 bRet = check( compareData(seqShortRet, arShort), "sequence test") && bRet;
|
H A D | cli_cs_bridgetest.cs | 634 short[] arShort = {Int16.MinValue, 1, Int16.MaxValue}; in performSequenceTest() 682 short[] seqShortRet = xBT2.setSequenceShort(arShort); in performSequenceTest() 683 bRet = check( compareData(seqShortRet, arShort), "sequence test") && bRet; in performSequenceTest() 711 short[] arShortTemp = (short[]) arShort.Clone(); in performSequenceTest() 741 compareData(arShortTemp , arShort) && in performSequenceTest() 784 compareData(arShortOut, arShort) && in performSequenceTest()
|
/trunk/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 326 private short[] arShort; field in TestComponent._TestObject 979 arShort = aSeq; in setSequenceShort() 1066 arShort = aSeqShort[0]; in setSequencesInOut() 1093 aSeqShort[0] = arShort; in setSequencesOut()
|
/trunk/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 106 SmartArray< short> arShort( _short, 5, VT_I2); variable 234 varShortArray.parray= (SAFEARRAY*)arShort; in doTest()
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1793 System::Int16 arShort[]= new System::Int16[nElements]; in map_to_cli() local 1794 sri::Marshal::Copy( (void*) &seq->elements, arShort, 0, nElements); in map_to_cli() 1795 *cli_data= arShort; in map_to_cli()
|
/trunk/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 959 sal_Int16 arShort[]={4,5,6}; in doSimpleSequenceTest() local 960 Sequence<sal_Int16> seqShort(arShort, 3); in doSimpleSequenceTest()
|
Completed in 54 milliseconds