Home
last modified time | relevance | path

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

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas56 Dim outShort As Integer variable
118 outShort = 0
119 obj.outShort(outShort)
141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
167 outShort = 0
168 obj.inoutShort(outShort)
230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
250 outShort = 0
252 outShort= obj.prpShort
302 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp108 hr= outShort( aShort); in outValuesAll()
234 STDMETHODIMP CCallback::outShort(short *outShort) in outShort() argument
236 if(!outShort) in outShort()
238 *outShort= -1; in outShort()
H A DXCallback_Impl.idl65 [id(16), helpstring("method outShort")] HRESULT outShort([out] short *outShort);
H A DCallback.h87 STDMETHOD(outShort)(/*[out]*/ short *outShort);
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb113 Dim outShort, inShort, retShort As Short
198 objOleTest.testout_methodShort(outShort)
218 Or outBool <> inBool Or outShort <> inShort Or outUShort <> inUShort _
280 outShort = 10
281 retShort = outShort
337 If outByte <> retByte Or outBool <> retBool Or outShort <> retShort _
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx361 Any inShort, outShort; in doPropertyTest() local
389 outShort = inv->getValue(OUString(L"prpShort")); in doPropertyTest()
453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest()
639 Any inShort, outShort; in doSimpleTest() local
678 inv->invoke(OUString(L"outShort"), Sequence< Any > ( & outShort, 1), seqIndices, seqOut); in doSimpleTest()
679 outShort <<= seqOut[0]; in doSimpleTest()
762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
783 outShort = Any(); in doSimpleTest()
787 outShort <<= seqOut[0]; in doSimpleTest()
849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp64 DISP_FUNCTION(CMfcControlCtrl, "outShort", outShort, VT_EMPTY, VTS_PI2)
301 void CMfcControlCtrl::outShort(short* val) in outShort() function in CMfcControlCtrl
H A DMfcControlCtl.h76 afx_msg void outShort(short* val);
H A DMfcControl.odl42 [id(8)] void outShort([out] short* val);
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl228 void outShort( [out] short outShort);
242 [out] short outShort,
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl62 [id(24), helpstring("method outShort")] HRESULT outShort([out] short* val);
H A DBasic.h114 STDMETHOD(outShort)(/*[out]*/ short* val);
H A DBasic.cpp232 STDMETHODIMP CBasic::outShort(short *val) in outShort() function in CBasic
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1241 short outShort; in testInterface()
1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface()
1267 l.assure(aShort == outShort); in testInterface()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1550 xCallback->outShort( aShort); in testInterface()

Completed in 84 milliseconds