Searched refs:outBool (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 39 Dim inBool As Boolean, inBool2 As Boolean, outBool As Boolean 114 outBool = false 115 obj.outBool(outBool) 141 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ 157 outBool = false 158 obj.inoutBool(outBool) 230 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _ 242 outBool = true 244 outBool = obj.prpBool 302 If inBool <> outBool Or inByte <> outByte Or inShort <> outShort Or inLong <> outLong Or _
|
/aoo4110/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 102 hr= outBool( aBool); in outValuesAll() 191 STDMETHODIMP CCallback::outBool(VARIANT_BOOL *outBool) in outBool() argument 193 if( ! outBool) in outBool() 195 *outBool= VARIANT_TRUE; in outBool()
|
H A D | XCallback_Impl.idl | 60 [id(10), helpstring("method outBool")] HRESULT outBool([out]VARIANT_BOOL* outBool);
|
H A D | Callback.h | 92 STDMETHOD(outBool)(VARIANT_BOOL* outBool);
|
/aoo4110/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 112 Dim outBool, inBool, retBool As Boolean 197 objOleTest.testout_methodBool(outBool) 218 Or outBool <> inBool Or outShort <> inShort Or outUShort <> inUShort _ 276 outBool = True 277 retBool = outBool 337 If outByte <> retByte Or outBool <> retBool Or outShort <> retShort _
|
/aoo4110/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 359 Any inBool, outBool; in doPropertyTest() local 381 outBool = inv->getValue(OUString(L"prpBool")); in doPropertyTest() 453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest() 637 Any inBool, outBool; in doSimpleTest() local 664 inv->invoke(OUString(L"outBool"), Sequence< Any > ( & outBool, 1), seqIndices, seqOut); in doSimpleTest() 665 outBool <<= seqOut[0]; in doSimpleTest() 762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest() 771 outBool = Any(); in doSimpleTest() 775 outBool <<= seqOut[0]; in doSimpleTest() 849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
|
/aoo4110/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 222 void outBool( [out] boolean outBool); 236 [out] boolean outBool,
|
/aoo4110/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.idl | 60 [id(84), helpstring("method outBool")] HRESULT outBool([out] VARIANT_BOOL* val);
|
H A D | Basic.h | 116 STDMETHOD(outBool)(/*[out]*/ VARIANT_BOOL* val);
|
H A D | Basic.cpp | 220 STDMETHODIMP CBasic::outBool(VARIANT_BOOL* val) in outBool() function in CBasic
|
/aoo4110/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1239 bool outBool; in testInterface() 1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface() 1265 l.assure(aBool == outBool); in testInterface()
|
/aoo4110/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1520 xCallback->outBool( aBool); in testInterface()
|
Completed in 52 milliseconds