Searched refs:isKindOf (Results 1 – 14 of 14) sorted by relevance
52 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);66 sal_Bool SAL_CALL OTestObject::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OTestObject75 if (pHandle && pHandle->isKindOf (42)) in query()104 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);120 sal_Bool SAL_CALL OTestBIOS::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OTestBIOS135 if (pHandle && pHandle->isKindOf (4242)) in query()153 pHandle->isKindOf (42); in __store_test_handle()161 pObj->isKindOf (42); in __store_test_handle()
1479 if (rData.isKindOf(InodePageDataV2::m_nTypeId))
52 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId) = 0;86 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);118 if (pHandle && pHandle->isKindOf (OStoreObject::m_nTypeId)) in query()
91 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);128 if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId)) in query()
110 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nMagic);148 if (pHandle && pHandle->isKindOf (OStoreLockBytes::m_nTypeId)) in query()
137 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);205 if (pHandle && pHandle->isKindOf (OStorePageManager::m_nTypeId)) in query()
80 sal_Bool SAL_CALL OStoreObject::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in store::OStoreObject
119 sal_Bool SAL_CALL OStoreDirectory_Impl::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OStoreDirectory_Impl
82 sal_Bool SAL_CALL OStoreLockBytes::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OStoreLockBytes
70 sal_Bool SAL_CALL OStorePageManager::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OStorePageManager
176 sal_Bool SQLExceptionInfo::isKindOf(TYPE _eType) const in isKindOf() function in dbtools::SQLExceptionInfo195 OSL_ENSURE(isKindOf(SQL_EXCEPTION), "SQLExceptionInfo::operator SQLException* : invalid call !");202 OSL_ENSURE(isKindOf(SQL_WARNING), "SQLExceptionInfo::operator SQLException* : invalid call !");209 OSL_ENSURE(isKindOf(SQL_CONTEXT), "SQLExceptionInfo::operator SQLException* : invalid call !");
81 sal_Bool OObject::isKindOf(const OClassInfo& rClass) const in isKindOf() function in OObject
82 sal_Bool SAL_CALL isKindOf(const OClassInfo& rClass) const;
135 sal_Bool isKindOf(TYPE _eType) const;
Completed in 88 milliseconds