Home
last modified time | relevance | path

Searched refs:bIsClosed (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx153 void flip(bool bIsClosed) in flip() argument
159 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() argument
486 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()
H A Db2dlinegeometry.cxx839 const bool bIsClosed(aCandidate.isClosed()); in createAreaGeometry() local
840 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()
H A Db3dpolypolygontools.cxx620 const bool bIsClosed(aPoly.isClosed()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
621 const sal_uInt32 nTargetCount(bIsClosed ? nPointCount + 1 : nPointCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
639 if(bIsClosed) in B3DPolyPolygonToUnoPolyPolygonShape3D()
H A Db2dpolygontools.cxx3795 const bool bIsClosed(aPolygon.isClosed()); in B2DPolygonToUnoPointSequence() local
3797 rPointSequenceRetval.realloc(bIsClosed ? nPointCount + 1 : nPointCount); in B2DPolygonToUnoPointSequence()
3810 if(bIsClosed) in B2DPolygonToUnoPointSequence()
/trunk/main/svx/inc/svx/
H A Dsvdoole2.hxx144 void SetClosedObj( bool bIsClosed );
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1186 const bool bIsClosed(aPoly.isClosed()); in B2DPolyPolygonToSvxPointSequenceSequence() local
1189 pOuterSequence->realloc(bIsClosed ? nPointCount + 1 : nPointCount); in B2DPolyPolygonToSvxPointSequenceSequence()
1202 if(bIsClosed) in B2DPolyPolygonToSvxPointSequenceSequence()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx1605 void SdrOle2Obj::SetClosedObj( bool bIsClosed ) in SetClosedObj() argument
1609 bClosedObj = bIsClosed; in SetClosedObj()
H A Dsvdopath.cxx1092 sal_Bool bIsClosed(IsClosed(meObjectKind)); in getSpecialDragComment() local
1096 if(bIsClosed && nPntAnz > 2) in getSpecialDragComment()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx991 sal_Bool bIsClosed (sal_True); in ExportColumns() local
1022 bIsClosed = sal_False; in ExportColumns()
1037 bIsClosed = sal_True; in ExportColumns()
1079 if (!bIsClosed) in ExportColumns()

Completed in 151 milliseconds