Searched refs:arAny (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/extensions/test/ole/cpnt/ |
| H A D | cpnt.cxx | 1661 Any arAny[3]; in testInterface() local 1662 arAny[0] <<= OUString( L"string 0"); in testInterface() 1663 arAny[1] <<= OUString( L"string 1"); in testInterface() 1664 arAny[2] <<= OUString( L"string 2"); in testInterface() 1666 Sequence< Any >seqAny( arAny, 3); in testInterface() 1795 Any arAny[3]; in testInterface() local 1796 arAny[0] <<= OUString( L"string 0"); in testInterface() 1797 arAny[1] <<= OUString( L"string 1"); in testInterface() 1798 arAny[2] <<= OUString( L"string 2"); in testInterface() 1799 aSeq = Sequence< Any >( arAny, 3); in testInterface() [all …]
|
| /trunk/main/testtools/source/bridgetest/ |
| H A D | bridgetest.cxx | 703 Sequence<Any> arAny(_arAny, 3); in performTest() local 724 Sequence< Any > seqAnyRet(xBT2->setSequenceAny(arAny)); in performTest() 725 bRet &= check(seqAnyRet == arAny, "sequence test"); in performTest() 776 Sequence< Any > arAnyTemp(cloneSequence(arAny)); in performTest() 792 arAnyTemp == arAny && arLong2Temp == arLong3[0] && in performTest() 825 arAnyOut == arAny && arLong2Out == arLong3[0] && in performTest() 838 Sequence< Any > arAny; in performTest() local 839 Sequence< Any > seqAnyRet(xBT2->setSequenceAny(arAny)); in performTest() 840 bRet &= check(seqAnyRet == arAny, "sequence test"); in performTest()
|
| /trunk/main/testtools/source/bridgetest/cli/ |
| H A D | cli_vb_bridgetest.vb | 239 Dim arAny() As Any = {New Any(True), New Any(11111), New Any(3.14)} 273 Dim seqAnyRet() As Any = xBT2.setSequenceAny(arAny) 274 bRet = check( compareData(seqAnyRet, arAny), "sequence test") And bRet 336 Dim arAnyTemp() As Any = DirectCast(arAny.Clone(), Any()) 367 compareData(arAnyTemp , arAny) And _ 410 compareData(arAnyOut, arAny) And _
|
| H A D | cli_cpp_bridgetest.cxx | 572 Any arAny[] = new Any[3]; 573 arAny[0] = Any(true); arAny[1] = Any(11111); arAny[2] = Any(3.14); 618 Any seqAnyRet[] = xBT2->setSequenceAny(arAny); 619 bRet = check( compareData(seqAnyRet, arAny), "sequence test") && bRet;
|
| H A D | cli_cs_bridgetest.cs | 644 Any[] arAny = {new Any(true), new Any(11111), new Any(3.14)}; in performSequenceTest() 674 Any[] seqAnyRet = xBT2.setSequenceAny(arAny); in performSequenceTest() 675 bRet = check( compareData(seqAnyRet, arAny), "sequence test") && bRet; in performSequenceTest() 722 Any[] arAnyTemp = (Any[]) arAny.Clone(); in performSequenceTest() 752 compareData(arAnyTemp , arAny) && in performSequenceTest() 795 compareData(arAnyOut, arAny) && in performSequenceTest()
|
| /trunk/main/testtools/com/sun/star/comp/bridge/ |
| H A D | TestComponent.java | 336 private Object[] arAny; field in TestComponent._TestObject 1034 arAny = aSeq; in setSequenceAny() 1075 arAny = aSeqAny[0]; in setSequencesInOut() 1104 aSeqAny[0] = arAny; in setSequencesOut()
|