Home
last modified time | relevance | path

Searched refs:capacityCount (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/store/source/
H A Dstortree.cxx54 sal_uInt16 const n = capacityCount(); in OStoreBTreeNodeData()
82 if ((k < capacityCount()) && (t.m_aKey < m_pData[k].m_aKey)) in find()
94 sal_uInt16 const m = capacityCount(); in insert()
131 if ((n + m) <= capacityCount())
144 sal_uInt16 const h = capacityCount() / 2; in split()
154 sal_uInt16 const m = capacityCount(); in truncate()
217 rxPageL->truncate (rxPageL->capacityCount() / 2); in split()
H A Dstordata.cxx227 sal_uInt16 const nLimit = rPage.capacityCount(); in read()
253 sal_uInt16 const nLimit = rPage.capacityCount(); in read()
286 sal_uInt16 const nLimit = rPage.capacityCount(); in read()
317 sal_uInt16 const nLimit = rPage.capacityCount(); in write()
356 sal_uInt16 const nLimit = rPage.capacityCount(); in write()
392 sal_uInt16 const nLimit = rPage.capacityCount(); in write()
425 sal_uInt16 const nLimit = rPage.capacityCount(); in truncate()
471 sal_uInt16 const nLimit = rPage.capacityCount(); in truncate()
526 sal_uInt16 const nLimit = rPage.capacityCount(); in truncate()
620 sal_uInt32 const nCapacity = indirect::capacityCount(rPage.m_aDescr); in scope()
H A Dstortree.hxx138 sal_uInt16 capacityCount (void) const in capacityCount() function
204 return ((usageCount() + rPageR.usageCount()) <= capacityCount()); in queryMerge()
211 return (!(usageCount() < capacityCount())); in querySplit()
H A Dstordata.hxx167 static sal_uInt16 capacityCount (const D& rDescr) // @see DirectoryPageObject::scope() in capacityCount() function
171 sal_uInt16 capacityCount() const in capacityCount() function

Completed in 25 milliseconds