Lines Matching refs:ret

162 	Reference<XIntrospectionAccess> ret;  in getIntrospection()  local
164 return ret; in getIntrospection()
182 Any ret; in invoke() local
192 ret = invokeWithDispIdUnoTlb(aFunctionName, in invoke()
199 ret= invokeWithDispIdComTlb( aFunctionName, in invoke()
230 return ret; in invoke()
416 Any ret; in getValue() local
458 ret <<= m_sTypeName; in getValue()
459 return ret; in getValue()
505 variantToAny( &varResult, ret, Type( attrInfo.get()->pWeakRef)); in getValue()
507 variantToAny(&varResult, ret); in getValue()
586 return ret; in getValue()
598 sal_Bool ret = sal_False; in hasMethod() local
616 ret = sal_True; in hasMethod()
619 ret = sal_True; in hasMethod()
636 return ret; in hasMethod()
648 sal_Bool ret = sal_False; in hasProperty() local
665 ret = sal_True; in hasProperty()
684 return ret; in hasProperty()
692 Any ret; in createBridge() local
722 ret.setValue((void*)&pVariant, getCppuType( (sal_uInt32*) 0)); in createBridge()
726 return ret; in createBridge()
739 Any ret; in invokeWithDispIdUnoTlb() local
1097 variantToAny(&varResult, ret, Type( pMethod->pReturnTypeRef), sal_False); in invokeWithDispIdUnoTlb()
1099 variantToAny(&varResult, ret, sal_False); in invokeWithDispIdUnoTlb()
1169 return ret; in invokeWithDispIdUnoTlb()
1577 TypeDescription ret; in getInterfaceMemberDescOfCurrentCall() local
1606 ret= (typelib_TypeDescription*)pMember; in getInterfaceMemberDescOfCurrentCall()
1610 if( ret.is()) in getInterfaceMemberDescOfCurrentCall()
1613 return ret; in getInterfaceMemberDescOfCurrentCall()
1660 Any ret; in invokeWithDispIdComTlb() local
2068 variantToAny(&varResult, ret, sal_False); in invokeWithDispIdComTlb()
2138 return ret; in invokeWithDispIdComTlb()