Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.src347 Text = "Rotate Left" ;
353 Text = "Rotate Left" ;
368 Text = "Rotate Right" ;
374 Text = "Rotate Right" ;
384 Text [ en-US ] = "Rotate counterclockwise by 45 degrees." ;
388 Text [ en-US ] = "Rotate clockwise by 45 degrees." ;
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx125 void Rotate(const Point& rCenter, double fSin, double fCos);
126 void Rotate(const Point& rCenter, sal_uInt16 nAngle);
190 void Rotate(const Point& rCenter, double fSin, double fCos);
191 void Rotate(const Point& rCenter, sal_uInt16 nAngle);
H A Dsvdglue.hxx106 void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pObj);
136 …void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* p…
H A Dcamera3d.hxx80 void Rotate(double fHAngle, double fVAngle);
H A Dsvdogrp.hxx93 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdovirt.hxx116 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
/trunk/main/tools/inc/tools/
H A Dpoly.hxx206 void Rotate( const Point& rCenter, double fSin, double fCos );
207 void Rotate( const Point& rCenter, sal_uInt16 nAngle10 );
309 void Rotate( const Point& rCenter, double fSin, double fCos );
310 void Rotate( const Point& rCenter, sal_uInt16 nAngle10 );
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1218 void XPolygon::Rotate(const Point& rCenter, double fSin, double fCos) in Rotate() function in XPolygon
1269 void XPolygon::Rotate(const Point& rCenter, sal_uInt16 nAngle) in Rotate() function in XPolygon
1278 Rotate(rCenter, fSin, fCos); in Rotate()
1976 void XPolyPolygon::Rotate(const Point& rCenter, double fSin, double fCos) in Rotate() function in XPolyPolygon
1981 pImpXPolyPolygon->aXPolyList.GetObject(i)->Rotate(rCenter, fSin, fCos); in Rotate()
2010 void XPolyPolygon::Rotate(const Point& rCenter, sal_uInt16 nAngle) in Rotate() function in XPolyPolygon
2019 Rotate(rCenter, fSin, fCos); in Rotate()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx480 sal_Bool BitmapEx::Rotate( long nAngle10, const Color& rFillColor ) in Rotate() function in BitmapEx
491 bRet = aBitmap.Rotate( nAngle10, aTransparentColor ); in Rotate()
494 bRet = aBitmap.Rotate( nAngle10, COL_BLACK ); in Rotate()
504 aMask.Rotate( nAngle10, COL_WHITE ); in Rotate()
509 bRet = aBitmap.Rotate( nAngle10, rFillColor ); in Rotate()
512 aMask.Rotate( nAngle10, COL_WHITE ); in Rotate()
H A Doutdev4.cxx260 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
274 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
346 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
359 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
383 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
568 aPoly.Rotate( aCenter, nAngle ); in ImplDrawComplexGradient()
H A Dgdimtf.cxx967 aRet.Rotate( rRotatePt, fSin, fCos ); in ImplGetRotatedPolygon()
980 aRet.Rotate( rRotatePt, fSin, fCos ); in ImplGetRotatedPolyPolygon()
1014 void GDIMetaFile::Rotate( long nAngle10 ) in Rotate() function in GDIMetaFile
1029 aPoly.Rotate( Point(), fSin, fCos ); in Rotate()
1184 aBmpEx.Rotate( nAngle10, Color( COL_TRANSPARENT ) ); in Rotate()
1198 aBmpEx.Rotate( nAngle10, Color( COL_TRANSPARENT ) ); in Rotate()
1211 aBmpEx.Rotate( nAngle10, Color( COL_TRANSPARENT ) ); in Rotate()
1225 aBmpEx.Rotate( nAngle10, Color( COL_TRANSPARENT ) ); in Rotate()
1364 aTransMtf.Rotate( nAngle10 ); in Rotate()
1377 aEPSMtf.Rotate( nAngle10 ); in Rotate()
H A Dalpha.cxx309 sal_Bool AlphaMask::Rotate( long nAngle10, sal_uInt8 cFillTransparency ) in Rotate() function in AlphaMask
311 …return Bitmap::Rotate( nAngle10, Color( cFillTransparency, cFillTransparency, cFillTransparency ) … in Rotate()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx513 void PolyPolygon::Rotate( const Point& rCenter, sal_uInt16 nAngle10 ) in Rotate() function in PolyPolygon
521 Rotate( rCenter, sin( fAngle ), cos( fAngle ) ); in Rotate()
527 void PolyPolygon::Rotate( const Point& rCenter, double fSin, double fCos ) in Rotate() function in PolyPolygon
540 mpImplPolyPolygon->mpPolyAry[ i ]->Rotate( rCenter, fSin, fCos ); in Rotate()
/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx178 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate() function in SdrGluePoint
375 void SdrGluePointList::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject*… in Rotate() function in SdrGluePointList
379 GetObject(nNum)->Rotate(rRef,nWink,sn,cs,pObj); in Rotate()
H A Dsvdogrp.cxx659 void SdrObjGroup::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() function in SdrObjGroup
671 if (pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate()
675 if (!pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate()
H A Dsvdovirt.cxx433 void SdrVirtObj::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() function in SdrVirtObj
437 rRefObj.Rotate(rRef-aAnchor,nWink,sn,cs); in Rotate()
H A Dsvdstr.src704 Text [ en-US ] = "Rotate %1" ;
940 Text [ en-US ] = "Rotate %1" ;
2277 Text [ en-US ] = "Rotate dimension value by 180 degree" ;
2522 Text [ en-US ] = "Rotate all" ;
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx240 aPoly.Rotate( aPt, nRot10 ); in DrawObj()
506 aPoly.Rotate( rPt, nRot10 ); in ImplCreateOutput()
647 aOutBmpEx.Rotate( nRot10, COL_TRANSPARENT ); in ImplCreateOutput()
1431 Polygon aPoly( Rectangle( aPt, rUnrotatedSzPix ) ); aPoly.Rotate( Point(), nRot10 ); in ImplCreateRotatedScaled()
1791 rBmpEx.Rotate( aAttr.GetRotation(), Color( COL_TRANSPARENT ) ); in ImplAdjust()
1896 rMtf.Rotate( aAttr.GetRotation() ); in ImplAdjust()
1971 aPoly.Rotate( aOutPt, nRot10 ); in ImplDraw()
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx121 aPoly3.Rotate( aPoly3.GetBoundRect().Center(), in setupMethodStubs()
845 aPoly2.Rotate(aClipRect.Center(),450); in outDevGrind()
/trunk/main/vcl/inc/vcl/
H A Dalpha.hxx88 sal_Bool Rotate( long nAngle10, sal_uInt8 cFillTransparency );
H A Dbitmapex.hxx280 sal_Bool Rotate( long nAngle10, const Color& rFillColor );
/trunk/main/svx/source/engine3d/
H A Dstring3d.src55 Text [ en-US ] = "Rotate 3D object" ;
/trunk/main/vcl/source/glyphs/
H A Dgcach_rbmp.cxx168 bool RawBitmap::Rotate( int nAngle ) in Rotate() function in RawBitmap
/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel_tmpl.hrc121 Text [ en-US ] = "Rotate Text" ; \
/trunk/main/vcl/inc/
H A Dglyphcache.hxx320 bool Rotate( int nAngle );

Completed in 166 milliseconds

12345