Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx46 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;
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx356 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()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2698 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 46 milliseconds