Home
last modified time | relevance | path

Searched refs:object_ (Results 1 – 3 of 3) sorted by relevance

/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx60 bridge_(bridge), tid_(tid), oid_(oid), object_(object), type_(type), in IncomingRequest()
148 if (!object_.is()) { in execute_throw()
189 OSL_ASSERT(object_.is()); in execute_throw()
248 (*object_.get()->pDispatcher)( in execute_throw()
249 object_.get(), member_.get(), retBuf.empty() ? 0 : &retBuf[0], in execute_throw()
H A Dincomingrequest.hxx69 com::sun::star::uno::UnoInterfaceReference object_; member in binaryurp::IncomingRequest
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java387 static private Object convertSimple( TypeClass destTClass, Type destType, Object object_ ) in convertSimple() argument
392 if (object_ instanceof Any) in convertSimple()
395 Any a = (Any)object_; in convertSimple()
404 object = object_; in convertSimple()

Completed in 25 milliseconds