Home
last modified time | relevance | path

Searched refs:nRowsLeft (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx613 sal_Int32 nRowsLeft = 0; in CreateImpl() local
624 nRowsLeft = xSet->getRow(); in CreateImpl()
648 if (!m_aCurLeaf->Insert(aNewNode, --nRowsLeft)) in CreateImpl()
653 if(nRowsLeft) in CreateImpl()
H A Ddindexnode.cxx181 sal_Bool ONDXPage::Insert(ONDXNode& rNode, sal_uInt32 nRowsLeft) in Insert() argument
185 sal_Bool bAppend = nRowsLeft > 0; in Insert()
250 if (!IsLeaf() || nRowsLeft < (sal_uInt32)(rIndex.GetMaxNodes() / 2)) in Insert()
/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx136 sal_Bool Insert(ONDXNode& rNode, sal_uInt32 nRowsLeft = 0);

Completed in 25 milliseconds