Searched refs:inoutShort (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | XCallback_Impl.idl | 79 [id(32), helpstring("method inoutShort")] HRESULT inoutShort([in,out] short* inoutVal);
|
H A D | Callback.cpp | 408 STDMETHODIMP CCallback::inoutShort(short *inoutVal) in inoutShort() function in CCallback 450 inoutShort( aShort); in inoutValuesAll()
|
H A D | Callback.h | 58 STDMETHOD(inoutShort)(/*[in,out]*/ short* inoutVal);
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 52 [id(13), helpstring("method inoutShort")] HRESULT inoutShort([in,out] short* val);
|
H A D | Basic.h | 125 STDMETHOD(inoutShort)(/*[in,out]*/ short* val);
|
H A D | Basic.cpp | 139 STDMETHODIMP CBasic::inoutShort(short *val) in inoutShort() function in CBasic
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1287 short inoutShort = 11; in testInterface() 1306 obj.inoutParameters(ref inoutBool, ref inoutByte, ref inoutShort, ref inoutUShort, in testInterface() 1314 l.assure(aShort == inoutShort); in testInterface()
|
/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 168 obj.inoutShort(outShort)
|
/aoo42x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 256 void inoutShort( [inout] short inoutVal);
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1756 xCallback->inoutShort( aShort); in testInterface()
|
Completed in 75 milliseconds