Searched refs:outAny (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 101 hr= outAny( varAny); in outValuesAll() 181 STDMETHODIMP CCallback::outAny(VARIANT *outAny) in outAny() argument 183 if( ! outAny) in outAny() 185 outAny->vt= VT_BSTR; in outAny() 186 outAny->bstrVal= SysAllocString( L"This is a string in a VARIANT"); in outAny()
|
H A D | XCallback_Impl.idl | 59 [id(9), helpstring("method outAny")] HRESULT outAny([out] VARIANT* outAny);
|
H A D | Callback.h | 93 STDMETHOD(outAny)(VARIANT* outAny);
|
/aoo41x/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 124 Dim outAny, inAny, retAny As Object 209 objOleTest.testout_methodAny(outAny) 221 Or Not (outCharAsString = "65") Or outAny <> inAny _ 324 outAny = "Hello World 2!" 325 retAny = outAny 343 Or outAny <> retAny Or Not (outType.Name = retType.Name) _
|
/aoo41x/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 1046 Any outAny; in invokeWithDispIdUnoTlb() local 1049 variantToAny( &pVarParamsRef[outIndex], outAny, in invokeWithDispIdUnoTlb() 1051 OutParam[outIndex++]= outAny; in invokeWithDispIdUnoTlb() 1063 variantToAny( &varOut, outAny, in invokeWithDispIdUnoTlb() 1065 OutParam[outParameterCount - 1 - outIndex++]= outAny; in invokeWithDispIdUnoTlb() 2042 Any outAny; in invokeWithDispIdComTlb() local 2048 variantToAny( & arRefArgs[revParamIndex], outAny, sal_False ); in invokeWithDispIdComTlb() 2060 OutParam[outParamIndex] = outAny; in invokeWithDispIdComTlb()
|
/aoo41x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 221 void outAny( [out] any outAny); 235 [out] any outAny,
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1460 Any outAny; in testInterface() local 1513 xCallback->outAny( outAny); in testInterface() 1514 if( outAny.getValueTypeClass() == TypeClass_STRING) in testInterface() 1515 outAny >>= aString; in testInterface()
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1252 Any outAny; in testInterface() 1262 out outType, out outAny, out outEnum2, out outStruct1, in testInterface() 1278 l.assure(aAny.Equals(outAny)); in testInterface()
|
Completed in 83 milliseconds