Home
last modified time | relevance | path

Searched refs:inByte (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas40 Dim inByte As Integer, inByte2 As Integer variable
84 inByte = 10
97 obj.inByte(inByte)
141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
159 inByte = 10
160 inByte2 = inByte
230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
245 inByte = 11
247 obj.prpByte = inByte
302 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
/aoo4110/main/extensions/test/ole/VisualBasic/
H A DModule1.vb111 Dim outByte, inByte, retByte As Byte
143 inByte = 10
161 retByte = objOleTest.in_methodByte(inByte)
179 If retByte <> inByte Or retBool <> inBool Or retShort <> inShort Or retUShort <> inUShort _
217 If outByte <> inByte Or outFloat <> inFloat Or outDouble <> inDouble _
244 If outVarByte <> inByte Or outVarBool <> inBool Or outVarChar <> inChar _
350 objOleTest.AByte = inByte
361 If inByte <> retByte Or inFloat <> retFloat Or Not (inType.Name = retType.Name) Then
/aoo4110/main/extensions/test/ole/OleClient/
H A DclientTest.cxx360 Any inByte, outByte; in doPropertyTest() local
383 inByte <<= (sal_Int8) 100; in doPropertyTest()
384 inv->setValue(OUString(L"prpByte"), inByte); in doPropertyTest()
453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest()
638 Any inByte, outByte; in doSimpleTest() local
667 inByte <<= (sal_Int8) 127; in doSimpleTest()
668 inv->invoke(OUString(L"inByte"), Sequence< Any > ( & inByte, 1), seqIndices, seqOut); in doSimpleTest()
780 inv->invoke(OUString(L"inoutByte"), Sequence< Any > ( & inByte, 1), seqIndices, seqOut); in doSimpleTest()
849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
893 param[0] = inByte; in doSimpleTest()
[all …]
/aoo4110/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl41 [id(1), helpstring("method inByte")] HRESULT inByte([in] unsigned char val);
H A DBasic.h138 STDMETHOD(inByte)(/*[in]*/ unsigned char val);
H A DBasic.cpp60 STDMETHODIMP CBasic::inByte(unsigned char val) in inByte() function in CBasic

Completed in 49 milliseconds