Searched refs:isDerivedFrom (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | querydeep.hxx | 43 sal_Bool isDerivedFrom( 56 inline sal_Bool isDerivedFrom( in isDerivedFrom() function 60 return isDerivedFrom( in isDerivedFrom() 81 …if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interfa… in queryDeepInterface() 98 …if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interfa… in queryDeepInterface() 100 …else if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< In… in queryDeepInterface() 118 …if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interfa… in queryDeepInterface() 120 …else if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< In… in queryDeepInterface() 122 …else if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< In… in queryDeepInterface() 141 …if (isDerivedFrom(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interfa… in queryDeepInterface() [all …]
|
| /AOO41X/main/vos/source/ |
| H A D | object.cxx | 87 return (rClassThis.isDerivedFrom(rClass)); in isKindOf() 118 sal_Bool OClassInfo::isDerivedFrom(const OClassInfo& rClass) const in isDerivedFrom() function in OClassInfo
|
| /AOO41X/main/vos/inc/vos/ |
| H A D | object.hxx | 131 sal_Bool SAL_CALL isDerivedFrom(const OClassInfo& rBaseClass) const;
|
| /AOO41X/main/stoc/source/inspect/ |
| H A D | introspection.cxx | 104 sal_Bool isDerivedFrom( Reference<XIdlClass> xToTestClass, Reference<XIdlClass> xDerivedFromClass ) in isDerivedFrom() function 121 return isDerivedFrom( rxClass, xDerivedFromClass ); in isDerivedFrom() 2908 isDerivedFrom( rxClass, xEventListenerClass ) ) in implInspect()
|