Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx206 seqIndices.realloc(0); in doParameterTest()
207 seqOut.realloc(0); in doParameterTest()
209 seqIndices.realloc(0); in doParameterTest()
210 seqOut.realloc(0); in doParameterTest()
216 seqIndices.realloc(0); in doParameterTest()
217 seqOut.realloc(0); in doParameterTest()
219 seqIndices.realloc(0); in doParameterTest()
220 seqOut.realloc(0); in doParameterTest()
222 seqIndices.realloc(0); in doParameterTest()
223 seqOut.realloc(0); in doParameterTest()
[all …]
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx171 rPoly.SequenceX.realloc(nPolygonIndex+1); in AddPointToPoly()
172 rPoly.SequenceY.realloc(nPolygonIndex+1); in AddPointToPoly()
173 rPoly.SequenceZ.realloc(nPolygonIndex+1); in AddPointToPoly()
182 pOuterSequenceX->realloc(nOldPointCount+1); in AddPointToPoly()
183 pOuterSequenceY->realloc(nOldPointCount+1); in AddPointToPoly()
184 pOuterSequenceZ->realloc(nOldPointCount+1); in AddPointToPoly()
223 rRet.SequenceX.realloc( nOuterCount ); in addPolygon()
224 rRet.SequenceY.realloc( nOuterCount ); in addPolygon()
225 rRet.SequenceZ.realloc( nOuterCount ); in addPolygon()
245 rRet.SequenceX.realloc(nOuterCount); in appendPoly()
[all …]
H A DMediaDescriptorHelper.cxx64 m_aRegularProperties.realloc(0); in MediaDescriptorHelper()
65 m_aRegularProperties.realloc(rMediaDescriptor.getLength()); in MediaDescriptorHelper()
68 m_aDeprecatedProperties.realloc(0); in MediaDescriptorHelper()
69 m_aDeprecatedProperties.realloc(rMediaDescriptor.getLength()); in MediaDescriptorHelper()
72 m_aAdditionalProperties.realloc(0); in MediaDescriptorHelper()
73 m_aAdditionalProperties.realloc(rMediaDescriptor.getLength()); in MediaDescriptorHelper()
76 m_aModelProperties.realloc(0); in MediaDescriptorHelper()
77 m_aModelProperties.realloc(rMediaDescriptor.getLength()); in MediaDescriptorHelper()
133 m_aRegularProperties.realloc(nRegularCount); in MediaDescriptorHelper()
134 m_aDeprecatedProperties.realloc(nDeprecatedCount); in MediaDescriptorHelper()
[all …]
H A DChartTypeHelper.cxx267 aRet.realloc(4); in getSupportedLabelPlacements()
276 aRet.realloc(1); in getSupportedLabelPlacements()
286 aRet.realloc(5); in getSupportedLabelPlacements()
306 aRet.realloc( bStacked ? 3 : 6 ); in getSupportedLabelPlacements()
329 aRet.realloc(1); in getSupportedLabelPlacements()
335 aRet.realloc(6); in getSupportedLabelPlacements()
346 aRet.realloc(1); in getSupportedLabelPlacements()
352 aRet.realloc( 1 ); in getSupportedLabelPlacements()
594 aRet.realloc( 2 ); in getSupportedMissingValueTreatments()
601 aRet.realloc( bStacked ? 1 : 2 ); in getSupportedMissingValueTreatments()
[all …]
/trunk/main/chart2/source/view/main/
H A DStripe.cxx94 aPP.SequenceX.realloc(1); in getPolyPolygonShape3D()
95 aPP.SequenceY.realloc(1); in getPolyPolygonShape3D()
96 aPP.SequenceZ.realloc(1); in getPolyPolygonShape3D()
102 pOuterSequenceX->realloc(4); in getPolyPolygonShape3D()
103 pOuterSequenceY->realloc(4); in getPolyPolygonShape3D()
104 pOuterSequenceZ->realloc(4); in getPolyPolygonShape3D()
159 aPP.SequenceX.realloc(1); in getNormalsPolygon()
160 aPP.SequenceY.realloc(1); in getNormalsPolygon()
161 aPP.SequenceZ.realloc(1); in getNormalsPolygon()
167 pOuterSequenceX->realloc(4); in getNormalsPolygon()
[all …]
H A DClipping.cxx170 rPoly.SequenceX.realloc(nPolygonIndex+1); in lcl_addPointToPoly()
171 rPoly.SequenceY.realloc(nPolygonIndex+1); in lcl_addPointToPoly()
172 rPoly.SequenceZ.realloc(nPolygonIndex+1); in lcl_addPointToPoly()
191 pOuterSequenceX->realloc(nReallocLength); in lcl_addPointToPoly()
192 pOuterSequenceY->realloc(nReallocLength); in lcl_addPointToPoly()
193 pOuterSequenceZ->realloc(nReallocLength); in lcl_addPointToPoly()
213 aResult.SequenceX.realloc(0); in clipPolygonAtRectangle()
214 aResult.SequenceY.realloc(0); in clipPolygonAtRectangle()
215 aResult.SequenceZ.realloc(0); in clipPolygonAtRectangle()
292 pOuterSequenceX->realloc(nUsedPointCount); in clipPolygonAtRectangle()
[all …]
H A DShapeFactory.cxx196 aPP.SequenceX.realloc(1); in createPolyPolygon_Cube()
197 aPP.SequenceY.realloc(1); in createPolyPolygon_Cube()
198 aPP.SequenceZ.realloc(1); in createPolyPolygon_Cube()
204 pOuterSequenceX->realloc(nPointCount); in createPolyPolygon_Cube()
205 pOuterSequenceY->realloc(nPointCount); in createPolyPolygon_Cube()
206 pOuterSequenceZ->realloc(nPointCount); in createPolyPolygon_Cube()
276 aPP.SequenceX.realloc(3); in createPolyPolygon_Cylinder()
277 aPP.SequenceY.realloc(3); in createPolyPolygon_Cylinder()
278 aPP.SequenceZ.realloc(3); in createPolyPolygon_Cylinder()
284 pOuterSequenceX->realloc(2); in createPolyPolygon_Cylinder()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx131 m_aAcceptedStates.realloc( NUM_SUPPORTED_STATES ); in CommonInit_Impl()
149 m_pIntermediateStatesSeqs[0][2].realloc( 1 ); in CommonInit_Impl()
152 m_pIntermediateStatesSeqs[0][3].realloc( 2 ); in CommonInit_Impl()
156 m_pIntermediateStatesSeqs[0][4].realloc( 1 ); in CommonInit_Impl()
159 m_pIntermediateStatesSeqs[1][3].realloc( 1 ); in CommonInit_Impl()
162 m_pIntermediateStatesSeqs[2][0].realloc( 1 ); in CommonInit_Impl()
165 m_pIntermediateStatesSeqs[3][0].realloc( 2 ); in CommonInit_Impl()
169 m_pIntermediateStatesSeqs[3][1].realloc( 1 ); in CommonInit_Impl()
172 m_pIntermediateStatesSeqs[4][0].realloc( 1 ); in CommonInit_Impl()
181 m_aVerbTable.realloc( ++nVerbTableSize ); in CommonInit_Impl()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx133 aToConvert.realloc( nToConvertLen ); in convertWithCipherContext()
136 m_aLastBlock.realloc( nOldLastBlockLen + aData.getLength() ); in convertWithCipherContext()
144 m_aLastBlock.realloc( nOldLastBlockLen - nToConvertLen + aData.getLength() ); in convertWithCipherContext()
152 m_aLastBlock.realloc( nAvailableData - nToConvertLen ); in convertWithCipherContext()
162 aResult.realloc( aToConvert.getLength() + m_nBlockSize ); in convertWithCipherContext()
171 aResult.realloc( nResultLen ); in convertWithCipherContext()
204 m_aLastBlock.realloc( nOldLastBlockLen + nPaddingSize ); in finalizeCipherContextAndDispose()
225 aResult.realloc( m_aLastBlock.getLength() + m_nBlockSize ); in finalizeCipherContextAndDispose()
233 aResult.realloc( nPrefResLen ); in finalizeCipherContextAndDispose()
234 m_aLastBlock.realloc( 0 ); in finalizeCipherContextAndDispose()
[all …]
/trunk/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx100 P0.realloc(3); in GridLinePoints()
101 P1.realloc(3); in GridLinePoints()
102 P2.realloc(3); in GridLinePoints()
153 rPoints[nIndex].realloc(2); in addLine2D()
280 aPoints.realloc(nRealPointCount); in createShapes()
286 aHandlesPoints[0].realloc(nOldHandleCount+nRealPointCount); in createShapes()
304 aPoints.SequenceX.realloc(nPointCount); in createShapes()
305 aPoints.SequenceY.realloc(nPointCount); in createShapes()
306 aPoints.SequenceZ.realloc(nPointCount); in createShapes()
321 aPoints.SequenceX.realloc(nRealPointCount); in createShapes()
[all …]
/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx278 m_aElementsSeq.realloc( nNewLength ); in startElement()
289 m_aElementsSeq.realloc( nNewLength ); in startElement()
293 m_aResultSeq.realloc( nNewEntryNum ); in startElement()
295 … m_aResultSeq[nNewEntryNum-1].realloc( 4 ); // the maximal expected number of arguments is 4 in startElement()
326 m_aResultSeq[nNewEntryNum-1].realloc( nAttrNum ); in startElement()
340 m_aElementsSeq.realloc( nNewLength ); in startElement()
344 m_aResultSeq.realloc( 2 ); in startElement()
354 m_aElementsSeq.realloc( nNewLength ); in startElement()
358 m_aResultSeq.realloc( 2 ); in startElement()
372 m_aResultSeq[0].realloc( nNewResultLen ); in startElement()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx563 rResult.SequenceX.realloc(0); in CalculateCubicSplines()
564 rResult.SequenceY.realloc(0); in CalculateCubicSplines()
565 rResult.SequenceZ.realloc(0); in CalculateCubicSplines()
571 rResult.SequenceX.realloc(nOuterCount); in CalculateCubicSplines()
572 rResult.SequenceY.realloc(nOuterCount); in CalculateCubicSplines()
573 rResult.SequenceZ.realloc(nOuterCount); in CalculateCubicSplines()
642 rResult.SequenceX[nOuter].realloc( nMaxIndexPoints*nGranularity + 1); in CalculateCubicSplines()
643 rResult.SequenceY[nOuter].realloc( nMaxIndexPoints*nGranularity + 1); in CalculateCubicSplines()
644 rResult.SequenceZ[nOuter].realloc( nMaxIndexPoints*nGranularity + 1); in CalculateCubicSplines()
710 rResult.SequenceX.realloc(0); in CalculateBSplines()
[all …]
H A DAreaChart.cxx243 aTmp.SequenceX.realloc(nPolyCount); in lcl_removeDuplicatePoints()
244 aTmp.SequenceY.realloc(nPolyCount); in lcl_removeDuplicatePoints()
245 aTmp.SequenceZ.realloc(nPolyCount); in lcl_removeDuplicatePoints()
261 pOuterTargetX->realloc(nPointCount); in lcl_removeDuplicatePoints()
262 pOuterTargetY->realloc(nPointCount); in lcl_removeDuplicatePoints()
263 pOuterTargetZ->realloc(nPointCount); in lcl_removeDuplicatePoints()
296 pOuterTargetX->realloc(nTargetPointCount); in lcl_removeDuplicatePoints()
297 pOuterTargetY->realloc(nTargetPointCount); in lcl_removeDuplicatePoints()
298 pOuterTargetZ->realloc(nTargetPointCount); in lcl_removeDuplicatePoints()
301 pOuterSourceX->realloc(0); in lcl_removeDuplicatePoints()
[all …]
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx70 seq.realloc( seqStart.getLength() + nLength ); in readAndConvert()
169 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding()
282 seq.realloc( seq.getLength() + 2 ); in scanForEncoding()
293 seq.realloc( seq.getLength() + 2 ); in scanForEncoding()
307 seq.realloc( seq.getLength() - 3 ); in scanForEncoding()
431 seqUnicode.realloc( seqUnicode.getLength() * 2 ); in convert()
437 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert()
447 seqUnicode.realloc( nTargetCount ); in convert()
529 seqText.realloc( nSeqSize ); // double array size in convert()
538 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert()
[all …]
/trunk/main/forms/source/misc/
H A Dservices.cxx119 s_aClassImplementationNames.realloc(nCurrentLength + 1); in registerClassInfo()
120 s_aClassServiceNames.realloc(nCurrentLength + 1); in registerClassInfo()
121 s_aFactories.realloc(nCurrentLength + 1); in registerClassInfo()
138 aServices.realloc(1); \
144 aServices.realloc(2); \
151 aServices.realloc(3); \
159 aServices.realloc(4); \
221 aServices.realloc(4); in ensureClassInfos()
273 aServices.realloc(1); \ in ensureClassInfos()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx601 rPolyPolygonShape3DRetval.SequenceX.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
602 rPolyPolygonShape3DRetval.SequenceY.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
603 rPolyPolygonShape3DRetval.SequenceZ.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
618 pOuterSequenceX->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
619 pOuterSequenceY->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
620 pOuterSequenceZ->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
646 pOuterSequenceX->realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
647 pOuterSequenceY->realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
648 pOuterSequenceZ->realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
658 rPolyPolygonShape3DRetval.SequenceX.realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
[all …]
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx303 aInterfaceSeq1.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
304 aInterfaceSeq2.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
307 maAllPropertySeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
308 maMapTypeSeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
309 maPropertyConceptSeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
698 maAllPropertySeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
701 maMapTypeSeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
704 maPropertyConceptSeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
720 rSeq.realloc( nNewSize ); in checkInterfaceArraySize()
891 virtual void SAL_CALL realloc(Any& array, sal_Int32 length);
[all …]
/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx122 aSequences[nCandleStickGroupIndex].realloc( nCandleStickSeries ); in interpretDataSource()
130 aSequences[nBarGroupIndex].realloc( nVolumeSeries ); in interpretDataSource()
150 aSequences[nBarGroupIndex][nLabeledSeqIdx].realloc( 1 ); in interpretDataSource()
160 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx].realloc( 4 ); in interpretDataSource()
167 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx].realloc( 3 ); in interpretDataSource()
189 aSequences[nBarGroupIndex][nVolumeSeries - 1].realloc( 1 ); in interpretDataSource()
204 aSequences[nCandleStickGroupIndex][nSeriesIndex].realloc( nRemaining ); in interpretDataSource()
243 aResultSeries[nGroupIndex].realloc( nNumSeriesData ); in interpretDataSource()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx620 aRet.startOffset.realloc( 1 ); in NSrchFrwrd()
622 aRet.endOffset.realloc( 1 ); in NSrchFrwrd()
690 aRet.startOffset.realloc( 1 ); in NSrchBkwrd()
692 aRet.endOffset.realloc( 1 ); in NSrchBkwrd()
700 aRet.startOffset.realloc( 1 ); in NSrchBkwrd()
702 aRet.endOffset.realloc( 1 ); in NSrchBkwrd()
796 aRet.startOffset.realloc( aRet.subRegExpressions); in RESrchFrwrd()
797 aRet.endOffset.realloc( aRet.subRegExpressions); in RESrchFrwrd()
847 aRet.startOffset.realloc( aRet.subRegExpressions); in RESrchBkwrd()
848 aRet.endOffset.realloc( aRet.subRegExpressions); in RESrchBkwrd()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx266 aRet.Rows.realloc( 1 ); \
274 aRet.Rows.realloc( 0 ); \
280 aRet.Rows.realloc( nRowCount ); \
295 aRet.Rows.realloc( 0 ); \
301 aRet.Rows.realloc( 0 ); \
324 aRet.Rows.realloc( nN-1 ); \
333 aRet.Rows.realloc( nN-1 ); \
343 aRet.Rows.realloc( nN-1 ); \
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx92 m_aComponentTags.realloc(3); in setComponentInfo()
98 m_aComponentBitCounts.realloc(3); in setComponentInfo()
250 m_aComponentTags.realloc(4); in VclCanvasBitmap()
257 m_aComponentBitCounts.realloc(4); in VclCanvasBitmap()
278 m_aComponentTags.realloc(4); in VclCanvasBitmap()
285 m_aComponentBitCounts.realloc(4); in VclCanvasBitmap()
306 m_aComponentTags.realloc(4); in VclCanvasBitmap()
313 m_aComponentBitCounts.realloc(4); in VclCanvasBitmap()
334 m_aComponentTags.realloc(4); in VclCanvasBitmap()
341 m_aComponentBitCounts.realloc(4); in VclCanvasBitmap()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Dframelistanalyzer.cxx122 m_lOtherVisibleFrames.realloc(nCount); in impl_analyze()
123 m_lOtherHiddenFrames.realloc(nCount); in impl_analyze()
124 m_lModelFrames.realloc(nCount); in impl_analyze()
299 m_lOtherVisibleFrames.realloc(nVisibleStep); in impl_analyze()
300 m_lOtherHiddenFrames.realloc(nHiddenStep); in impl_analyze()
301 m_lModelFrames.realloc(nModelStep); in impl_analyze()
/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx110 maHeader.realloc ( n_ConstHeaderSize + in XUnbufferedStream()
177 aData.realloc ( nRequestedBytes ); in readBytes()
201 aPureData.realloc( nRead ); in readBytes()
205 aData.realloc( nHeadRead + nRead ); in readBytes()
225 aData.realloc( nRead ); in readBytes()
280 maCompBuffer.realloc( nOldLen + aSuffix.getLength() ); in readBytes()
298 aData.realloc ( nTotal ); in readBytes()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx685 aRetval.realloc( 1 ); in DrawPolygon()
691 pOuterSequence->realloc((sal_Int32)nPoints); in DrawPolygon()
718 aRetval.realloc( 1 ); in DrawPolyLine()
724 pOuterSequence->realloc((sal_Int32)nPoints); in DrawPolyLine()
748 aRetval.Coordinates.realloc( 1 ); in DrawPolybezier()
749 aRetval.Flags.realloc( 1 ); in DrawPolybezier()
756 pOuterSequence->realloc( nPoints ); in DrawPolybezier()
757 pOuterFlags->realloc( nPoints ); in DrawPolybezier()
784 aRetval.Coordinates.realloc((sal_Int32)nNumPolys); in DrawPolyPolygon()
785 aRetval.Flags.realloc((sal_Int32)nNumPolys); in DrawPolyPolygon()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx823 aFilter.realloc(1); in IMPL_LINK_INLINE_END()
824 aHaving.realloc(1); in IMPL_LINK_INLINE_END()
832 aHaving[0].realloc(1); in IMPL_LINK_INLINE_END()
837 aFilter[0].realloc(1); in IMPL_LINK_INLINE_END()
852 _rValues.realloc( nPos + 1); in IMPL_LINK_INLINE_END()
853 _rValues[nPos].realloc( 1); in IMPL_LINK_INLINE_END()
860 _rValues[nPos].realloc( _rValues[nPos].getLength() + 1); in IMPL_LINK_INLINE_END()
876 _rValues.realloc( nPos + 1); in IMPL_LINK_INLINE_END()
877 _rValues[nPos].realloc( 1); in IMPL_LINK_INLINE_END()
884 _rValues[nPos].realloc( _rValues[nPos].getLength() + 1); in IMPL_LINK_INLINE_END()

12345678910>>...42