Home
last modified time | relevance | path

Searched refs:nTargetCount (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx392 sal_Size nTargetCount = 0; in convert() local
416 nTargetCount += rtl_convertTextToUnicode( in convert()
421 &( seqUnicode.getArray()[ nTargetCount ] ), in convert()
422 seqUnicode.getLength() - nTargetCount, in convert()
448 seqUnicode.realloc( nTargetCount ); in convert()
500 sal_Size nTargetCount = 0; in convert() local
515 nTargetCount += rtl_convertUnicodeToText( in convert()
520 &( pTarget[nTargetCount] ), in convert()
521 nSeqSize - nTargetCount, in convert()
550 seqText.realloc( nTargetCount ); in convert()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx311 sal_Size nTargetCount = 0; in implReadNext() local
318 nTargetCount += rtl_convertTextToUnicode( in implReadNext()
323 mpBuffer + mnCharsInBuffer + nTargetCount, in implReadNext()
324 nFreeBufferSize - nTargetCount, in implReadNext()
366 mnCharsInBuffer += nTargetCount; in implReadNext()
367 return nTargetCount; in implReadNext()
/trunk/main/io/source/TextOutputStream/
H A DTextOutputStream.cxx128 sal_Size nTargetCount = 0; in implConvert() local
143 nTargetCount += rtl_convertUnicodeToText( in implConvert()
148 &( pTarget[nTargetCount] ), in implConvert()
149 nSeqSize - nTargetCount, in implConvert()
167 seqText.realloc( nTargetCount ); in implConvert()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx234 const sal_Int32 nTargetCount(nSourceCount + nDestCount); in appendPrimitive3DSequenceToPrimitive3DSequence() local
237 rDest.realloc(nTargetCount); in appendPrimitive3DSequenceToPrimitive3DSequence()
247 if(nInsertPos != nTargetCount) in appendPrimitive3DSequenceToPrimitive3DSequence()
/trunk/main/drawinglayer/source/primitive2d/
H A Dbaseprimitive2d.cxx255 const sal_Int32 nTargetCount(nSourceCount + nDestCount); in appendPrimitive2DSequenceToPrimitive2DSequence() local
258 rDest.realloc(nTargetCount); in appendPrimitive2DSequenceToPrimitive2DSequence()
268 if(nInsertPos != nTargetCount) in appendPrimitive2DSequenceToPrimitive2DSequence()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx287 sal_Int32 nTargetCount = nSourceCount; in read() local
289 css::uno::Sequence< ::rtl::OUString > lFullNames ( nTargetCount ); in read()
312 for( nTarget=0; nTarget<nTargetCount; ++nTarget ) in read()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx621 const sal_uInt32 nTargetCount(bIsClosed ? nPointCount + 1 : nPointCount); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
622 pOuterSequenceX->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
623 pOuterSequenceY->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
624 pOuterSequenceZ->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
H A Db2dpolygontools.cxx4031 const sal_uInt32 nTargetCount(aCollectPoints.size()); in B2DPolygonToUnoPolygonBezierCoords() local
4032 … OSL_ENSURE(nTargetCount == aCollectFlags.size(), "Unequal Point and Flag count (!)"); in B2DPolygonToUnoPolygonBezierCoords()
4034 rPointSequenceRetval.realloc((sal_Int32)nTargetCount); in B2DPolygonToUnoPolygonBezierCoords()
4035 rFlagSequenceRetval.realloc((sal_Int32)nTargetCount); in B2DPolygonToUnoPolygonBezierCoords()
4039 for(sal_uInt32 a(0); a < nTargetCount; a++) in B2DPolygonToUnoPolygonBezierCoords()
4051 const sal_uInt32 nTargetCount(nPointCount + (bClosed ? 1 : 0)); in B2DPolygonToUnoPolygonBezierCoords() local
4053 rPointSequenceRetval.realloc((sal_Int32)nTargetCount); in B2DPolygonToUnoPolygonBezierCoords()
4054 rFlagSequenceRetval.realloc((sal_Int32)nTargetCount); in B2DPolygonToUnoPolygonBezierCoords()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx483 sal_uInt32 nTargetCount = aRelation.TargetSet.getLength(); in wrapper_ref_relation_set() local
484 AtkObject **pTargets = (AtkObject **) alloca( nTargetCount * sizeof(AtkObject *) ); in wrapper_ref_relation_set()
486 for( sal_uInt32 i = 0; i < nTargetCount; i++ ) in wrapper_ref_relation_set()
495 pTargets, nTargetCount, in wrapper_ref_relation_set()
/trunk/main/tools/source/generic/
H A Dpoly.cxx2391 const sal_uInt32 nTargetCount(nB2DLocalCount + (bClosed ? 1L : 0L)); in Polygon() local
2392 mpImplPolygon = new ImplPolygon( static_cast< sal_uInt16 >(nTargetCount) ); in Polygon()

Completed in 66 milliseconds