Home
last modified time | relevance | path

Searched refs:realloc (Results 51 – 75 of 1036) sorted by relevance

12345678910>>...42

/aoo41x/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx705 aVbaArgs.realloc( 1 ); in implBuildArgumentList()
710 aVbaArgs.realloc( 2 ); in implBuildArgumentList()
717 aVbaArgs.realloc( 1 ); in implBuildArgumentList()
725 aVbaArgs.realloc( 1 ); in implBuildArgumentList()
730 aVbaArgs.realloc( 1 ); in implBuildArgumentList()
744 aVbaArgs.realloc( 1 ); in implBuildArgumentList()
750 aVbaArgs.realloc( 2 ); in implBuildArgumentList()
756 aVbaArgs.realloc( 1 ); in implBuildArgumentList()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx641 rPointSequenceSequenceRetval.realloc(nCount); in B2DPolyPolygonToUnoPointSequenceSequence()
654 rPointSequenceSequenceRetval.realloc(0); in B2DPolyPolygonToUnoPointSequenceSequence()
700 rPolyPolygonBezierCoordsRetval.Coordinates.realloc((sal_Int32)nCount); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
701 rPolyPolygonBezierCoordsRetval.Flags.realloc((sal_Int32)nCount); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
721 rPolyPolygonBezierCoordsRetval.Coordinates.realloc(0); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
722 rPolyPolygonBezierCoordsRetval.Flags.realloc(0); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
/aoo41x/main/comphelper/source/misc/
H A Dstoragehelper.cxx342 aProps.realloc( 2 ); in GetStorageOfFormatFromURL()
373 aProps.realloc( 2 ); in GetStorageOfFormatFromInputStream()
405 aProps.realloc( 2 ); in GetStorageOfFormatFromStream()
445 aEncryptionData.realloc( ++nSha1Ind ); in CreatePackageEncryptionData()
457 aEncryptionData.realloc( nSha1Ind + 2 ); in CreatePackageEncryptionData()
475 aEncryptionData.realloc( nSha1Ind ); in CreatePackageEncryptionData()
H A Dmimeconfighelper.cxx340 aResult.realloc( aObjPropNames.getLength() + 1 ); in GetObjPropsFromConfigEntry()
369 aResult.realloc( 0 ); in GetObjPropsFromConfigEntry()
404 aObjProps.realloc(2); in GetObjectPropsByStringClassID()
437 aObjProps.realloc(2); in GetObjectPropsByClassID()
640 aMediaDescr.realloc( nOldLen + 1 ); in UpdateMediaDescriptorWithFilterName()
657 aMediaDescr.realloc( nOldLen + 1 ); in UpdateMediaDescriptorWithFilterName()
697 aMediaDescr.realloc( nOldLen + 1 ); in UpdateMediaDescriptorWithFilterName()
/aoo41x/main/i18nutil/source/utility/
H A Dwidthfolding.cxx58 offset.realloc( nCount * 2 ); in decompose_ja_voiced_sound_marks()
95 offset.realloc(newStr->length); in decompose_ja_voiced_sound_marks()
135 offset.realloc( nCount ); in compose_ja_voiced_sound_marks()
199 offset.realloc(newStr->length); in compose_ja_voiced_sound_marks()
/aoo41x/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx79 mfpictStream.realloc( nCount + sizeof( METAFILEHEADER ) ); in WinMFPictToOOMFPict()
148 aRet.realloc( nSize ); in WinENHMFPictToOOMFPict()
151 aRet.realloc( 0 ); in WinENHMFPictToOOMFPict()
201 ooBmpStream.realloc(aWinDIB.getLength( ) + sizeof(BITMAPFILEHEADER)); in WinDIBToOOBMP()
501 bseq.realloc(size); in FileListToByteSequence()
/aoo41x/main/extensions/source/inc/
H A Dcomponentmodule.cxx187 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()
188 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent()
189 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
190 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent()
/aoo41x/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx197 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()
198 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent()
199 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
200 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent()
/aoo41x/main/svx/source/items/
H A Dcustomshapeitem.cxx136 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
159 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
185 rSecSequence.realloc( nCount + 1 ); in SetPropertyValue()
229 aPropSeq.realloc( aPropSeq.getLength() - 1 ); in ClearPropertyValue()
259 rSecSequence.realloc( aPropSeq.getLength() - 1 ); in ClearPropertyValue()
/aoo41x/main/chart2/source/model/template/
H A DColumnLineDataInterpreter.cxx82 aResult.Series.realloc(2); in interpretDataSource()
86 rLineDataSeries.realloc( nNumOfLines ); in interpretDataSource()
90 rColumnDataSeries.realloc( nNumberOfSeries - nNumOfLines ); in interpretDataSource()
/aoo41x/main/sax/test/sax/
H A Dfactory.hxx34 m_seqErrors.realloc( m_seqErrors.getLength() + 1 ); \
35 m_seqExceptions.realloc( m_seqExceptions.getLength() + 1 ); \
54 m_seqWarnings.realloc( m_seqErrors.getLength() +1 ); \
/aoo41x/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx156 aRetval.realloc(2); in create2DDecomposition()
370 aRetval.realloc(1); in create2DDecomposition()
387 aRetval.realloc(1); in create2DDecomposition()
405 aRetval.realloc(2); in create2DDecomposition()
483 aRetval.realloc(8); in create2DDecomposition()
/aoo41x/main/forms/source/component/
H A DListBox.cxx221 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING()
558 m_aDefaultSelectSeq.realloc(0); in read()
583 aListSourceSeq.realloc( nTokens ); in read()
1053 aSelectionIndicies.realloc(1); in translateDbColumnToControlValue()
1063 aSelectionIndicies.realloc( 1 ); in translateDbColumnToControlValue()
1165 aSelectIndexes.realloc( aSelectIndexesPure.getLength() ); in translateExternalValueToControlValue()
1180 aSelectIndexes.realloc( 1 ); in translateExternalValueToControlValue()
1212 aSelectIndexes.realloc( aSelectionSet.size() ); in translateExternalValueToControlValue()
1529 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
/aoo41x/main/chart2/source/view/axes/
H A DVPolarGrid.cxx95 rPoints[0].realloc(rPoints[0].getLength()+30); in createLinePointSequence_ForAngleAxis()
106 rPoints[0].realloc(nTick+1); in createLinePointSequence_ForAngleAxis()
111 rPoints[0].realloc(0); in createLinePointSequence_ForAngleAxis()
156 aPoints[0].realloc(2); in create2DAngleGrid()
/aoo41x/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx202 nList.realloc( nLength - 1 ); in setValueEvent()
213 nList.realloc( nLength + 1 ); in setValueEvent()
218 nList.realloc( 1 ); in setValueEvent()
284 aServiceNames.realloc( 1 ); in getServiceNames()
/aoo41x/main/oox/source/xls/
H A Dbiffcodec.cxx106 maEncryptionData.realloc( 0 ); in implVerifyPassword()
126 maEncryptionData.realloc( 0 ); in implVerifyEncryptionData()
192 maEncryptionData.realloc( 0 ); in implVerifyPassword()
216 maEncryptionData.realloc( 0 ); in implVerifyEncryptionData()
/aoo41x/main/stoc/source/invocation/
H A Dinvocation.cxx680 OutIndizes.realloc( nFParamsLen ); in invoke()
732 OutIndizes.realloc( nOutIndex ); in invoke()
734 OutParams.realloc( nOutIndex ); in invoke()
845 pStringSeq->realloc( nTotalCount ); in getInfoSequenceImpl()
852 pInfoSeq->realloc( nTotalCount ); in getInfoSequenceImpl()
1004 rInfo.aParamTypes.realloc( nParamCount ); in fillInfoForMethod()
1006 rInfo.aParamModes.realloc( nParamCount ); in fillInfoForMethod()
1074 types.realloc( n ); in getTypes()
/aoo41x/main/extensions/test/stm/
H A Dtestfactreg.hxx58 m_seqErrors.realloc( m_seqErrors.getLen() + 1 ); \
59 m_seqExceptions.realloc( m_seqExceptions.getLen() + 1 ); \
77 m_seqWarnings.realloc( m_seqErrors.getLen() +1 ); \
/aoo41x/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx216 offset.realloc(one2one ? 0 : count); in getWordConversion()
229 result.Candidates.realloc(1); in getConversions()
274 offset.realloc(0); in getConversionWithOffset()
279 offset.realloc(2*nLength); in getConversionWithOffset()
/aoo41x/main/io/test/stm/
H A Dtestfactreg.hxx65 m_seqErrors.realloc( m_seqErrors.getLength() + 1 ); \
66 m_seqExceptions.realloc( m_seqExceptions.getLength() + 1 ); \
85 m_seqWarnings.realloc( m_seqErrors.getLength() +1 ); \
/aoo41x/main/package/source/zippackage/
H A DZipPackageBuffer.cxx54 aData.realloc ( nBytesToRead ); in readBytes()
95 m_aBuffer.realloc(static_cast < sal_Int32 > (m_nBufferSize)); in writeBytes()
100 m_aBuffer.realloc ( static_cast < sal_Int32 > ( m_nBufferSize ) ); in writeBytes()
/aoo41x/main/chart2/source/tools/
H A DDataSourceHelper.cxx177 aArguments.realloc( aArguments.getLength() + 1 ); in createArguments()
184 aArguments.realloc( aArguments.getLength() + 1 ); in createArguments()
477 aResult.realloc( 2 ); in getRangesFromLabeledDataSequence()
483 aResult.realloc( 1 ); in getRangesFromLabeledDataSequence()
489 aResult.realloc( 1 ); in getRangesFromLabeledDataSequence()
/aoo41x/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx66 maProperties.realloc( 0 ); in add()
86 maProperties.realloc( 0 ); in remove()
95 maProperties.realloc ( nSize ); in getProperties()
/aoo41x/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx544 aMandatoryServices.realloc( nMS ); in getReferences()
545 aOptionalServices.realloc( nOS ); in getReferences()
546 aMandatoryInterfaces.realloc( nMI ); in getReferences()
547 aOptionalInterfaces.realloc( nOI ); in getReferences()
/aoo41x/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx149 offset.realloc(nCount * NMAPPINGMAX); in transliterate()
160 offset.realloc(j); in transliterate()
190 offset.realloc( nOffCount ); in transliterate()
417 offset.realloc( aRes.getLength() ); in transliterate_titlecase_Impl()

Completed in 145 milliseconds

12345678910>>...42