Home
last modified time | relevance | path

Searched refs:outDouble (Results 1 – 15 of 15) sorted by relevance

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas60 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 _
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp106 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 DXCallback_Impl.idl64 [id(14), helpstring("method outDouble")] HRESULT outDouble([out] double* outDouble);
H A DCallback.h88 STDMETHOD(outDouble)(/*[out]*/ double* outDouble);
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb120 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 _
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx365 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()
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp68 DISP_FUNCTION(CMfcControlCtrl, "outDouble", outDouble, VT_EMPTY, VTS_PR8)
321 void CMfcControlCtrl::outDouble(double* val) in outDouble() function in CMfcControlCtrl
H A DMfcControlCtl.h80 afx_msg void outDouble(double* val);
H A DMfcControl.odl46 [id(12)] void outDouble([out] double* val);
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl226 void outDouble( [out] double outDouble);
240 [out] double outDouble,
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl66 [id(28), helpstring("method outDouble")] HRESULT outDouble([out] double* val);
H A DBasic.h110 STDMETHOD(outDouble)(/*[out]*/ double* val);
H A DBasic.cpp256 STDMETHODIMP CBasic::outDouble(double *val) in outDouble() function in CBasic
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1248 double outDouble; in testInterface()
1261 out outFloat, out outDouble, out outChar, out outString, in testInterface()
1274 l.assure(aDouble == outDouble); in testInterface()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1540 xCallback->outDouble( aDouble); in testInterface()

Completed in 117 milliseconds