/aoo41x/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.src | 347 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." ;
|
/aoo41x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 125 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 D | svdglue.hxx | 106 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 D | camera3d.hxx | 80 void Rotate(double fHAngle, double fVAngle);
|
H A D | svdogrp.hxx | 93 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
|
H A D | svdovirt.hxx | 116 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
|
/aoo41x/main/tools/inc/tools/ |
H A D | poly.hxx | 206 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 );
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1218 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 478 sal_Bool BitmapEx::Rotate( long nAngle10, const Color& rFillColor ) in Rotate() function in BitmapEx 489 bRet = aBitmap.Rotate( nAngle10, aTransparentColor ); in Rotate() 492 bRet = aBitmap.Rotate( nAngle10, COL_BLACK ); in Rotate() 502 aMask.Rotate( nAngle10, COL_WHITE ); in Rotate() 507 bRet = aBitmap.Rotate( nAngle10, rFillColor ); in Rotate() 510 aMask.Rotate( nAngle10, COL_WHITE ); in Rotate()
|
H A D | outdev4.cxx | 260 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 D | gdimtf.cxx | 967 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 D | alpha.cxx | 309 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()
|
/aoo41x/main/tools/source/generic/ |
H A D | poly2.cxx | 513 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdglue.cxx | 178 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 D | svdogrp.cxx | 659 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 D | svdovirt.cxx | 433 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()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 240 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()
|
/aoo41x/main/vcl/workben/ |
H A D | outdevgrind.cxx | 121 aPoly3.Rotate( aPoly3.GetBoundRect().Center(), in setupMethodStubs() 845 aPoly2.Rotate(aClipRect.Center(),450); in outDevGrind()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | alpha.hxx | 88 sal_Bool Rotate( long nAngle10, sal_uInt8 cFillTransparency );
|
H A D | bitmapex.hxx | 280 sal_Bool Rotate( long nAngle10, const Color& rFillColor );
|
H A D | gdimtf.hxx | 161 void Rotate( long nAngle10 );
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_rbmp.cxx | 168 bool RawBitmap::Rotate( int nAngle ) in Rotate() function in RawBitmap
|
/aoo41x/main/svx/source/engine3d/ |
H A D | string3d.src | 56 Text [ en-US ] = "Rotate 3D object" ;
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | res_DataLabel_tmpl.hrc | 121 Text [ en-US ] = "Rotate Text" ; \
|
/aoo41x/main/vcl/inc/ |
H A D | glyphcache.hxx | 320 bool Rotate( int nAngle );
|