Home
last modified time | relevance | path

Searched refs:realloc (Results 201 – 225 of 1036) sorted by relevance

12345678910>>...42

/aoo42x/main/forms/source/component/
H A DCurrency.cxx73 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
180 aSupported.realloc( nOldLen + 4 ); in IMPLEMENT_DEFAULT_CLONING()
H A DCheckBox.cxx71 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
124 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING()
H A DImageButton.cxx91 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
193 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
/aoo42x/main/scripting/source/basprov/
H A Dbasscript.cxx218 aOutParamIndex.realloc( nOutParamCount ); in invoke()
219 aOutParam.realloc( nOutParamCount ); in invoke()
/aoo42x/main/io/source/acceptor/
H A Dacc_pipe.cxx102 aReadBytes.realloc( nBytesToRead ); in read()
108 aReadBytes.realloc( n ); in read()
/aoo42x/main/svx/source/sdr/attribute/
H A Dsdrallfillattributeshelper.cxx52 maPrimitives.realloc(1); in createPrimitive2DSequence()
159 const_cast< SdrAllFillAttributesHelper* >(this)->maPrimitives.realloc(0); in getPrimitive2DSequence()
/aoo42x/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx71 aLineTubeList.realloc(nLineTubeSegments); in getLineTubeSegments()
130 aLineCapList.realloc(nLineCapSegments); in getLineCapSegments()
209 aLineCapRoundList.realloc(nCount); in getLineCapRoundSegments()
/aoo42x/main/cppuhelper/source/
H A Dinterfacecontainer.cxx52 static void realloc( Sequence< Reference< XInterface > > & rSeq, sal_Int32 nNewLen ) in realloc() function
55 rSeq.realloc( nNewLen ); in realloc()
239 realloc( *aData.pAsSequence, nLen +1 ); in addInterface()
/aoo42x/main/svx/source/table/
H A Dviewcontactoftableobj.cxx463 xRetval.realloc(nInsert); in create2DDecomposition()
673 xCellSequence.realloc(nCellInsert); in createViewIndependentPrimitive2DSequence()
674 xBorderSequence.realloc(nBorderInsert); in createViewIndependentPrimitive2DSequence()
/aoo42x/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx294 byteSequence.realloc(flavorDataLength); in getOOoData()
350 unkHtmlData.realloc(flavorDataLength); in getOOoData()
757 flavors.realloc(flavors.getLength() + 1); in typesArrayToFlavorSequence()
/aoo42x/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx70 m_Nodes.realloc( 1 ); in BrowseNodeAggregator()
82 m_Nodes.realloc( index + 1 ); in addBrowseNode()
332 locnBNs.realloc( mspIndex ); in getAllBrowseNodes()
/aoo42x/main/linguistic/source/
H A Dhyphdsp.cxx217 aHyphPos.realloc( nHyphCount ); in buildPossHyphens()
689 pEntry->aSvcImplNames.realloc(1); in SetServiceList()
718 aRes.realloc(1); in GetServiceList()
/aoo42x/main/oox/source/docprop/
H A Ddocprophandler.cxx182 aResult.realloc( nCounter + 10 ); in GetKeywordsSet()
193 aResult.realloc( nCounter + 1 ); in GetKeywordsSet()
258 aSet.realloc( nLen + 1 ); in UpdateDocStatistic()
/aoo42x/main/extensions/test/sax/
H A Dtestwriter.cxx57 m_seqErrors.realloc( m_seqErrors.getLen() + 1 ); \
58 m_seqExceptions.realloc( m_seqExceptions.getLen() + 1 ); \
76 m_seqWarnings.realloc( m_seqErrors.getLen() +1 ); \
/aoo42x/main/svl/source/fsstor/
H A Dfsfactory.cxx151 aPropsToSet.realloc(1); in createInstanceWithArguments()
159 aPropsToSet.realloc( ++nNumArgs ); in createInstanceWithArguments()
/aoo42x/main/sw/source/ui/vba/
H A Dvbaparagraph.cxx60 aServiceNames.realloc( 1 ); in getServiceNames()
166 sNames.realloc( 1 ); in getServiceNames()
/aoo42x/main/comphelper/source/misc/
H A Ddocpasswordrequest.cxx107 maContinuations.realloc( 2 ); in SimplePasswordRequest()
188 maContinuations.realloc( 2 ); in DocPasswordRequest()
/aoo42x/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx67 aData.realloc(nBytesToRead); in readBytes()
76 aData.realloc( sal::static_int_cast< sal_Int32 >(nRead) ); in readBytes()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx151 aData.realloc(nBytesToRead); in readBytes()
164 aData.realloc(sal_Int32(nrc)); in readBytes()
/aoo42x/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx144 offset.realloc( nCount ); in folding()
204 offset.realloc(newStr->length); in folding()
/aoo42x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx541 (*aIt).aEventList.realloc( (*aIt).aEventList.getLength() +1 ); in registerScriptEvent()
552 (*aObjIt).aAttachedListenerSeq.realloc( nPos + 1 ); in registerScriptEvent()
651 rEventList.realloc( rEventList.getLength() - 1 ); in revokeScriptEvent()
671 (*aIt).aEventList.realloc( 0 ); in revokeScriptEvents()
/aoo42x/main/svl/source/misc/
H A Dlockfilecommon.cxx132 aResult.realloc( nCurEntry + 10 ); in ParseList()
137 aResult.realloc( nCurEntry ); in ParseList()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgmasknode.cxx315 rTarget.realloc(0); in apply()
322 rTarget.realloc(0); in apply()
/aoo42x/main/unotools/source/streaming/
H A Dstreamhelper.cxx55 aData.realloc(nBytesToRead); in readBytes()
67 aData.realloc( nRead ); in readBytes()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumentevents.cxx194 aEventDescriptor.realloc( 0 ); in replaceByName()
201 aEventDescriptor.realloc( 0 ); in replaceByName()

Completed in 132 milliseconds

12345678910>>...42