Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DTSortIndex.cxx88 ::vos::ORef<OKeySet> pKeySet = new OKeySet(); in CreateKeySet()
89 pKeySet->get().reserve(m_aKeyValues.size()); in CreateKeySet()
92 ,::std::back_inserter(pKeySet->get()) in CreateKeySet()
94 pKeySet->setFrozen(); in CreateKeySet()
95 return pKeySet; in CreateKeySet()
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx180 ::std::vector<sal_Int32>* pKeySet = NULL; in bindEvaluationRow()
198 pKeySet = new ::std::vector<sal_Int32>(pEvaluateSet->size()); in bindEvaluationRow()
202 (*pKeySet)[k] = j->second; in bindEvaluationRow()
210 return pKeySet; in bindEvaluationRow()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx324 …OKeySet* pKeySet = new OKeySet(m_aUpdateTable,xUpdateTableKeys,aUpdateTableName ,_xAnalyzer,_aPara… in DBG_NAME() local
327 m_pCacheSet = pKeySet; in DBG_NAME()
329 pKeySet->construct(_xRs,i_sRowSetFilter); in DBG_NAME()

Completed in 32 milliseconds