Searched refs:inLong (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 86 inLong = 111 99 obj.inLong(inLong) 169 inLong = 10 342 inLong=1 369 inLong = 0 381 inLong = 10 423 inLong = 10 434 inLong = 10 438 obj.optional4(inLong, inLong) 468 inLong = 1 [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
|
Completed in 48 milliseconds