Home
last modified time | relevance | path

Searched refs:nPoints (Results 51 – 64 of 64) sorted by relevance

123

/trunk/main/slideshow/source/engine/transitions/
H A Dfigurewipe.hxx38 static FigureWipe * createStarWipe( sal_Int32 nPoints );
/trunk/main/svx/inc/
H A Dxpolyimp.hxx48 sal_uInt16 nPoints; member in ImpXPolygon
/trunk/main/tools/inc/
H A Dpoly.h52 … ImplPolygon( sal_uInt16 nPoints, const Point* pPtAry, const sal_uInt8* pInitFlags = NULL );
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx86 sal_uInt16 nPoints = rPoly.GetSize(); in DBG_NAMEEX() local
88 if ( nPoints < 2 ) in DBG_NAMEEX()
92 mpGraphics->DrawPolygon( nPoints, pPtAry, this ); in DBG_NAMEEX()
H A Dpdfwriter_impl.cxx1461 sal_uInt16 nPoints = rPoly.GetSize(); in appendPolygon() local
1466 if( nPoints > 0 ) in appendPolygon()
1523 sal_uInt32 nPoints = aPoly.count(); in appendPolygon() local
1524 if( nPoints > 0 ) in appendPolygon()
8454 int nPoints = rPoly.GetSize(); in drawPolygon() local
8455 OStringBuffer aLine( 20 * nPoints ); in drawPolygon()
9020 sal_uInt16 nPoints = rPoly.GetSize(); in drawPolyLine() local
9021 if( nPoints < 2 ) in drawPolyLine()
9029 OStringBuffer aLine( 20 * nPoints ); in drawPolyLine()
9301 sal_uInt16 nPoints = rPoints.GetSize(); in drawPixel() local
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx445 const int nPoints = pSub->getNumPoints(); in printPath() local
449 for( int n=0; n<nPoints; ++n ) in printPath()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx700 const sal_uInt16 nPoints(aPoly.GetSize()); in ImplWriteActions() local
703 for(sal_uInt16 a(0); a + 1 < nPoints; a++) in ImplWriteActions()
707 && a + 2 < nPoints in ImplWriteActions()
709 && a + 3 < nPoints) in ImplWriteActions()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx690 sal_uInt32 nPoints(aPolygon.count()); in DoExecute() local
691 const ::basegfx::B2DPoint aNewB2DCenter(aPolygon.getB2DPoint(nPoints - 1L)); in DoExecute()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx69 inline int PtTo10Mu( int nPoints ) { return (int)((((double)nPoints)*35.27777778)+0.5); } in PtTo10Mu() argument
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx125 void setHeightPoints( sal_Int16 nPoints );
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx94 void SetPointCount( sal_uInt16 nPoints );
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx196 double nPoints = nVal; in lcl_TwipsToPoints() local
197 return nPoints / 20; in lcl_TwipsToPoints()
3722 double nPoints = lcl_TwipsToPoints( nWidth ); in getCalcColWidth() local
3723 nPoints = lcl_Round2DecPlaces( nPoints ); in getCalcColWidth()
3724 return nPoints; in getCalcColWidth()
3732 double nPoints = lcl_TwipsToPoints( nWidth ); in getCalcRowHeight() local
3733 nPoints = lcl_Round2DecPlaces( nPoints ); in getCalcRowHeight()
3734 return nPoints; in getCalcRowHeight()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx120 inline int PtTo10Mu( int nPoints ) { return (int)((((double)nPoints)*35.27777778)+0.5); } in PtTo10Mu() argument
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1410 sal_Int32 nPoints = pPointSeq[i].getLength(); in setPropertyValue() local
1412 Polygon aSet( (sal_uInt16)nPoints ); in setPropertyValue()
1413 for(sal_Int32 j = 0; j < nPoints; j++) in setPropertyValue()

Completed in 163 milliseconds

123