Lines Matching refs:nEnd
153 nEnd(nEndWhich), in SfxItemPool()
159 pImp( new SfxItemPool_Impl( nStart, nEnd ) ), in SfxItemPool()
177 pImp->nVerEnd = nEnd; in SfxItemPool()
182 memset( ppPoolDefaults, 0, sizeof( SfxPoolItem* ) * (nEnd - nStart + 1)); in SfxItemPool()
214 nEnd(rPool.nEnd), in SfxItemPool()
220 pImp( new SfxItemPool_Impl( nStart, nEnd ) ), in SfxItemPool()
222 ppPoolDefaults(new SfxPoolItem* [ nEnd - nStart + 1]), in SfxItemPool()
239 pImp->nStoringEnd = nEnd; in SfxItemPool()
241 memset( ppPoolDefaults, 0, sizeof( SfxPoolItem* ) * (nEnd - nStart + 1)); in SfxItemPool()
246 SfxPoolItem **ppDefaults = new SfxPoolItem*[nEnd-nStart+1]; in SfxItemPool()
247 for ( sal_uInt16 n = 0; n <= nEnd - nStart; ++n ) in SfxItemPool()
259 for ( sal_uInt16 n = 0; n <= nEnd - nStart; ++n ) in SfxItemPool()
294 for ( sal_uInt16 n = 0; n <= nEnd - nStart; ++n ) in SetDefaults()
328 ReleaseDefaults( ppStaticDefaults, nEnd - nStart + 1, bDelete ); in ReleaseDefaults()
441 for ( sal_uInt16 i = 0; !bHasSetItems && i < nEnd-nStart; ++i ) in SetSecondaryPool()
447 bOK && n <= pSecondary->nEnd - pSecondary->nStart; in SetSecondaryPool()
1006 *(pWhichRanges+(nLevel++)) = pPool->nEnd; in FillItemIdRanges_Impl()
1064 sal_uInt16 nCount = nEnd - nStart + 1; in GetWhich()
1071 sal_uInt16 nCount = nEnd - nStart + 1; in GetWhich()
1115 sal_uInt16 nCount = nEnd - nStart + 1; in GetTrueWhich()
1122 sal_uInt16 nCount = nEnd - nStart + 1; in GetTrueWhich()