Home
last modified time | relevance | path

Searched refs:nResize (Results 1 – 19 of 19) sorted by relevance

/trunk/main/tools/source/stream/
H A Dstream.cxx2513 nResize = 0L; in SvMemoryStream()
2534 nResize = nResizeOffset; in SvMemoryStream()
2537 if( nResize != 0 && nResize < 16 ) in SvMemoryStream()
2538 nResize = 16; in SvMemoryStream()
2613 nResize = 0; in SetBuffer()
2666 if( nResize == 0 ) in PutData()
2678 nNewResize = nResize; in PutData()
2737 nDiff += (long)nResize; in SeekPos()
2883 nResize = nResizeOffset; in SwitchBuffer()
2886 if( nResize != 0 && nResize < 16 ) in SwitchBuffer()
[all …]
/trunk/main/svx/inc/
H A Dxpolyimp.hxx47 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.cxx62 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 Dref.hxx125 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 Dstream.hxx788 sal_Size nResize; member in SvMemoryStream
822 SvMemoryStream( sal_Size nInitSize=512, sal_Size nResize=64 );
832 void* SwitchBuffer( sal_Size nInitSize=512, sal_Size nResize=64 );
838 void SetResizeOffset( sal_Size nNewResize ) { nResize = nNewResize; } in SetResizeOffset()
839 sal_Size GetResizeOffset() const { return nResize; } in GetResizeOffset()
H A Dpstm.hxx129 SvPersistBaseMemberList(sal_uInt16 nInitSz, sal_uInt16 nResize );
H A Dpoly.hxx262 PolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 );
/trunk/main/tools/source/generic/
H A Dpoly2.cxx94 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 Dftools.hxx419 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 Dpoly.h80 ImplPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in ImplPolyPolygon() argument
82 mnSize = nInitSize; mnResize = nResize; } in ImplPolyPolygon()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx81 XPolygon( sal_uInt16 nSize=16, sal_uInt16 nResize=16 );
159 XPolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 );
H A Dsvdmark.hxx51 SdrUShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize) in SdrUShortCont() argument
52 : maArray(nBlock, nInit, nResize), in SdrUShortCont()
H A Dsvdetc.hxx130 UShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize): aArr(nBlock,nInit,nResize) {} in UShortCont() argument
/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
371 mnResize ( nResize ) in ImplChain()
373 DBG_ASSERT( nInitCount && nResize, "ImplChain::ImplChain(): invalid parameters!" ); in ImplChain()
/trunk/main/tools/source/ref/
H A Dpstm.cxx62 sal_uInt16 nInitSz, sal_uInt16 nResize ) in SvPersistBaseMemberList() argument
63 : SuperSvPersistBaseMemberList( nInitSz, nResize ){} in SvPersistBaseMemberList()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx67 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 Dunomemorystream.hxx50 UnoMemoryStream( sal_uInt32 nInitSize = 0x3FFF, sal_uInt32 nResize = 0x3FFFF );
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1064 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 Descherex.cxx4169 … 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()

Completed in 143 milliseconds