/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 542 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 D | b2dpolygon.cxx | 105 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 D | b2dpolygoncutandtouch.cxx | 428 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()
|
/trunk/main/sc/source/core/data/ |
H A D | dpcachetable.cxx | 194 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()
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 317 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()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 328 aCGGlyphVec.reserve( nGlyphsInRun ); in GetNextGlyphs() 334 aCGPointVec.reserve( nGlyphsInRun ); in GetNextGlyphs() 343 aCGSizeVec.reserve( nGlyphsInRun ); in GetNextGlyphs() 353 aCFIndexVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
|
/trunk/main/connectivity/source/drivers/calc/ |
H A D | CDatabaseMetaData.cxx | 86 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()
|
/trunk/main/oox/source/xls/ |
H A D | richstring.cxx | 168 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()
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 73 virtual void reserve(size_t nLength) in reserve() function in __anonc9a41e420111::OHardRefMap 75 m_aElements.reserve(nLength); in reserve() 122 m_aElements.reserve(_rVector.size()); in reFill() 281 aOwnTypes.reserve(aTypes.getLength()); in getTypes()
|
/trunk/main/sw/source/core/access/ |
H A D | accportions.cxx | 104 aLineBreaks.reserve( 5 ); in SwAccessiblePortionData() 105 aModelPositions.reserve( 10 ); in SwAccessiblePortionData() 106 aAccessiblePositions.reserve( 10 ); in SwAccessiblePortionData() 535 pSentences->reserve(10); in GetSentenceBoundary()
|
/trunk/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 219 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()
|
/trunk/main/autodoc/inc/cosv/tpl/ |
H A D | vvector.hxx | 162 void reserve( 458 VirtualVector<XX,PTRDEL>::reserve( size_type i_size ) in reserve() function in csv::VirtualVector 460 aData.reserve(i_size); in reserve()
|
/trunk/main/framework/source/classes/ |
H A D | menumanager.cxx | 163 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()
|
/trunk/main/extensions/source/dbpilots/ |
H A D | gridwizard.cxx | 121 aColumnServiceNames.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings() 122 aColumnLabelPostfixes.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings() 123 aFormFieldNames.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xistring.cxx | 119 rFormats.reserve( nRunCount ); in ReadFormats() 147 rFormats.reserve( nRunCount ); in ReadObjFormats()
|
/trunk/main/comphelper/source/xml/ |
H A D | attributelist.cxx | 58 vecAttribute.reserve(20); in AttributeList_Impl() 162 m_pImpl->vecAttribute.reserve( nTotalSize ); in AppendAttributeList()
|
/trunk/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 272 maPoints.reserve(11); in ImplPolygon() 577 o_rEventVector.reserve( 2*rRanges.size() ); in setupSweepLineEventListFromRanges() 933 aPolygonPool.reserve( rRanges.size() ); in solveCrossovers()
|
/trunk/main/vcl/inc/ |
H A D | outdev.h | 107 ImplGetDevFontList() { maDevFontVector.reserve(1024); } in ImplGetDevFontList() 125 : maFontName( rFontName ) { maSizeList.reserve( 32 ); } in ImplGetDevSizeList()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableConnection.cxx | 86 m_vConnLine.reserve(pLineData->size()); in Init() 129 m_vConnLine.reserve(pLine->size()); in operator =()
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1801 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()
|
/trunk/main/sccomp/source/solver/ |
H A D | solver.cxx | 327 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()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsAnimationFunction.cxx | 238 aPoints.reserve(nSampleCount); in AnimationParametricFunction() 247 maY.reserve(nSampleCount); in AnimationParametricFunction()
|
/trunk/main/uui/source/ |
H A D | iahndl-ioexceptions.cxx | 213 aArguments.reserve(2); in handleInteractiveIOException() 278 aArguments.reserve(2); in handleInteractiveIOException()
|
/trunk/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 432 rChildren.reserve( nChildren ); in operator ()() 709 m_aCurrentState.reserve( nDirs ); in readCurrentState() 752 m_aPreviousState.reserve( nRootDirectories ); in readPreviousState()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | RowSetDrop.cxx | 78 m_aColumnMapping.reserve(nCount); in initialize() 79 m_aColumnTypes.reserve(nCount); in initialize()
|