| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 2581     nResize     = 0L;  in SvMemoryStream()2602     nResize     = nResizeOffset;  in SvMemoryStream()
 2605     if( nResize != 0 && nResize < 16 )  in SvMemoryStream()
 2606         nResize = 16;  in SvMemoryStream()
 2681     nResize     = 0;  in SetBuffer()
 2734         if( nResize == 0 )  in PutData()
 2746                 nNewResize = nResize;  in PutData()
 2805                 nDiff += (long)nResize;  in SeekPos()
 2951     nResize       = nResizeOffset;  in SwitchBuffer()
 2954     if( nResize != 0 && nResize < 16 )  in SwitchBuffer()
 [all …]
 
 | 
| /aoo41x/main/svx/inc/ | 
| H A D | xpolyimp.hxx | 47 	sal_uInt16          nResize;  member in ImpXPolygon51 	ImpXPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize=16 );
 90 				 ImpXPolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ) :  in ImpXPolyPolygon()  argument
 91 					aXPolyList( 1024, nInitSize, nResize )  in ImpXPolyPolygon()
 
 | 
| /aoo41x/main/svx/source/xoutdev/ | 
| H A D | _xpoly.cxx | 62 	nResize					= _nResize;  in ImpXPolygon()87 	ImpXPolygon::nResize    = rImpXPoly.nResize;  in ImpXPolygon()
 166 		DBG_ASSERT(nResize, "Resize-Versuch trotz nResize = 0 !");  in Resize()
 167 		nNewSize = nSize + ((nNewSize-nSize-1) / nResize + 1) * nResize;  in Resize()
 280 XPolygon::XPolygon( sal_uInt16 nSize, sal_uInt16 nResize )  in XPolygon()  argument
 283 	pImpXPolygon = new ImpXPolygon( nSize, nResize );  in XPolygon()
 744 		DBG_ASSERT(pImpXPolygon->nResize, "Ungueltiger Index bei Arrayzugriff auf XPolygon");  in operator []()
 1579 XPolyPolygon::XPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize )  in XPolyPolygon()  argument
 1582 	pImpXPolyPolygon = new ImpXPolyPolygon( nInitSize, nResize );  in XPolyPolygon()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | ref.hxx | 125 inline CN##MemberList(sal_uInt16 nInitSz, sal_uInt16 nResize );\156 inline CN##MemberList::CN##MemberList(sal_uInt16 nInitSz, sal_uInt16 nResize )\
 157 	: CN##List( nInitSz, nResize ){}\
 233 inline Class##MemberList(sal_uInt16 nInitSz,sal_uInt16 nResize);\
 259 					(sal_uInt16 nInitSz,sal_uInt16 nResize)\
 260 			: BaseList( nInitSz, nResize ){}\
 
 | 
| H A D | stream.hxx | 792 	sal_Size			nResize;  member in SvMemoryStream826 					SvMemoryStream( sal_Size nInitSize=512, sal_Size nResize=64 );
 836 	void*			SwitchBuffer( sal_Size nInitSize=512, sal_Size nResize=64 );
 842 	void			SetResizeOffset( sal_Size nNewResize ) { nResize = nNewResize; }  in SetResizeOffset()
 843 	sal_Size			GetResizeOffset() const { return nResize; }  in GetResizeOffset()
 
 | 
| H A D | pstm.hxx | 129     SvPersistBaseMemberList(sal_uInt16 nInitSz, sal_uInt16 nResize );
 | 
| H A D | poly.hxx | 262                         PolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 );
 | 
| /aoo41x/main/tools/source/generic/ | 
| H A D | poly2.cxx | 94 PolyPolygon::PolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize )  in PolyPolygon()  argument102 	if ( nResize > MAX_POLYGONS )  in PolyPolygon()
 103 		nResize = MAX_POLYGONS;  in PolyPolygon()
 104 	else if ( !nResize )  in PolyPolygon()
 105 		nResize = 1;  in PolyPolygon()
 106 	mpImplPolyPolygon = new ImplPolyPolygon( nInitSize, nResize );  in PolyPolygon()
 
 | 
| /aoo41x/main/sc/source/filter/inc/ | 
| H A D | ftools.hxx | 419     inline explicit     ScfDelList( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ) :  in ScfDelList()  argument420                             maList( nInitSize, nResize ) {}  in ScfDelList()
 486     inline              ScfDelStack( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ) :  in ScfDelStack()  argument
 487                             ScfDelList< Type >( nInitSize, nResize ) {}  in ScfDelStack()
 
 | 
| /aoo41x/main/tools/inc/ | 
| H A D | poly.h | 80                     ImplPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize )  in ImplPolyPolygon()  argument82                           mnSize = nInitSize; mnResize = nResize; }  in ImplPolyPolygon()
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | xpoly.hxx | 81 	XPolygon( sal_uInt16 nSize=16, sal_uInt16 nResize=16 );159 					XPolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 );
 
 | 
| H A D | svdmark.hxx | 51 	SdrUShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize)  in SdrUShortCont()  argument52 	:	maArray(nBlock, nInit, nResize),   in SdrUShortCont()
 
 | 
| H A D | svdetc.hxx | 130 	UShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize): aArr(nBlock,nInit,nResize) {}  in UShortCont()  argument
 | 
| /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
 371 	mnResize	( nResize )  in ImplChain()
 373 	DBG_ASSERT( nInitCount && nResize, "ImplChain::ImplChain(): invalid parameters!" );  in ImplChain()
 
 | 
| /aoo41x/main/tools/source/ref/ | 
| H A D | pstm.cxx | 62     sal_uInt16 nInitSz, sal_uInt16 nResize )  in SvPersistBaseMemberList()  argument63     : SuperSvPersistBaseMemberList( nInitSz, nResize ){}  in SvPersistBaseMemberList()
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | treelist.hxx | 67 	SvTreeEntryList(sal_uInt16 nInitPos=16, sal_uInt16 nResize=16 )  in SvTreeEntryList()  argument68 			: List( nInitPos, nResize )  in SvTreeEntryList()
 
 | 
| /aoo41x/main/toolkit/inc/toolkit/helper/ | 
| H A D | unomemorystream.hxx | 50 	UnoMemoryStream( sal_uInt32 nInitSize = 0x3FFF, sal_uInt32 nResize = 0x3FFFF );
 | 
| /aoo41x/main/filter/inc/filter/msfilter/ | 
| H A D | escherex.hxx | 1064 		void			WriteBlibEntry( SvStream& rSt, sal_Bool bWritePictureOffset, sal_uInt32 nResize = 0 );1094             sal_Bool bWritePictureOffset, sal_uInt32 nResize = 0);
 
 | 
| /aoo41x/main/filter/source/msfilter/ | 
| H A D | escherex.cxx | 4158 … EscherBlibEntry::WriteBlibEntry( SvStream& rSt, sal_Bool bWritePictureOffset, sal_uInt32 nResize )  in WriteBlibEntry()  argument4163 		<< (sal_uInt32)( 36 + nResize )  in WriteBlibEntry()
 4258     sal_uInt32 nBlipId, sal_Bool bWritePictureOffSet, sal_uInt32 nResize)  in WriteBlibStoreEntry()  argument
 4262     mpBlibEntrys[nBlipId-1]->WriteBlibEntry(rSt, bWritePictureOffSet, nResize);  in WriteBlibStoreEntry()
 
 |