Searched refs:outShort (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 56 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 _
|
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 108 hr= outShort( aShort); in outValuesAll() 234 STDMETHODIMP CCallback::outShort(short *outShort) in outShort() function in CCallback 236 if(!outShort) in outShort() 238 *outShort= -1; in outShort()
|
H A D | XCallback_Impl.idl | 65 [id(16), helpstring("method outShort")] HRESULT outShort([out] short *outShort);
|
H A D | Callback.h | 87 STDMETHOD(outShort)(/*[out]*/ short *outShort);
|
/aoo42x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 113 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 _
|
/aoo42x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 361 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()
|
/aoo42x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 64 DISP_FUNCTION(CMfcControlCtrl, "outShort", outShort, VT_EMPTY, VTS_PI2) 301 void CMfcControlCtrl::outShort(short* val) in outShort() function in CMfcControlCtrl
|
H A D | MfcControlCtl.h | 76 afx_msg void outShort(short* val);
|
H A D | MfcControl.odl | 42 [id(8)] void outShort([out] short* val);
|
/aoo42x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 228 void outShort( [out] short outShort); 242 [out] short outShort,
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 62 [id(24), helpstring("method outShort")] HRESULT outShort([out] short* val);
|
H A D | Basic.h | 114 STDMETHOD(outShort)(/*[out]*/ short* val);
|
H A D | Basic.cpp | 232 STDMETHODIMP CBasic::outShort(short *val) in outShort() function in CBasic
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1241 short outShort; in testInterface() 1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface() 1267 l.assure(aShort == outShort); in testInterface()
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1550 xCallback->outShort( aShort); in testInterface()
|
Completed in 79 milliseconds