Home
last modified time | relevance | path

Searched refs:inShort (Results 1 – 9 of 9) sorted by relevance

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas41 Dim inShort As Integer, inShort2 As Integer variable
85 inShort = 11
98 obj.inShort(inShort)
141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
164 inShort = 10
165 inShort2 = inShort
166 obj.inShort(inShort2)
230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
249 inShort = 127
251 obj.prpShort= inShort
[all …]
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb113 Dim outShort, inShort, retShort As Short
145 inShort = -10
163 retShort = objOleTest.in_methodShort(inShort)
179 If retByte <> inByte Or retBool <> inBool Or retShort <> inShort Or retUShort <> inUShort _
218 Or outBool <> inBool Or outShort <> inShort Or outUShort <> inUShort _
245 Or outVarShort <> inShort Or outVarUShort <> inUShort _
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx361 Any inShort, outShort; in doPropertyTest() local
387 inShort <<= static_cast<sal_Int16>( -1); in doPropertyTest()
388 inv->setValue(OUString(L"prpShort"), inShort); in doPropertyTest()
453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest()
639 Any inShort, outShort; in doSimpleTest() local
674 inShort <<= static_cast<sal_Int16>(-1); in doSimpleTest()
675 inv->invoke(OUString(L"inShort"), Sequence< Any > ( & inShort, 1), seqIndices, seqOut); in doSimpleTest()
762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
786 inv->invoke(OUString(L"inoutShort"), Sequence< Any > ( & inShort, 1), seqIndices, seqOut); in doSimpleTest()
849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp57 DISP_FUNCTION(CMfcControlCtrl, "inShort", inShort, VT_I2, VTS_I2)
219 short CMfcControlCtrl::inShort(short val) in inShort() function in CMfcControlCtrl
H A DMfcControlCtl.h69 afx_msg short inShort(short val);
H A DMfcControl.odl35 [id(1)] short inShort(short val);
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl42 [id(2), helpstring("method inShort")] HRESULT inShort([in] short val);
H A DBasic.h137 STDMETHOD(inShort)(/*[in]*/ short val);
H A DBasic.cpp66 STDMETHODIMP CBasic::inShort(short val) in inShort() function in CBasic

Completed in 32 milliseconds