Searched refs:bIsClosed (Results 1 – 9 of 9) sorted by relevance
153 void flip(bool bIsClosed) in flip() argument159 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip()160 CoordinateData2DVector::iterator aStart(bIsClosed ? maVector.begin() + 1 : maVector.begin()); in flip()480 void flip(bool bIsClosed) in flip() argument486 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip()487 ControlVectorPair2DVector::iterator aStart(bIsClosed ? maVector.begin() + 1 : maVector.begin()); in flip()509 if(bIsClosed) in flip()
839 const bool bIsClosed(aCandidate.isClosed()); in createAreaGeometry() local840 const sal_uInt32 nEdgeCount(bIsClosed ? nPointCount : nPointCount - 1); in createAreaGeometry()841 const bool bLineCap(!bIsClosed && com::sun::star::drawing::LineCap_BUTT != eCap); in createAreaGeometry()851 if(bIsClosed && bEventuallyCreateLineJoin) in createAreaGeometry()870 if(bEventuallyCreateLineJoin && (bIsClosed || 0 != a)) in createAreaGeometry()
620 const bool bIsClosed(aPoly.isClosed()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local621 const sal_uInt32 nTargetCount(bIsClosed ? nPointCount + 1 : nPointCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()639 if(bIsClosed) in B3DPolyPolygonToUnoPolyPolygonShape3D()
3795 const bool bIsClosed(aPolygon.isClosed()); in B2DPolygonToUnoPointSequence() local3797 rPointSequenceRetval.realloc(bIsClosed ? nPointCount + 1 : nPointCount); in B2DPolygonToUnoPointSequence()3810 if(bIsClosed) in B2DPolygonToUnoPointSequence()
144 void SetClosedObj( bool bIsClosed );
1186 const bool bIsClosed(aPoly.isClosed()); in B2DPolyPolygonToSvxPointSequenceSequence() local1189 pOuterSequence->realloc(bIsClosed ? nPointCount + 1 : nPointCount); in B2DPolyPolygonToSvxPointSequenceSequence()1202 if(bIsClosed) in B2DPolyPolygonToSvxPointSequenceSequence()
1605 void SdrOle2Obj::SetClosedObj( bool bIsClosed ) in SetClosedObj() argument1609 bClosedObj = bIsClosed; in SetClosedObj()
1092 sal_Bool bIsClosed(IsClosed(meObjectKind)); in getSpecialDragComment() local1096 if(bIsClosed && nPntAnz > 2) in getSpecialDragComment()
991 sal_Bool bIsClosed (sal_True); in ExportColumns() local1022 bIsClosed = sal_False; in ExportColumns()1037 bIsClosed = sal_True; in ExportColumns()1079 if (!bIsClosed) in ExportColumns()
Completed in 92 milliseconds