Home
last modified time | relevance | path

Searched defs:nLoopCount (Results 1 – 18 of 18) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx235 … const sal_uInt32 nLoopCount(aCandidate.isClosed() ? aCandidate.count() : aCandidate.count() - 1L); in impPaintStrokePolygon() local
H A Dsvdotextpathdecomposition.cxx718 sal_uInt32 nLoopCount(rPathPolyPolygon.count()); in impDecomposePathTextPrimitive() local
H A Dsvdotext.cxx1061 unsigned nLoopCount=0; in ImpSetCharStretching() local
H A Dsvdedtv2.cxx1531 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in ImpDismantleOneObject() local
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx335 sal_uInt16 nLoopCount = (sal_uInt16) rAnimation.GetLoopCount(); in WriteLoopExtension() local
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx931 long nLoopCount = aAnimation.GetLoopCount(); in AddObj() local
1152 long nLoopCount = 0L; in CreateAnimObj() local
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx252 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in getLength() local
1101 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isPointOnPolygon() local
H A Db2dpolygontools.cxx2270 const sal_uInt32 nLoopCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isPointOnPolygon() local
3012 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nSegments : nSegments + 1L); in reSegmentPolygon() local
3944 … const sal_uInt32 nLoopCount(bClosed ? nPointCount : (nPointCount ? nPointCount - 1 : 0)); in B2DPolygonToUnoPolygonBezierCoords() local
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx491 const sal_uInt32 nLoopCount(bClosed ? nPointCount : nPointCount - 1); in impCreate3DDecomposition() local
H A Dsdrextrudelathetools3d.cxx598 const sal_uInt32 nLoopCount(bClosed ? nNumSlices : nNumSlices - 1L); in extractPlanesFromSlice() local
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx631 sal_Int32 nLoopCount = nLoops ; in measureTime() local
/trunk/main/framework/test/
H A Dthreadtest.cxx636 sal_Int32 nLoopCount = nLoops ; in measureTime() local
/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx435 for (int nLoopCount=0; nLoopCount<5; ++nLoopCount) in CheckFontSize() local
/trunk/main/vcl/source/gdi/
H A Danimate.cxx624 void Animation::SetLoopCount( const sal_uLong nLoopCount ) in SetLoopCount()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx3127 long nLoopCount = bIsDataLayout ? 1 : nCount; in SortMembers() local
3143 long nLoopCount = bIsDataLayout ? 1 : nCount; in DoAutoShow() local
3670 long nLoopCount = bIsDataLayout ? 1 : nCount; in SortMembers() local
3692 long nLoopCount = bIsDataLayout ? 1 : nCount; in DoAutoShow() local
H A Ddpgroup.cxx989 long nLoopCount = 0; in GetNumEntries() local
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx1113 sal_uInt16 nLoopCount = 0; in UpdateCols() local
/trunk/main/tools/source/generic/
H A Dpoly.cxx2295 …const sal_uInt32 nLoopCount(bClosed ? nB2DLocalCount : (nB2DLocalCount ? nB2DLocalCount - 1L : 0L … in Polygon() local

Completed in 151 milliseconds