Home
last modified time | relevance | path

Searched refs:outByte (Results 1 – 12 of 12) sorted by relevance

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas55 Dim outByte As Integer variable
116 outByte = 0
117 obj.outByte(outByte)
141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
162 outByte = 0
163 obj.inoutByte(outByte)
230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
246 outByte = 0
248 outByte= obj.prpByte
302 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb111 Dim outByte, inByte, retByte As Byte
194 objOleTest.testout_methodByte(outByte)
217 If outByte <> inByte Or outFloat <> inFloat Or outDouble <> inDouble _
272 outByte = 10
273 retByte = outByte
337 If outByte <> retByte Or outBool <> retBool Or outShort <> retShort _
568 Dim outByte As Byte
569 outByte = 77
571 retByte = outByte
580 If ret <> outByte Then
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp107 hr= outByte( aByte); in outValuesAll()
252 STDMETHODIMP CCallback::outByte(unsigned char* outByte) in outByte() argument
254 if(!outByte) in outByte()
256 *outByte= 0xff; in outByte()
H A DXCallback_Impl.idl67 [id(20), helpstring("method outByte")] HRESULT outByte([out] unsigned char* outByte);
H A DCallback.h85 STDMETHOD(outByte)( unsigned char* outByte);
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx360 Any inByte, outByte; in doPropertyTest() local
385 outByte = inv->getValue(OUString(L"prpByte")); in doPropertyTest()
453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest()
638 Any inByte, outByte; in doSimpleTest() local
671 inv->invoke(OUString(L"outByte"), Sequence< Any > ( & outByte, 1), seqIndices, seqOut); in doSimpleTest()
672 outByte <<= seqOut[0]; in doSimpleTest()
762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
777 outByte = Any(); in doSimpleTest()
781 outByte <<= seqOut[0]; in doSimpleTest()
849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl227 void outByte( [out] byte outByte);
241 [out] byte outByte,
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl61 [id(23), helpstring("method outByte")] HRESULT outByte([out] unsigned char* val);
H A DBasic.h115 STDMETHOD(outByte)(/*[out]*/ unsigned char* val);
H A DBasic.cpp226 STDMETHODIMP CBasic::outByte(unsigned char *val) in outByte() function in CBasic
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1240 byte outByte; in testInterface()
1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface()
1266 l.assure(aByte == outByte); in testInterface()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1545 xCallback->outByte( aByte); in testInterface()

Completed in 86 milliseconds