Searched refs:inoutByte (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | XCallback_Impl.idl | 78 [id(31), helpstring("method inoutByte")] HRESULT inoutByte([in,out] unsigned char* inoutVal);
|
H A D | Callback.cpp | 400 STDMETHODIMP CCallback::inoutByte(unsigned char *inoutVal) in inoutByte() function in CCallback 449 inoutByte( aByte); in inoutValuesAll()
|
H A D | Callback.h | 59 STDMETHOD(inoutByte)(/*[in,out]*/ unsigned char* inoutVal);
|
/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 161 obj.inoutByte(inByte2) 163 obj.inoutByte(outByte)
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 51 [id(12), helpstring("method inoutByte")] HRESULT inoutByte([in,out] unsigned char* val);
|
H A D | Basic.cpp | 131 STDMETHODIMP CBasic::inoutByte(unsigned char* val) in inoutByte() function in CBasic 445 inoutByte(aChar); in mixed1()
|
H A D | Basic.h | 126 STDMETHOD(inoutByte)(/*[in,out]*/ unsigned char* val);
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1286 byte inoutByte = 10; in testInterface() 1306 obj.inoutParameters(ref inoutBool, ref inoutByte, ref inoutShort, ref inoutUShort, in testInterface() 1313 l.assure(aByte == inoutByte); in testInterface()
|
/aoo42x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 255 void inoutByte( [inout] byte inoutVal);
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1747 xCallback->inoutByte( aByte); in testInterface()
|
Completed in 111 milliseconds