#include "cppuhelper/implbase_ex.hxx"
#include "rtl/instance.hxx"
#include "cppuhelper/weak.hxx"
#include "cppuhelper/weakagg.hxx"
#include "com/sun/star/lang/XTypeProvider.hpp"
Go to the source code of this file.
|
class | cppu::ImplHelper2< Ifc1, Ifc2 > |
| Implementation helper implementing interface css::lang::XTypeProvider and queryInterface(), but no reference counting. More...
|
|
struct | cppu::ImplHelper2< Ifc1, Ifc2 >::cd |
|
class | cppu::WeakImplHelper2< Ifc1, Ifc2 > |
| Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which supports weak mechanism to be held weakly (supporting css::uno::XWeak through cppu::OWeakObject). More...
|
|
struct | cppu::WeakImplHelper2< Ifc1, Ifc2 >::cd |
|
class | cppu::WeakAggImplHelper2< Ifc1, Ifc2 > |
| Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which supports weak mechanism to be held weakly (supporting css::uno::XWeak through cppu::OWeakAggObject). More...
|
|
struct | cppu::WeakAggImplHelper2< Ifc1, Ifc2 >::cd |
|
class | cppu::ImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 > |
| Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inheriting from a BaseClass. More...
|
|
struct | cppu::ImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::cd |
|
class | cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 > |
| Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inheriting from a BaseClass. More...
|
|
struct | cppu::AggImplInheritanceHelper2< BaseClass, Ifc1, Ifc2 >::cd |
|