Searched refs:getValueTypeRef (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/stoc/source/corereflection/ |
H A D | criface.cxx | 248 else if (typelib_typedescriptionreference_equals( rValue.getValueTypeRef(), pTD->pWeakRef )) in set() 269 TYPELIB_DANGER_GET( &pValueTD, rValue.getValueTypeRef() ); in set() 660 pCppArgs[nPos].getValueTypeRef(), pTD->pWeakRef )) in invoke() 664 pCppArgs[nPos].getValueTypeRef(), getReflection()->getCpp2Uno().get() ); in invoke() 671 pCppArgs[nPos].getValueTypeRef(), getReflection()->getCpp2Uno().get() ); in invoke() 689 TYPELIB_DANGER_GET( &pValueTD, pCppArgs[nPos].getValueTypeRef() ); in invoke()
|
H A D | crcomp.cxx | 190 TYPELIB_DANGER_GET( &pObjTD, rObj.getValueTypeRef() ); in get() 223 TYPELIB_DANGER_GET( &pObjTD, rObj.getValueTypeRef() ); in set() 260 TYPELIB_DANGER_GET( &pObjTD, rObj.getValueTypeRef() ); in set()
|
H A D | base.hxx | 395 const_cast< void * >( rObj.getValue() ), rObj.getValueTypeRef(), in extract() 440 (void *)rSource.getValue(), rSource.getValueTypeRef(), in coerce_assign()
|
H A D | crefl.cxx | 221 return (rObj.hasValue() ? forType( rObj.getValueTypeRef() ) : Reference< XIdlClass >()); in getType()
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno_util.cxx | 215 val2str( returnValue.getValue(), returnValue.getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply() 220 … val2str( aParams[i].getValue(), aParams[i].getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply() 244 … val2str( aParams[i].getValue(), aParams[i].getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logCall()
|
H A D | pyuno_callable.cxx | 154 … me->members->methodName, e.TargetException.getValue(), e.TargetException.getValueTypeRef()); in PyUNO_callable_call()
|
/aoo4110/main/cppu/inc/cppu/ |
H A D | Map.hxx | 84 any.getValueTypeRef(), in mapOutAny() 104 any.getValueTypeRef(), in mapInAny()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | tools.hxx | 344 ::rtl::OUStringToOString( a.getValueTypeRef()->pTypeName, in getPropertyValue() 380 ::rtl::OUStringToOString( a.getValueTypeRef()->pTypeName, in getPropertyValue()
|
/aoo4110/main/stoc/test/ |
H A D | testconv.cxx | 119 TYPELIB_DANGER_GET( (typelib_TypeDescription **)&pEnumTD, rVal.getValueTypeRef() ); in printValue() 138 TYPELIB_DANGER_GET( &pSeqTD, rVal.getValueTypeRef() ); in printValue()
|
/aoo4110/main/cppuhelper/source/ |
H A D | component_context.cxx | 269 OUString val( val2str( value.getValue(), value.getValueTypeRef() ) ); in dumpEntry() 884 pEntries[nPos].value.getValueTypeRef(), in createComponentContext()
|
/aoo4110/main/cppu/inc/com/sun/star/uno/ |
H A D | Any.h | 128 inline typelib_TypeDescriptionReference * SAL_CALL getValueTypeRef() const SAL_THROW( () ) in getValueTypeRef() function in com::sun::star::uno::Any
|
/aoo4110/main/extensions/test/ole/OleClient/ |
H A D | funcs.cxx | 176 TypeDescription td(orig.getValueTypeRef()); in equalSequences()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | anytostring.cxx | 326 appendValue( buf, value.getValue(), value.getValueTypeRef(), true ); in anyToString()
|
/aoo4110/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 280 exc.getValueTypeRef(), in binuno_proxy_dispatch()
|
/aoo4110/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 1312 typelib_TypeDescriptionReference* pSeqTypeRef= rSeq.getValueTypeRef(); in createUnoSequenceWrapper() 2096 …_type_assignData( pDest, pSeqElemDescRef,const_cast<void*>( any.getValue()), any.getValueTypeRef(), in dispatchExObject2Sequence()
|
Completed in 108 milliseconds