Searched refs:pVerInfo (Results 1 – 1 of 1) sorted by relevance
1401 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap-1]; in GetNewWhich() local1402 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() local1428 if ( pVerInfo->_nVer > pImp->nLoadingVersion ) in GetNewWhich()1430 DBG_ASSERT( nFileWhich >= pVerInfo->_nStart && in GetNewWhich()1431 nFileWhich <= pVerInfo->_nEnd, in GetNewWhich()[all …]
Completed in 14 milliseconds