Searched refs:nVerEnd (Results 1 – 3 of 3) sorted by relevance
77 sal_uInt16 nVerStart, nVerEnd; // WhichRange in Versions member89 , nVerEnd(0) in SfxItemPool_Impl()
177 pImp->nVerEnd = nEnd; in SfxItemPool()236 pImp->nVerEnd = rPool.pImp->nVerEnd; in SfxItemPool()
1345 else if ( nWhich > pImp->nVerEnd ) in SetVersionMap()1346 pImp->nVerEnd = nWhich; in SetVersionMap()1447 return nWhich >= pImp->nVerStart && nWhich <= pImp->nVerEnd; in IsInVersionsRange()
Completed in 29 milliseconds