Searched refs:m_nTypeId (Results 1 – 11 of 11) sorted by relevance
43 const sal_uInt32 OStoreObject::m_nTypeId = sal_uInt32(0x58190322); member in store::OStoreObject82 return (nTypeId == m_nTypeId); in isKindOf()
101 static const sal_uInt32 m_nTypeId; member in store::OStoreObject118 if (pHandle && pHandle->isKindOf (OStoreObject::m_nTypeId)) in query()
101 static const sal_uInt32 m_nTypeId; member in store::OStoreDirectory_Impl128 if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId)) in query()
120 static const sal_uInt32 m_nTypeId; member in store::OStoreLockBytes148 if (pHandle && pHandle->isKindOf (OStoreLockBytes::m_nTypeId)) in query()
159 static const sal_uInt32 m_nTypeId; member in store::OStorePageManager205 if (pHandle && pHandle->isKindOf (OStorePageManager::m_nTypeId)) in query()
91 const sal_uInt32 OStoreDirectory_Impl::m_nTypeId = sal_uInt32(0x89191107); member in OStoreDirectory_Impl121 return (nTypeId == m_nTypeId); in isKindOf()
49 const sal_uInt32 OStoreLockBytes::m_nTypeId = sal_uInt32(0x94190310); member in OStoreLockBytes84 return (nTypeId == m_nTypeId); in isKindOf()
51 const sal_uInt32 OStorePageManager::m_nTypeId = sal_uInt32(0x62190120); member in OStorePageManager72 return (nTypeId == m_nTypeId); in isKindOf()
91 sal_Int16 m_nTypeId; member in DbGridColumn113 ,m_nTypeId(0) in DbGridColumn()168 CreateControl(m_nFieldPos, xField, m_nTypeId); in UpdateControl()
1479 if (rData.isKindOf(InodePageDataV2::m_nTypeId))
146 m_nTypeId = (sal_Int16)nTypeId; in CreateControl()
Completed in 185 milliseconds