Searched refs:aUnoObj_ (Results 1 – 4 of 4) sorted by relevance
2412 SbUnoObject::SbUnoObject( const String& aName_, const Any& aUnoObj_ ) in SbUnoObject() argument2424 TypeClass eType = aUnoObj_.getValueType().getTypeClass(); in SbUnoObject()2429 x = *(Reference< XInterface >*)aUnoObj_.getValue(); in SbUnoObject()2437 mxInvocation = createDynamicInvocationFor( aUnoObj_ ); in SbUnoObject()2464 Reference< oleautomation::XAutomationObject > xAutomationObject( aUnoObj_, UNO_QUERY ); in SbUnoObject()2469 maTmpUnoObj = aUnoObj_; in SbUnoObject()2486 aClassName_ = String( aUnoObj_.getValueType().getTypeName() ); in SbUnoObject()3036 SbxObjectRef GetSbUnoObject( const String& aName, const Any& aUnoObj_ ) in GetSbUnoObject() argument3038 return new SbUnoObject( aName, aUnoObj_ ); in GetSbUnoObject()
33 SbxObjectRef GetSbUnoObject( const String& aName, const com::sun::star::uno::Any& aUnoObj_ );
35 SbxErrObject( const String& aName_, const com::sun::star::uno::Any& aUnoObj_ );
64 SbUnoObject( const String& aName_, const ::com::sun::star::uno::Any& aUnoObj_ );
Completed in 53 milliseconds