Lines Matching refs:realloc
605 rPolyPolygonShape3DRetval.SequenceX.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
606 rPolyPolygonShape3DRetval.SequenceY.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
607 rPolyPolygonShape3DRetval.SequenceZ.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
622 pOuterSequenceX->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
623 pOuterSequenceY->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
624 pOuterSequenceZ->realloc(nTargetCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
650 pOuterSequenceX->realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
651 pOuterSequenceY->realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
652 pOuterSequenceZ->realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
662 rPolyPolygonShape3DRetval.SequenceX.realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
663 rPolyPolygonShape3DRetval.SequenceY.realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()
664 rPolyPolygonShape3DRetval.SequenceZ.realloc(0); in B3DPolyPolygonToUnoPolyPolygonShape3D()