Searched refs:inLong (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/extensions/test/ole/StarBasic_OleClient/ |
| H A D | oleclient.bas | 42 Dim inLong As Long, inLong2 As Long, inLong3 As Long, inLong4 As Long variable 86 inLong = 111 99 obj.inLong(inLong) 141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ 169 inLong = 10 170 inLong2 = inLong 230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ 253 inLong = 1000 255 obj.prpLong = inLong 302 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ [all …]
|
| /AOO41X/main/extensions/test/ole/VisualBasic/ |
| H A D | Module1.vb | 115 Dim outLong, inLong, retLong As Integer 147 inLong = -1000 165 retLong = objOleTest.in_methodLong(inLong) 180 Or retLong <> inLong Or retULong <> inULong Or retHyper <> inHyper _ 219 Or outLong <> inLong Or outULong <> inULong Or outHyper <> inHyper _ 246 Or outVarLong <> inLong Or outVarULong <> inULong Or outVarString <> inString _
|
| /AOO41X/main/extensions/test/ole/OleClient/ |
| H A D | clientTest.cxx | 362 Any inLong, outLong; in doPropertyTest() local 391 inLong <<= ( sal_Int32) 1234567; in doPropertyTest() 392 inv->setValue(OUString(L"prpLong"), inLong // TODO: Add your implementation code here in doPropertyTest() 453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest() 640 Any inLong, outLong; in doSimpleTest() local 681 inLong <<= ( sal_Int32) 1234567; in doSimpleTest() 682 inv->invoke(OUString(L"inLong"), Sequence< Any > ( & inLong, 1), seqIndices, seqOut); in doSimpleTest() 762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest() 792 inv->invoke(OUString(L"inoutLong"), Sequence< Any > ( & inLong, 1), seqIndices, seqOut); in doSimpleTest() 849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
|
| /AOO41X/main/extensions/test/ole/MfcControl/ |
| H A D | MfcControlCtl.cpp | 58 DISP_FUNCTION(CMfcControlCtrl, "inLong", inLong, VT_I4, VTS_I4) 227 long CMfcControlCtrl::inLong(long val) in inLong() function in CMfcControlCtrl
|
| H A D | MfcControlCtl.h | 70 afx_msg long inLong(long val);
|
| H A D | MfcControl.odl | 36 [id(2)] long inLong(long val);
|
| /AOO41X/main/extensions/test/ole/AxTestComponents/ |
| H A D | AxTestComponents.idl | 43 [id(3), helpstring("method inLong")] HRESULT inLong([in] long val);
|
| H A D | Basic.h | 136 STDMETHOD(inLong)(/*[in]*/ long val);
|
| H A D | Basic.cpp | 72 STDMETHODIMP CBasic::inLong(long val) in inLong() function in CBasic
|