Searched refs:outByte (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 55 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 _
|
/aoo42x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 111 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
|
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 107 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 D | XCallback_Impl.idl | 67 [id(20), helpstring("method outByte")] HRESULT outByte([out] unsigned char* outByte);
|
H A D | Callback.h | 85 STDMETHOD(outByte)( unsigned char* outByte);
|
/aoo42x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 360 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()
|
/aoo42x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 227 void outByte( [out] byte outByte); 241 [out] byte outByte,
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 61 [id(23), helpstring("method outByte")] HRESULT outByte([out] unsigned char* val);
|
H A D | Basic.h | 115 STDMETHOD(outByte)(/*[out]*/ unsigned char* val);
|
H A D | Basic.cpp | 226 STDMETHODIMP CBasic::outByte(unsigned char *val) in outByte() function in CBasic
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1240 byte outByte; in testInterface() 1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface() 1266 l.assure(aByte == outByte); in testInterface()
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1545 xCallback->outByte( aByte); in testInterface()
|
Completed in 48 milliseconds