Searched refs:outDouble (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 60 Dim outDouble As Double variable 124 outDouble = 0 125 obj.outDouble(outDouble) 142 inFloat <> outFloat Or inDouble <> outDouble Or inString <> outString Or _ 182 outDouble = 0 183 obj.inoutDouble(outDouble) 231 inFloat <> outFloat Or inDouble <> outDouble Or inString <> outString Or _ 262 outDouble = 0 264 outDouble= obj.prpDouble 303 inFloat <> outFloat Or inDouble <> outDouble Or inString <> outString Or _
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 106 hr= outDouble( aDouble); in outValuesAll() 223 STDMETHODIMP CCallback::outDouble(double *outDouble) in outDouble() function in CCallback 225 if(!outDouble) in outDouble() 228 *outDouble= 3.145; in outDouble()
|
H A D | XCallback_Impl.idl | 64 [id(14), helpstring("method outDouble")] HRESULT outDouble([out] double* outDouble);
|
H A D | Callback.h | 88 STDMETHOD(outDouble)(/*[out]*/ double* outDouble);
|
/aoo41x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 120 Dim outDouble, inDouble, retDouble As Double 196 objOleTest.testout_methodDouble(outDouble) 217 If outByte <> inByte Or outFloat <> inFloat Or outDouble <> inDouble _ 308 outDouble = 4.14 309 retDouble = outDouble 340 Or outFloat <> retFloat Or outDouble <> retDouble _
|
/aoo41x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 365 Any inDouble, outDouble; in doPropertyTest() local 406 outDouble = inv->getValue(OUString(L"prpDouble")); in doPropertyTest() 454 || inFloat != outFloat || inDouble != outDouble || inString != outString in doPropertyTest() 643 Any inDouble, outDouble; in doSimpleTest() local 706 inv->invoke(OUString(L"outDouble"), Sequence< Any > ( & outDouble, 1 ), seqIndices, seqOut); in doSimpleTest() 707 outDouble <<= seqOut[0]; in doSimpleTest() 763 || inFloat != outFloat || inDouble != outDouble || inString != outString in doSimpleTest() 807 outDouble = Any(); in doSimpleTest() 811 outDouble <<= seqOut[0]; in doSimpleTest() 850 || inFloat != outFloat || inDouble != outDouble || inString != outString in doSimpleTest()
|
/aoo41x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 68 DISP_FUNCTION(CMfcControlCtrl, "outDouble", outDouble, VT_EMPTY, VTS_PR8) 321 void CMfcControlCtrl::outDouble(double* val) in outDouble() function in CMfcControlCtrl
|
H A D | MfcControlCtl.h | 80 afx_msg void outDouble(double* val);
|
H A D | MfcControl.odl | 46 [id(12)] void outDouble([out] double* val);
|
/aoo41x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 226 void outDouble( [out] double outDouble); 240 [out] double outDouble,
|
/aoo41x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 66 [id(28), helpstring("method outDouble")] HRESULT outDouble([out] double* val);
|
H A D | Basic.h | 110 STDMETHOD(outDouble)(/*[out]*/ double* val);
|
H A D | Basic.cpp | 256 STDMETHODIMP CBasic::outDouble(double *val) in outDouble() function in CBasic
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1248 double outDouble; in testInterface() 1261 out outFloat, out outDouble, out outChar, out outString, in testInterface() 1274 l.assure(aDouble == outDouble); in testInterface()
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1540 xCallback->outDouble( aDouble); in testInterface()
|
Completed in 67 milliseconds