Lines Matching refs:a

306     Any a = ctx->getValueByName(OUString(  in create()  local
308 a >>= c->xTdMgr; in create()
408 PyRef Runtime::any2PyObject (const Any &a ) const in any2PyObject()
420 switch (a.getValueTypeClass ()) in any2PyObject()
429 sal_Unicode c = *(sal_Unicode*)a.getValue(); in any2PyObject()
435 if ((a >>= b) && b) in any2PyObject()
446 a >>= l; in any2PyObject()
456 a >>= l; in any2PyObject()
462 a >>= l; in any2PyObject()
468 a >>= l; in any2PyObject()
474 a >>= f; in any2PyObject()
480 a >>= d; in any2PyObject()
486 a >>= tmp_ostr; in any2PyObject()
492 a >>= t; in any2PyObject()
507 sal_Int32 l = *(sal_Int32 *) a.getValue(); in any2PyObject()
508 TypeDescription desc( a.getValueType() ); in any2PyObject()
526 buf.append( a.getValueType().getTypeName()); in any2PyObject()
533 PyRef excClass = getClass( a.getValueType().getTypeName(), *this ); in any2PyObject()
534 … PyRef value = PyRef( PyUNO_new_UNCHECKED (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE); in any2PyObject()
542 buf.append( a.getValueType().getTypeName() ); in any2PyObject()
546 if( com::sun::star::uno::TypeClass_EXCEPTION == a.getValueTypeClass() ) in any2PyObject()
552 void *pData = (void*)a.getValue(); in any2PyObject()
567 if( a >>= byteSequence ) in any2PyObject()
577 tc->convertTo (a, ::getCppuType (&s)) >>= s; in any2PyObject()
606 a >>= tunnel; in any2PyObject()
614 return PyRef( PyUNO_new (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE ); in any2PyObject()
620 buf.append( (sal_Int32 ) a.getValueTypeClass() ); in any2PyObject()
647 Any a = r.pyObject2Any(PyTuple_GetItem(types.get(),i)); in invokeGetTypes() local
648 a >>= ret[i]; in invokeGetTypes()
666 Any a; in pyObject2Any() local
678 a = Any( &b, getBooleanCppuType() ); in pyObject2Any()
683 a = Any( &b, getBooleanCppuType() ); in pyObject2Any()
692 a = Any( &b, getBooleanCppuType() ); in pyObject2Any()
697 a = Any( &b, getBooleanCppuType() ); in pyObject2Any()
705 a <<= b; in pyObject2Any()
710 a <<= s; in pyObject2Any()
714 a <<= l; in pyObject2Any()
725 a <<= b; in pyObject2Any()
730 a <<= s; in pyObject2Any()
736 a <<= l32; in pyObject2Any()
740 a <<= l; in pyObject2Any()
746 a <<= d; in pyObject2Any()
750 a <<= pyString2ustring(o); in pyObject2Any()
753 a <<= pyString2ustring(o); in pyObject2Any()
761 a <<= s; in pyObject2Any()
783 a <<= seq; in pyObject2Any()
789 a <<= t; in pyObject2Any()
793 a = PyEnum2Enum( o ); in pyObject2Any()
801 a = holder->getMaterial(); in pyObject2Any()
827 a = my_mh->getMaterial (); in pyObject2Any()
831 a = o_pi->members->wrappedObject; in pyObject2Any()
837 a.setValue( &c, getCharCppuType( )); in pyObject2Any()
843a = pyObject2Any( PyRef( PyObject_GetAttrString( o , const_cast< char * >("value") ), SAL_NO_ACQUI… in pyObject2Any()
849 a = getImpl()->cargo->xTypeConverter->convertTo( a, t ); in pyObject2Any()
907 a = com::sun::star::uno::makeAny( mappedObject ); in pyObject2Any()
920 return a; in pyObject2Any()