Home
last modified time | relevance | path

Searched refs:outBool (Results 1 – 12 of 12) sorted by relevance

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas39 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 _
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp102 hr= outBool( aBool); in outValuesAll()
191 STDMETHODIMP CCallback::outBool(VARIANT_BOOL *outBool) in outBool() function in CCallback
193 if( ! outBool) in outBool()
195 *outBool= VARIANT_TRUE; in outBool()
H A DXCallback_Impl.idl60 [id(10), helpstring("method outBool")] HRESULT outBool([out]VARIANT_BOOL* outBool);
H A DCallback.h92 STDMETHOD(outBool)(VARIANT_BOOL* outBool);
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb112 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 _
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx359 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()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl222 void outBool( [out] boolean outBool);
236 [out] boolean outBool,
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl60 [id(84), helpstring("method outBool")] HRESULT outBool([out] VARIANT_BOOL* val);
H A DBasic.h116 STDMETHOD(outBool)(/*[out]*/ VARIANT_BOOL* val);
H A DBasic.cpp220 STDMETHODIMP CBasic::outBool(VARIANT_BOOL* val) in outBool() function in CBasic
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1239 bool outBool; in testInterface()
1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface()
1265 l.assure(aBool == outBool); in testInterface()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1520 xCallback->outBool( aBool); in testInterface()

Completed in 142 milliseconds