Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/inc/
H A Dpoolio.hxx77 sal_uInt16 nVerStart, nVerEnd; // WhichRange in Versions member
89 , nVerEnd(0) in SfxItemPool_Impl()
/aoo4110/main/svl/source/items/
H A Ditempool.cxx177 pImp->nVerEnd = nEnd; in SfxItemPool()
236 pImp->nVerEnd = rPool.pImp->nVerEnd; in SfxItemPool()
H A Dpoolio.cxx1345 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 21 milliseconds