Home
last modified time | relevance | path

Searched refs:NbcRotate (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx197 pTextObj->NbcRotate( in ImplForceGroupWithText()
320 …pRenderedShape->NbcRotate( pSdrObjCustomShape->GetSnapRect().Center(), nRotateAngle, sin( a ), cos… in REF()
404 pObj->NbcRotate( aRect.Center(), nRotateAngle, sin( a ), cos( a ) ); in getLineGeometry()
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx391 void SdrVirtObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SdrVirtObj
393 rRefObj.NbcRotate(rRef-aAnchor,nWink,sn,cs); in NbcRotate()
H A Dsvdorect.cxx503 void SdrRectObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SdrRectObj
505 SdrTextObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
H A Dsvdograf.cxx1044 void SdrGrafObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SdrGrafObj
1046 SdrRectObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
1287 … pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoConvertToPolyObj()
H A Dsvdogrp.cxx492 void SdrObjGroup::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SdrObjGroup
500 pObj->NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
H A Dsvdobj.cxx1493 void SdrObject::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SdrObject
1588 NbcRotate(rRef,nWink,sn,cs); in Rotate()
2136 NbcRotate(aRef1,n,nSin,nCos); in NbcApplyNotPersistAttr()
2143 NbcRotate(aRef1,n,nSin,nCos); in NbcApplyNotPersistAttr()
H A Dsvdoashp.cxx1902 void SdrObjCustomShape::NbcRotate( const Point& rRef, long nWink, double sn, double cs ) in NbcRotate() function in SdrObjCustomShape
1913 SdrTextObj::NbcRotate( aRect.TopLeft(), -aGeo.nDrehWink, // retrieving the unrotated text object in NbcRotate()
1927 SdrTextObj::NbcRotate( aRect.TopLeft(), nW, // applying text rotation in NbcRotate()
1943 SdrTextObj::NbcRotate( rRef, nWink, sn, cs ); // applying text rotation in NbcRotate()
H A Dsvdotxtr.cxx255 void SdrTextObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SdrTextObj
/trunk/main/svx/inc/svx/
H A Dsvdorect.hxx117 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdogrp.hxx103 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdograf.hxx188 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdovirt.hxx110 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdomeas.hxx125 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdopath.hxx128 virtual void NbcRotate(const Point& rRefPnt, long nAngle, double fSin, double fCos);
H A Dobj3d.hxx184 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dscene3d.hxx221 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdoashp.hxx195 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdoedge.hxx274 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdotext.hxx462 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx193 pObj->NbcRotate( pObj->GetSnapRect().Center(), nAngle, sin( a ), cos( a ) ); in SetAttributes()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx258 pObj->NbcRotate( pObj->GetSnapRect().Center(), nAngle, sin( a ), cos( a ) ); in SetAttributes()
/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx281 pObj->NbcRotate( pObj->GetSnapRect().Center(), nAngle, sin( a ), cos( a ) ); in SetAttributes()
/trunk/main/sw/inc/
H A Ddcontact.hxx332 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx753 void E3dScene::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in E3dScene
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2624 void SwDrawVirtObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() function in SwDrawVirtObj
2626 rRefObj.NbcRotate(rRef - GetOffset(), nWink, sn, cs); in NbcRotate()

Completed in 99 milliseconds

12