Home
last modified time | relevance | path

Searched refs:isKindOf (Results 1 – 14 of 14) sorted by relevance

/trunk/main/store/workben/
H A Dt_base.cxx52 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
66 sal_Bool SAL_CALL OTestObject::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OTestObject
75 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 OTestBIOS
135 if (pHandle && pHandle->isKindOf (4242)) in query()
153 pHandle->isKindOf (42); in __store_test_handle()
161 pObj->isKindOf (42); in __store_test_handle()
H A Dt_page.cxx1479 if (rData.isKindOf(InodePageDataV2::m_nTypeId))
/trunk/main/store/source/
H A Dobject.hxx52 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()
H A Dstordir.hxx91 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
128 if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId)) in query()
H A Dstorlckb.hxx110 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nMagic);
148 if (pHandle && pHandle->isKindOf (OStoreLockBytes::m_nTypeId)) in query()
H A Dstorpage.hxx137 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
205 if (pHandle && pHandle->isKindOf (OStorePageManager::m_nTypeId)) in query()
H A Dobject.cxx80 sal_Bool SAL_CALL OStoreObject::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in store::OStoreObject
H A Dstordir.cxx119 sal_Bool SAL_CALL OStoreDirectory_Impl::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OStoreDirectory_Impl
H A Dstorlckb.cxx82 sal_Bool SAL_CALL OStoreLockBytes::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OStoreLockBytes
H A Dstorpage.cxx70 sal_Bool SAL_CALL OStorePageManager::isKindOf (sal_uInt32 nTypeId) in isKindOf() function in OStorePageManager
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx176 sal_Bool SQLExceptionInfo::isKindOf(TYPE _eType) const in isKindOf() function in dbtools::SQLExceptionInfo
195 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 !");
/trunk/main/vos/source/
H A Dobject.cxx81 sal_Bool OObject::isKindOf(const OClassInfo& rClass) const in isKindOf() function in OObject
/trunk/main/vos/inc/vos/
H A Dobject.hxx82 sal_Bool SAL_CALL isKindOf(const OClassInfo& rClass) const;
/trunk/main/connectivity/inc/connectivity/
H A Ddbexception.hxx135 sal_Bool isKindOf(TYPE _eType) const;

Completed in 54 milliseconds