Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
com::sun::star::uno::XWeak (public) | +--cppu::OWeakObject (public) | | com::sun::star::uno::XAggregation (public) | | +----+--OWeakAggObject
virtual | abstract | interface | template |
YES | NO | NO | NO |
Methods |
|
OWeakAggObject( ) throw( ); |
Constructor. No delegator set. |
virtual void acquire( ) throw( ); |
If a delegator is set, then the delegators gets acquired. Otherwise call is delegated to base class ::cppu::OWeakObject. |
virtual void release( ) throw( ); |
If a delegator is set, then the delegators gets released. Otherwise call is delegated to base class ::cppu::OWeakObject. |
virtual ::com::sun::star::uno::Any queryInterface( const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException ); |
|
virtual void setDelegator( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & Delegator ) throw( ::com::sun::star::uno::RuntimeException ); |
Set the delegator. The delegator member reference is a weak reference. |
virtual ::com::sun::star::uno::Any queryAggregation( const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException ); |
Called by the delegator or queryInterface. Re-implement this method instead of queryInterface. |
Methods |
|
virtual ~OWeakAggObject( ) throw( ::com::sun::star::uno::RuntimeException ); |
Virtual dtor. Called when reference count is 0. |
Data |
|
::com::sun::star::uno::WeakReferenceHelper xDelegator; | weak reference to delegator. |
Copyright © 2000, 2017 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.