Home
last modified time | relevance | path

Searched refs:nGrowSize (Results 1 – 8 of 8) sorted by path

/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx50 ARR( sal_uInt8 nInitSize = nI, sal_uInt8 nGrowSize = nG );\
107 ARR::ARR( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): \
109 nGrow( nGrowSize ? nGrowSize : 1 ), \
321 SfxPtrArr( sal_uInt8 nInitSize = 0, sal_uInt8 nGrowSize = 8 );
403 ByteArr( sal_uInt8 nInitSize = 0, sal_uInt8 nGrowSize = 8 );
468 WordArr( sal_uInt8 nInitSize = 0, sal_uInt8 nGrowSize = 8 );
H A Dminstack.hxx34 ARR( sal_uInt8 nInitSize = nI, sal_uInt8 nGrowSize = nG ): \
35 ARR##arr_( nInitSize, nGrowSize ) \
67 ARR( sal_uInt8 nInitSize = nI, sal_uInt8 nGrowSize = nG ): \
68 ARR##arr_( nInitSize, nGrowSize ) \
/trunk/main/sfx2/source/bastyp/
H A Dminarray.cxx34 SfxPtrArr::SfxPtrArr( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): in SfxPtrArr() argument
36 nGrow( nGrowSize ? nGrowSize : 1 ), in SfxPtrArr()
270 ByteArr::ByteArr( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): in ByteArr() argument
272 nGrow( nGrowSize ? nGrowSize : 1 ), in ByteArr()
502 WordArr::WordArr( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): in WordArr() argument
504 nGrow( nGrowSize ? nGrowSize : 1 ), in WordArr()
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx102 SwCache::SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize in SwCache() argument
107 SwCacheObjArr( (sal_uInt8)nInitSize, (sal_uInt8)nGrowSize ), in SwCache()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx113 SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize,
117 SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize );
/trunk/main/tools/inc/tools/
H A Dmempool.hxx44 sal_uInt16 nGrowSize = 256 );
/trunk/main/vcl/inc/
H A Dimage.h45 void Expand( sal_uInt16 nGrowSize );
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx252 void ImplImageBmp::Expand( sal_uInt16 nGrowSize ) in Expand() argument
254 const sal_uLong nDX = nGrowSize * maSize.Width(); in Expand()
256 …sal_uInt8* pNewAry = new sal_uInt8[ mnSize = sal::static_int_cast<sal_uInt16>(mnSize+nGrowSize) … in Expand()

Completed in 62 milliseconds