Home
last modified time | relevance | path

Searched refs:m_nTypeId (Results 1 – 11 of 11) sorted by relevance

/trunk/main/store/source/
H A Dobject.cxx43 const sal_uInt32 OStoreObject::m_nTypeId = sal_uInt32(0x58190322); member in store::OStoreObject
82 return (nTypeId == m_nTypeId); in isKindOf()
H A Dobject.hxx101 static const sal_uInt32 m_nTypeId; member in store::OStoreObject
118 if (pHandle && pHandle->isKindOf (OStoreObject::m_nTypeId)) in query()
H A Dstordir.hxx101 static const sal_uInt32 m_nTypeId; member in store::OStoreDirectory_Impl
128 if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId)) in query()
H A Dstorlckb.hxx120 static const sal_uInt32 m_nTypeId; member in store::OStoreLockBytes
148 if (pHandle && pHandle->isKindOf (OStoreLockBytes::m_nTypeId)) in query()
H A Dstorpage.hxx159 static const sal_uInt32 m_nTypeId; member in store::OStorePageManager
205 if (pHandle && pHandle->isKindOf (OStorePageManager::m_nTypeId)) in query()
H A Dstordir.cxx91 const sal_uInt32 OStoreDirectory_Impl::m_nTypeId = sal_uInt32(0x89191107); member in OStoreDirectory_Impl
121 return (nTypeId == m_nTypeId); in isKindOf()
H A Dstorlckb.cxx49 const sal_uInt32 OStoreLockBytes::m_nTypeId = sal_uInt32(0x94190310); member in OStoreLockBytes
84 return (nTypeId == m_nTypeId); in isKindOf()
H A Dstorpage.cxx51 const sal_uInt32 OStorePageManager::m_nTypeId = sal_uInt32(0x62190120); member in OStorePageManager
72 return (nTypeId == m_nTypeId); in isKindOf()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx91 sal_Int16 m_nTypeId; member in DbGridColumn
113 ,m_nTypeId(0) in DbGridColumn()
168 CreateControl(m_nFieldPos, xField, m_nTypeId); in UpdateControl()
/trunk/main/store/workben/
H A Dt_page.cxx1479 if (rData.isKindOf(InodePageDataV2::m_nTypeId))
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx146 m_nTypeId = (sal_Int16)nTypeId; in CreateControl()

Completed in 87 milliseconds