Searched refs:nInitCount (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | itemset.cxx | 46 static const sal_uInt16 nInitCount = 10; // einzelne USHORTs => 5 Paare ohne '0' variable 1803 nFree(nInitCount) in SfxAllItemSet() 1809 _pWhichRanges = new sal_uInt16[ nInitCount + 1 ]; in SfxAllItemSet() 1810 memset( _pWhichRanges, 0, ( nInitCount + 1 ) * sizeof(sal_uInt16) ); in SfxAllItemSet() 1985 _pWhichRanges = AddRanges_Impl(_pWhichRanges, nSize, nInitCount); in Put() 1986 nFree += nInitCount; in Put() 2095 _pWhichRanges = IncrSize(_pWhichRanges, nPos + nRest, nInitCount); 2096 nFree += nInitCount;
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 356 ImplChain( sal_uLong nInitCount = 1024UL, long nResize = -1L ); 368 ImplChain::ImplChain( sal_uLong nInitCount, long nResize ) : in ImplChain() argument 369 mnArraySize ( nInitCount ), in ImplChain() 373 DBG_ASSERT( nInitCount && nResize, "ImplChain::ImplChain(): invalid parameters!" ); in ImplChain()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabres.cxx | 2698 long nInitCount = rInitState.GetCount(); in TestIncluded() local 2702 for (long nInitPos=0; nInitPos<nInitCount && bInclude; nInitPos++) in TestIncluded() 2717 long nInitCount = rInitState.GetCount(); in TestIncluded() local 2721 for (long nInitPos=0; nInitPos<nInitCount && bInclude; nInitPos++) in TestIncluded()
|
Completed in 49 milliseconds