/trunk/main/tools/source/stream/ |
H A D | stream.cxx | 2596 nResize = 0L; in SvMemoryStream() 2617 nResize = nResizeOffset; in SvMemoryStream() 2620 if( nResize != 0 && nResize < 16 ) in SvMemoryStream() 2621 nResize = 16; in SvMemoryStream() 2696 nResize = 0; in SetBuffer() 2749 if( nResize == 0 ) in PutData() 2761 nNewResize = nResize; in PutData() 2820 nDiff += (long)nResize; in SeekPos() 2966 nResize = nResizeOffset; in SwitchBuffer() 2969 if( nResize != 0 && nResize < 16 ) in SwitchBuffer() [all …]
|
/trunk/main/svx/inc/ |
H A D | xpolyimp.hxx | 47 sal_uInt16 nResize; member in ImpXPolygon 51 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()
|
/trunk/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()
|
/trunk/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 SvMemoryStream 826 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 );
|
/trunk/main/tools/source/generic/ |
H A D | poly2.cxx | 94 PolyPolygon::PolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in PolyPolygon() argument 102 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()
|
/trunk/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 419 inline explicit ScfDelList( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ) : in ScfDelList() argument 420 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()
|
/trunk/main/tools/inc/ |
H A D | poly.h | 80 ImplPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in ImplPolyPolygon() argument 82 mnSize = nInitSize; mnResize = nResize; } in ImplPolyPolygon()
|
/trunk/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() argument 52 : 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
|
/trunk/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()
|
/trunk/main/tools/source/ref/ |
H A D | pstm.cxx | 62 sal_uInt16 nInitSz, sal_uInt16 nResize ) in SvPersistBaseMemberList() argument 63 : SuperSvPersistBaseMemberList( nInitSz, nResize ){} in SvPersistBaseMemberList()
|
/trunk/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 67 SvTreeEntryList(sal_uInt16 nInitPos=16, sal_uInt16 nResize=16 ) in SvTreeEntryList() argument 68 : List( nInitPos, nResize ) in SvTreeEntryList()
|
/trunk/main/toolkit/inc/toolkit/helper/ |
H A D | unomemorystream.hxx | 50 UnoMemoryStream( sal_uInt32 nInitSize = 0x3FFF, sal_uInt32 nResize = 0x3FFFF );
|
/trunk/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);
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4169 … EscherBlibEntry::WriteBlibEntry( SvStream& rSt, sal_Bool bWritePictureOffset, sal_uInt32 nResize ) in WriteBlibEntry() argument 4174 << (sal_uInt32)( 36 + nResize ) in WriteBlibEntry() 4269 sal_uInt32 nBlipId, sal_Bool bWritePictureOffSet, sal_uInt32 nResize) in WriteBlibStoreEntry() argument 4273 mpBlibEntrys[nBlipId-1]->WriteBlibEntry(rSt, bWritePictureOffSet, nResize); in WriteBlibStoreEntry()
|