Home
last modified time | relevance | path

Searched refs:anyOut (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/extensions/test/ole/OleClient/
H A DclientTest.cxx1083 Any anyOut; in doTest() local
1259 anyOut<<= seqOut[0]; in doTest()
1260 sprintf(buff, "MFC outShort %d", *(sal_Int16*)anyOut.getValue()); in doTest()
1265 anyOut<<= seqOut[0]; in doTest()
1266 sprintf(buff, "MFC outLong %d", *(sal_Int32*)anyOut.getValue()); in doTest()
1271 anyOut<<= seqOut[0]; in doTest()
1272 sprintf(buff, "MFC outString %S", ((OUString*)anyOut.getValue())->getStr()); in doTest()
1277 anyOut<<= seqOut[0]; in doTest()
1278 sprintf(buff, "MFC outFloat %f", *(float*)anyOut.getValue()); in doTest()
1283 anyOut<<= seqOut[0]; in doTest()
[all …]
H A Dfuncs.cxx286 Any anyOut = seqOut[i]; in equalSequences() local
287 if (anyIn != anyOut) in equalSequences()