Searched refs:nSegCnt (Results 1 – 1 of 1) sorted by relevance
89 sal_uInt32 nSegCnt(rPoly.count()); in E3dLatheObj() local91 if(nSegCnt && !rPoly.isClosed()) in E3dLatheObj()93 nSegCnt -= 1; in E3dLatheObj()96 GetProperties().SetObjectItemDirect(Svx3DVerticalSegmentsItem(nSegCnt)); in E3dLatheObj()196 sal_uInt32 nSegCnt(rPoly.count()); in SetPolyPoly2D() local198 if(nSegCnt && !rPoly.isClosed()) in SetPolyPoly2D()200 nSegCnt -= 1; in SetPolyPoly2D()203 GetProperties().SetObjectItemDirect(Svx3DVerticalSegmentsItem(nSegCnt)); in SetPolyPoly2D()
Completed in 5 milliseconds