Searched refs:inBool (Results 1 – 6 of 6) sorted by relevance
/trunk/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 39 Dim inBool As Boolean, inBool2 As Boolean, outBool As Boolean variable 83 inBool = true 96 obj.inBool(inBool) 141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ 154 inBool = true 155 inBool2 = inBool 230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ 241 inBool = false 243 obj.prpBool = inBool 302 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
|
/trunk/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 112 Dim outBool, inBool, retBool As Boolean 144 inBool = True 162 retBool = objOleTest.in_methodBool(inBool) 179 If retByte <> inByte Or retBool <> inBool Or retShort <> inShort Or retUShort <> inUShort _ 218 Or outBool <> inBool Or outShort <> inShort Or outUShort <> inUShort _ 244 If outVarByte <> inByte Or outVarBool <> inBool Or outVarChar <> inChar _
|
/trunk/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 359 Any inBool, outBool; in doPropertyTest() local 379 inBool <<= (sal_Bool) sal_True; in doPropertyTest() 380 inv->setValue(OUString(L"prpBool"), inBool); in doPropertyTest() 453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest() 637 Any inBool, outBool; in doSimpleTest() local 660 inBool.setValue(&aBool, getCppuBooleanType()); in doSimpleTest() 661 inv->invoke(OUString(L"inBool"), Sequence< Any > ( &inBool, 1), seqIndices, seqOut); in doSimpleTest() 762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest() 774 inv->invoke(OUString(L"inoutBool"), Sequence< Any > ( & inBool, 1), seqIndices, seqOut); in doSimpleTest() 849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
|
/trunk/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 40 [id(82), helpstring("method inBool")] HRESULT inBool([in]VARIANT_BOOL val);
|
H A D | Basic.h | 139 STDMETHOD(inBool)(/*[in]*/ VARIANT_BOOL val);
|
H A D | Basic.cpp | 55 STDMETHODIMP CBasic::inBool(VARIANT_BOOL val) in inBool() function in CBasic
|
Completed in 43 milliseconds