Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dpoolio.cxx1401 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap-1]; in GetNewWhich() local
1402 if ( pVerInfo->_nVer > pImp->nVersion ) in GetNewWhich()
1404 sal_uInt16 nCount = pVerInfo->_nEnd - pVerInfo->_nStart + 1; in GetNewWhich()
1407 pVerInfo->_pMap[nOfs] != nFileWhich; in GetNewWhich()
1411 if ( pVerInfo->_pMap[nOfs] == nFileWhich ) in GetNewWhich()
1412 nFileWhich = pVerInfo->_nStart + nOfs; in GetNewWhich()
1427 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap]; in GetNewWhich() local
1428 if ( pVerInfo->_nVer > pImp->nLoadingVersion ) in GetNewWhich()
1430 DBG_ASSERT( nFileWhich >= pVerInfo->_nStart && in GetNewWhich()
1431 nFileWhich <= pVerInfo->_nEnd, in GetNewWhich()
[all …]

Completed in 19 milliseconds