Searched refs:inShort (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 41 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 …]
|
/aoo42x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 113 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 _
|
/aoo42x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 361 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()
|
/aoo42x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 57 DISP_FUNCTION(CMfcControlCtrl, "inShort", inShort, VT_I2, VTS_I2) 219 short CMfcControlCtrl::inShort(short val) in inShort() function in CMfcControlCtrl
|
H A D | MfcControlCtl.h | 69 afx_msg short inShort(short val);
|
H A D | MfcControl.odl | 35 [id(1)] short inShort(short val);
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 42 [id(2), helpstring("method inShort")] HRESULT inShort([in] short val);
|
H A D | Basic.h | 137 STDMETHOD(inShort)(/*[in]*/ short val);
|
H A D | Basic.cpp | 66 STDMETHODIMP CBasic::inShort(short val) in inShort() function in CBasic
|
Completed in 45 milliseconds