Home
last modified time | relevance | path

Searched refs:realloc (Results 126 – 150 of 1036) sorted by relevance

12345678910>>...42

/aoo41x/main/i18npool/source/transliteration/
H A DignoreIandEfollowedByYa_ja_JP.cxx93 offset.realloc( nCount ); in folding()
141 offset.realloc(newStr->length); in folding()
H A DignoreIterationMark_ja_JP.cxx108 offset.realloc( nCount ); in folding()
148 offset.realloc(newStr->length); in folding()
H A Dtransliteration_Numeric.cxx79 offset.realloc(nCount); in transliterateBullet()
115 offset.realloc(j); in transliterateBullet()
/aoo41x/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx78 offset.realloc(nCount); in AsciiToNativeChar()
187 offset.realloc( nCount * 2 ); in AsciiToNative()
248 offset.realloc(count); in AsciiToNative()
317 offset.realloc( nCount * MultiplierExponent_7_CJK[0] + 1 ); in NativeToAscii()
369 offset.realloc(count); in NativeToAscii()
/aoo41x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx974 aRegressionPoly.SequenceX.realloc(1); in createRegressionCurvesShapes()
975 aRegressionPoly.SequenceY.realloc(1); in createRegressionCurvesShapes()
976 aRegressionPoly.SequenceZ.realloc(1); in createRegressionCurvesShapes()
977 aRegressionPoly.SequenceX[0].realloc(nRegressionPointCount); in createRegressionCurvesShapes()
978 aRegressionPoly.SequenceY[0].realloc(nRegressionPointCount); in createRegressionCurvesShapes()
979 aRegressionPoly.SequenceZ[0].realloc(nRegressionPointCount); in createRegressionCurvesShapes()
1012 aRegressionPoly.SequenceX[0].realloc(nRealPointCount); in createRegressionCurvesShapes()
1013 aRegressionPoly.SequenceY[0].realloc(nRealPointCount); in createRegressionCurvesShapes()
1014 aRegressionPoly.SequenceZ[0].realloc(nRealPointCount); in createRegressionCurvesShapes()
/aoo41x/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx82 aSeq.realloc(nRealControls); in ImplCreateComponentSequence()
93 rComponents.realloc( nCtrls ); in ImplCreateComponentSequence()
350 aControlComponents.realloc( 0 ); in activateTabOrder()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx285 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
328 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
380 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
H A DMinMaxLineWrapper.cxx313 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
364 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
416 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
/aoo41x/main/sdext/source/pdfimport/
H A Dfilterdet.cxx487 rFilterData.realloc( ++nAttribs ); in detect()
500 rFilterData.realloc( ++nAttribs ); in detect()
509 rFilterData.realloc( ++nAttribs ); in detect()
520 rFilterData.realloc( ++nAttribs ); in detect()
/aoo41x/main/svl/source/misc/
H A Dstrmadpt.cxx310 rData.realloc(nBytesToRead); in readBytes()
326 rData.realloc(nSize); in readBytes()
343 rData.realloc(nMaxBytesToRead); in readSomeBytes()
361 rData.realloc(sal_Int32(nCount)); in readSomeBytes()
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx86 aData.realloc( nBytesToRead ); in readBytes()
97 aData.realloc(nBytesRead); in readBytes()
/aoo41x/main/oox/source/helper/
H A Dbinaryoutputstream.cxx100 maBuffer.realloc( nWriteSize ); in writeMemory()
128 const_cast< StreamDataSequence* >( mpData )->realloc( mnPos + nBytes ); in writeMemory()
/aoo41x/main/soltools/mkdepend/
H A Ddef.h149 char *malloc(), *realloc();
153 char *realloc();
/aoo41x/main/linguistic/source/
H A Ddefs.hxx66 aSvcImplNames.realloc(1); in LangSvcEntries()
77 aSvcImplNames.realloc(0); in Clear()
/aoo41x/main/cui/source/dialogs/
H A Dplfilter.cxx115 rPluginNames.realloc( nIndex ); in fillNetscapePluginFilters()
116 rPluginTypes.realloc( nIndex ); in fillNetscapePluginFilters()
/aoo41x/main/scripting/source/vbaevents/
H A Deventhelper.cxx208 translatedParams.realloc(4); in ooMouseEvtToVBAMouseEvt()
229 translatedParams.realloc(1); in ooKeyPressedToVBAKeyPressed()
245 translatedParams.realloc(2); in ooKeyPressedToVBAKeyUpDown()
519 aDest.realloc( nEvts );// should never happen in createEvents()
523 aDest.realloc( nEvts ); in createEvents()
/aoo41x/main/tools/source/generic/
H A Dsvlibrary.cxx72 aRes.realloc( nMaxEntries ); in GetMultiPaths_Impl()
87 aRes.realloc( nCount ); in GetMultiPaths_Impl()
/aoo41x/main/forms/source/component/
H A DGroupBox.cxx81 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
161 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
/aoo41x/main/oox/source/ppt/
H A Danimationspersist.cxx151 aNewSeq.realloc(nSize+1); in addToSequence()
156 aNewSeq.realloc(2); in addToSequence()
/aoo41x/main/desktop/source/app/
H A Ddispatchwatcher.cxx304 aArgs.realloc( nIndex+1 ); in executeDispatchRequests()
316 aArgs.realloc(nIndex+1); in executeDispatchRequests()
324 aArgs.realloc(nIndex+1); in executeDispatchRequests()
/aoo41x/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx276 aRes.realloc(gs.size()); in getAvailableLanguages()
300 aRes.realloc(gs.size()); in getEnabledLanguages()
324 aRes.realloc(gs.size()); in getDisabledLanguages()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx260 aFilePathList.realloc(aFilePathList.getLength() + 1); in getFiles()
283 aFilePathList.realloc( 0 ); in getFiles()
546 aFilePathList.realloc( 1 ); in getFiles()
/aoo41x/main/extensions/workben/
H A Dtestpgp.cxx229 m_buffer.realloc (n + k); in setBuffer()
285 rData.realloc(k); in readBytes()
391 m_buffer.realloc (n + rBuffer.getLength()); in writeBytes()
/aoo41x/main/drawinglayer/source/geometry/
H A Dviewinformation3d.cxx153 mxExtendedInformation.realloc(nCount); in impInterpretPropertyValues()
232 mxExtendedInformation.realloc(nExtendedInsert); in impInterpretPropertyValues()
269 mxViewInformation.realloc(nCount); in impFillViewInformationFromContent()
/aoo41x/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx74 aRetval.realloc(nCount); in createOverlayObjectPrimitive2DSequence()
102 aRetval.realloc(2); in createOverlayObjectPrimitive2DSequence()

Completed in 137 milliseconds

12345678910>>...42