Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/aoo42x/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx542 maSNV.reserve(nPointCount); in solver()
543 maPNV.reserve(nPointCount); in solver()
544 maVNV.reserve(mbIsCurve ? nPointCount : 0); in solver()
595 maSNV.reserve(nPointCount); in solver()
596 maPNV.reserve(nPointCount); in solver()
597 maVNV.reserve(mbIsCurve ? nPointCount : 0); in solver()
1093 aResult.reserve(aInput.size()); in mergeToSinglePolyPolygon()
1135 aResult.reserve((aInput.size() / 2) + 1); in mergeToSinglePolyPolygon()
H A Db2dpolygon.cxx105 void reserve(sal_uInt32 nCount) in reserve() function in CoordinateDataArray2D
107 maVector.reserve(nCount); in reserve()
313 maVector.reserve(nCount); in ControlVectorArray2D()
588 aExtremas.reserve(4); in getB2DRange()
778 void reserve(sal_uInt32 nCount) in reserve() function in ImplB2DPolygon
780 maPoints.reserve(nCount); in reserve()
1267 void B2DPolygon::reserve(sal_uInt32 nCount) in reserve() function in basegfx::B2DPolygon
1269 mpPolygon->reserve(nCount); in reserve()
H A Db2dpolygoncutandtouch.cxx428 aTempPolygonA.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsBezierAndEdge()
469 aTempPolygonA.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsTwoBeziers()
472 aTempPolygonB.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsTwoBeziers()
513 aTempPolygon.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsOneBezier()
710 aTempPolygon.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findTouchesOnCurve()
/aoo42x/main/sc/source/core/data/
H A Ddpcachetable.cxx194 maRowsVisible.reserve(nRowCount); in fillTable()
199 maFieldEntries.reserve(nColCount); in fillTable()
249 maRowsVisible.reserve(nRowCount); in fillTable()
254 maFieldEntries.reserve(nColCount); in fillTable()
363 tableData.reserve(nRowSize+1); in filterTable()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx317 aTextArray.reserve(nLength); in createSimpleTextPrimitive()
645 maX.reserve(nSizeX); in SvgTextPosition()
671 maX.reserve(nSizeDx); in SvgTextPosition()
693 maY.reserve(nSizeY); in SvgTextPosition()
719 maY.reserve(nSizeDy); in SvgTextPosition()
/aoo42x/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx328 aCGGlyphVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
334 aCGPointVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
343 aCGSizeVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
353 aCFIndexVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
/aoo42x/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx86 aRows.reserve(6); in impl_getTypeInfo_throw()
87 aRow.reserve(18); in impl_getTypeInfo_throw()
445 aRow.reserve(6); in getTables()
470 aRow.reserve(6); in getTables()
/aoo42x/main/oox/source/xls/
H A Drichstring.cxx168 reserve( getLimitedValue< size_t, sal_Int64 >( nCount, 0, rStrm.getRemaining() / 4 ) ); in importPortions()
183 reserve( nCount ); in importPortions()
333 reserve( getLimitedValue< size_t, sal_Int64 >( nCount, 0, rStrm.getRemaining() / 6 ) ); in importPortions()
357 reserve( nPortionCount ); in importPortions()
/aoo42x/main/connectivity/source/sdbcx/
H A DVCollection.cxx73 virtual void reserve(size_t nLength) in reserve() function in __anonb36f3b2b0111::OHardRefMap
75 m_aElements.reserve(nLength); in reserve()
122 m_aElements.reserve(_rVector.size()); in reFill()
281 aOwnTypes.reserve(aTypes.getLength()); in getTypes()
/aoo42x/main/sw/source/core/access/
H A Daccportions.cxx104 aLineBreaks.reserve( 5 ); in SwAccessiblePortionData()
105 aModelPositions.reserve( 10 ); in SwAccessiblePortionData()
106 aAccessiblePositions.reserve( 10 ); in SwAccessiblePortionData()
535 pSentences->reserve(10); in GetSentenceBoundary()
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx219 aScanlines.reserve( nLineSize * height + height ); in createPng()
263 aScanlines.reserve( width*height*4 + height ); in createPng()
348 aScanlines.reserve( width*height*4 + height ); in createPng()
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Dvvector.hxx162 void reserve(
458 VirtualVector<XX,PTRDEL>::reserve( size_type i_size ) in reserve() function in csv::VirtualVector
460 aData.reserve(i_size); in reserve()
/aoo42x/main/framework/source/classes/
H A Dmenumanager.cxx163 m_aMenuItemHandlerVector.reserve(nItemCount); in MenuManager()
380 m_aMenuItemHandlerVector.reserve(nItemCount);
614 aNewPickVector.reserve(nPickListMenuItems); in UpdateSpecialFileMenu()
705 aNewPickVector.reserve(aNewPickVector.size()); in UpdateSpecialFileMenu()
788 aNewWindowListVector.reserve(nCount); in UpdateSpecialWindowMenu()
/aoo42x/main/extensions/source/dbpilots/
H A Dgridwizard.cxx121 aColumnServiceNames.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings()
122 aColumnLabelPostfixes.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings()
123 aFormFieldNames.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings()
/aoo42x/main/comphelper/source/xml/
H A Dattributelist.cxx58 vecAttribute.reserve(20); in AttributeList_Impl()
162 m_pImpl->vecAttribute.reserve( nTotalSize ); in AppendAttributeList()
/aoo42x/main/sc/source/filter/excel/
H A Dxistring.cxx119 rFormats.reserve( nRunCount ); in ReadFormats()
147 rFormats.reserve( nRunCount ); in ReadObjFormats()
/aoo42x/main/basegfx/source/range/
H A Db2drangeclipper.cxx272 maPoints.reserve(11); in ImplPolygon()
577 o_rEventVector.reserve( 2*rRanges.size() ); in setupSweepLineEventListFromRanges()
933 aPolygonPool.reserve( rRanges.size() ); in solveCrossovers()
/aoo42x/main/vcl/inc/
H A Doutdev.h107 ImplGetDevFontList() { maDevFontVector.reserve(1024); } in ImplGetDevFontList()
125 : maFontName( rFontName ) { maSizeList.reserve( 32 ); } in ImplGetDevSizeList()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx86 m_vConnLine.reserve(pLineData->size()); in Init()
129 m_vConnLine.reserve(pLine->size()); in operator =()
/aoo42x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1801 aCodes.reserve( 0x1000 ); in GetFontCodeRanges()
1932 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
1962 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
2005 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
2033 aKernGlyphVector.reserve( aKernGlyphVector.size() + nPairs ); in GetKernPairs()
2077 aKernCharVector.reserve( nKernCount ); in GetKernPairs()
2542 aSubstVector.reserve( nCntGlyph ); in ApplyGSUB()
/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx327 aCellsHash[maObjective].reserve( nVariables + 1 ); // objective function in solve()
332 … aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: left hand side in solve()
335 … aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: right hand side in solve()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx238 aPoints.reserve(nSampleCount); in AnimationParametricFunction()
247 maY.reserve(nSampleCount); in AnimationParametricFunction()
/aoo42x/main/uui/source/
H A Diahndl-ioexceptions.cxx213 aArguments.reserve(2); in handleInteractiveIOException()
278 aArguments.reserve(2); in handleInteractiveIOException()
/aoo42x/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx432 rChildren.reserve( nChildren ); in operator ()()
709 m_aCurrentState.reserve( nDirs ); in readCurrentState()
752 m_aPreviousState.reserve( nRootDirectories ); in readPreviousState()
/aoo42x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx78 m_aColumnMapping.reserve(nCount); in initialize()
79 m_aColumnTypes.reserve(nCount); in initialize()

Completed in 168 milliseconds

12345678910>>...16