Home
last modified time | relevance | path

Searched refs:inoutByte (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl78 [id(31), helpstring("method inoutByte")] HRESULT inoutByte([in,out] unsigned char* inoutVal);
H A DCallback.cpp400 STDMETHODIMP CCallback::inoutByte(unsigned char *inoutVal) in inoutByte() function in CCallback
449 inoutByte( aByte); in inoutValuesAll()
H A DCallback.h59 STDMETHOD(inoutByte)(/*[in,out]*/ unsigned char* inoutVal);
/aoo4110/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas161 obj.inoutByte(inByte2)
163 obj.inoutByte(outByte)
/aoo4110/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl51 [id(12), helpstring("method inoutByte")] HRESULT inoutByte([in,out] unsigned char* val);
H A DBasic.cpp131 STDMETHODIMP CBasic::inoutByte(unsigned char* val) in inoutByte() function in CBasic
445 inoutByte(aChar); in mixed1()
H A DBasic.h126 STDMETHOD(inoutByte)(/*[in,out]*/ unsigned char* val);
/aoo4110/main/cli_ure/qa/climaker/
H A Dclimaker.cs1286 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()
/aoo4110/main/extensions/test/ole/idl/
H A Doletest.idl255 void inoutByte( [inout] byte inoutVal);
/aoo4110/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1747 xCallback->inoutByte( aByte); in testInterface()

Completed in 72 milliseconds