Searched refs:inByte (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 40 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 _
|
/aoo41x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 111 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
|
/aoo41x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 360 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 …]
|
/aoo41x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 41 [id(1), helpstring("method inByte")] HRESULT inByte([in] unsigned char val);
|
H A D | Basic.h | 138 STDMETHOD(inByte)(/*[in]*/ unsigned char val);
|
H A D | Basic.cpp | 60 STDMETHODIMP CBasic::inByte(unsigned char val) in inByte() function in CBasic
|
Completed in 33 milliseconds