Searched refs:arAny (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/extensions/test/ole/cpnt/ |
| H A D | cpnt.cxx | 1655 Any arAny[3]; in testInterface() local 1656 arAny[0] <<= OUString( L"string 0"); in testInterface() 1657 arAny[1] <<= OUString( L"string 1"); in testInterface() 1658 arAny[2] <<= OUString( L"string 2"); in testInterface() 1660 Sequence< Any >seqAny( arAny, 3); in testInterface() 1789 Any arAny[3]; in testInterface() local 1790 arAny[0] <<= OUString( L"string 0"); in testInterface() 1791 arAny[1] <<= OUString( L"string 1"); in testInterface() 1792 arAny[2] <<= OUString( L"string 2"); in testInterface() 1793 aSeq = Sequence< Any >( arAny, 3); in testInterface() [all …]
|
| /trunk/main/testtools/source/bridgetest/ |
| H A D | bridgetest.cxx | 756 Sequence<Any> arAny(_arAny, 3); in performTest() local 777 Sequence< Any > seqAnyRet(xBT2->setSequenceAny(arAny)); in performTest() 778 bRet &= check(seqAnyRet == arAny, "sequence test"); in performTest() 829 Sequence< Any > arAnyTemp(cloneSequence(arAny)); in performTest() 845 arAnyTemp == arAny && arLong2Temp == arLong3[0] && in performTest() 878 arAnyOut == arAny && arLong2Out == arLong3[0] && in performTest() 891 Sequence< Any > arAny; in performTest() local 892 Sequence< Any > seqAnyRet(xBT2->setSequenceAny(arAny)); in performTest() 893 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 | 578 cli::array< Any > ^ arAny = gcnew cli::array< Any >( 3 ); 579 arAny[0] = Any(true); arAny[1] = Any(11111); arAny[2] = Any(3.14); 624 cli::array< Any > ^ seqAnyRet = xBT2->setSequenceAny(arAny); 625 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 | 341 private Object[] arAny; field in TestComponent._TestObject 1077 arAny = aSeq; in setSequenceAny() 1118 arAny = aSeqAny[0]; in setSequencesInOut() 1147 aSeqAny[0] = arAny; in setSequencesOut()
|