Searched refs:outLong (Results 1 – 15 of 15) sorted by relevance
/trunk/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 120 outLong = 0 121 obj.outLong(outLong) 172 outLong = 0 254 outLong = 0 315 outLong = 0 318 obj.outLong(outLong) 329 outLong = 0 347 outLong = 0 396 outLong = 0 425 outLong = 5 [all …]
|
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 109 hr= outLong( aLong); in outValuesAll() 242 STDMETHODIMP CCallback::outLong(long *outLong) in outLong() function in CCallback 244 if(!outLong) in outLong() 246 *outLong= 0xffffffff; in outLong()
|
H A D | XCallback_Impl.idl | 66 [id(17), helpstring("method outLong")] HRESULT outLong([out] long* outLong);
|
H A D | Callback.h | 86 STDMETHOD(outLong)(/*[out]*/ long* outLong);
|
/trunk/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 115 Dim outLong, inLong, retLong As Integer 200 objOleTest.testout_methodLong(outLong) 219 Or outLong <> inLong Or outULong <> inULong Or outHyper <> inHyper _ 288 outLong = 30 289 retLong = outLong 338 Or outUShort <> retUShort Or outLong <> retLong Or outULong <> retULong _
|
/trunk/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 362 Any inLong, outLong; in doPropertyTest() local 394 outLong = inv->getValue(OUString(L"prpLong")); in doPropertyTest() 453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest() 640 Any inLong, outLong; in doSimpleTest() local 685 inv->invoke(OUString(L"outLong"), Sequence< Any > ( & outLong, 1 ), seqIndices, seqOut); in doSimpleTest() 686 outLong <<= seqOut[0]; in doSimpleTest() 762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest() 789 outLong = Any(); in doSimpleTest() 793 outLong <<= seqOut[0]; in doSimpleTest() 849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
|
/trunk/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 65 DISP_FUNCTION(CMfcControlCtrl, "outLong", outLong, VT_EMPTY, VTS_PI4) 306 void CMfcControlCtrl::outLong(long* val) in outLong() function in CMfcControlCtrl
|
H A D | MfcControlCtl.h | 77 afx_msg void outLong(long* val);
|
H A D | MfcControl.odl | 43 [id(9)] void outLong([out] long* val);
|
/trunk/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 229 void outLong( [out] long outLong); 243 [out] long outLong);
|
/trunk/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1555 xCallback->outLong( aLong); in testInterface() 1564 long outLong= 0; in testInterface() local 1565 xCallback->outValuesMixed( 1111, outLong, OUString( L"in string") ); in testInterface() 1567 sprintf( buff, "oletest.testInterface: outValue: %d", outLong); in testInterface()
|
/trunk/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 63 [id(25), helpstring("method outLong")] HRESULT outLong([out] long* val);
|
H A D | Basic.h | 113 STDMETHOD(outLong)(/*[out]*/ long* val);
|
H A D | Basic.cpp | 238 STDMETHODIMP CBasic::outLong(long *val) in outLong() function in CBasic
|
/trunk/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1245 long outLong; in testInterface() 1260 out outInt, out outUInt, out outLong, out outULong, in testInterface() 1271 l.assure(aLong == outLong); in testInterface()
|
Completed in 108 milliseconds