Home
last modified time | relevance | path

Searched refs:arShort (Results 1 – 8 of 8) sorted by relevance

/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx694 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 Dcli_vb_bridgetest.vb226 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 Dcli_cpp_bridgetest.cxx550 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 Dcli_cs_bridgetest.cs634 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 DTestComponent.java326 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 DconvTest.cxx106 SmartArray< short> arShort( _short, 5, VT_I2); variable
234 varShortArray.parray= (SAFEARRAY*)arShort; in doTest()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1793 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 DclientTest.cxx959 sal_Int16 arShort[]={4,5,6}; in doSimpleSequenceTest() local
960 Sequence<sal_Int16> seqShort(arShort, 3); in doSimpleSequenceTest()

Completed in 70 milliseconds