Searched refs:nTargetCount (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sax/source/expatwrap/ |
H A D | xml2utf.cxx | 392 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()
|
/aoo41x/main/io/source/TextOutputStream/ |
H A D | TextOutputStream.cxx | 128 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()
|
/aoo41x/main/io/source/TextInputStream/ |
H A D | TextInputStream.cxx | 311 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()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | baseprimitive3d.cxx | 234 const sal_Int32 nTargetCount(nSourceCount + nDestCount); in appendPrimitive3DSequenceToPrimitive3DSequence() local 237 rDest.realloc(nTargetCount); in appendPrimitive3DSequenceToPrimitive3DSequence() 247 if(nInsertPos != nTargetCount) in appendPrimitive3DSequenceToPrimitive3DSequence()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | baseprimitive2d.cxx | 255 const sal_Int32 nTargetCount(nSourceCount + nDestCount); in appendPrimitive2DSequenceToPrimitive2DSequence() local 258 rDest.realloc(nTargetCount); in appendPrimitive2DSequenceToPrimitive2DSequence() 268 if(nInsertPos != nTargetCount) in appendPrimitive2DSequenceToPrimitive2DSequence()
|
/aoo41x/main/framework/source/fwi/classes/ |
H A D | protocolhandlercache.cxx | 287 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()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b3dpolypolygontools.cxx | 621 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 D | b2dpolygontools.cxx | 4031 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()
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkwrapper.cxx | 483 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()
|
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 2391 const sal_uInt32 nTargetCount(nB2DLocalCount + (bClosed ? 1L : 0L)); in Polygon() local 2392 mpImplPolygon = new ImplPolygon( static_cast< sal_uInt16 >(nTargetCount) ); in Polygon()
|
Completed in 76 milliseconds