Searched refs:inoutDouble (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | XCallback_Impl.idl | 77 [id(30), helpstring("method inoutDouble")] HRESULT inoutDouble([in,out] double* inoutVal);
|
H A D | Callback.cpp | 392 STDMETHODIMP CCallback::inoutDouble(double *inoutVal) in inoutDouble() function in CCallback 448 inoutDouble( aDouble); in inoutValuesAll()
|
H A D | Callback.h | 60 STDMETHOD(inoutDouble)(/*[in,out]*/ double* inoutVal);
|
/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 181 obj.inoutDouble(inDouble2) 183 obj.inoutDouble(outDouble)
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 56 [id(17), helpstring("method inoutDouble")] HRESULT inoutDouble([in,out] double * val);
|
H A D | Basic.h | 121 STDMETHOD(inoutDouble)(/*[in,out]*/ double * val);
|
H A D | Basic.cpp | 173 STDMETHODIMP CBasic::inoutDouble(double *val) in inoutDouble() function in CBasic
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1294 double inoutDouble = 5.135; in testInterface() 1308 ref inoutFloat, ref inoutDouble, ref inoutChar, ref inoutString, in testInterface() 1321 l.assure(aDouble == inoutDouble); in testInterface()
|
/aoo42x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 254 void inoutDouble( [inout] double inoutVal);
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1738 xCallback->inoutDouble( f); in testInterface()
|
Completed in 58 milliseconds