Home
last modified time | relevance | path

Searched refs:rRotate (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx301 …bool B2DHomMatrix::decompose(B2DTuple& rScale, B2DTuple& rTranslate, double& rRotate, double& rShe… in decompose() argument
310 rRotate = rShearX = 0.0; in decompose()
347 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
353 rRotate = atan2(aUnitVecY.getY(), aUnitVecY.getX()) - M_PI_2; in decompose()
364 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
384 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
408 if(!fTools::equalZero(rRotate)) in decompose()
416 const double fNegRotate(-rRotate); in decompose()
H A Db3dhommatrix.cxx429 …bool B3DHomMatrix::decompose(B3DTuple& rScale, B3DTuple& rTranslate, B3DTuple& rRotate, B3DTuple& … in decompose() argument
569 rRotate.setY(fy); in decompose()
573 rRotate.setX(atan2(-1.0*aCol1.getX(), aCol1.getY())); in decompose()
575 rRotate.setX(atan2(aCol1.getX(), aCol1.getY())); in decompose()
576 rRotate.setZ(0.0); in decompose()
580 rRotate.setX(atan2(aCol1.getZ(), aCol2.getZ())); in decompose()
581 rRotate.setZ(atan2(aCol0.getY(), aCol0.getX())); in decompose()
585 rRotate.correctValues(); in decompose()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx124 bool decompose(B2DTuple& rScale, B2DTuple& rTranslate, double& rRotate, double& rShearX) const;
H A Db3dhommatrix.hxx131 bool decompose(B3DTuple& rScale, B3DTuple& rTranslate, B3DTuple& rRotate, B3DTuple& rShear) const;
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx345 virtual void CharRotate( const SvxCharRotateItem& rRotate );
H A Ddocxattributeoutput.hxx405 virtual void CharRotate( const SvxCharRotateItem& rRotate );
H A Ddocxattributeoutput.cxx2464 void DocxAttributeOutput::CharRotate( const SvxCharRotateItem& rRotate) in CharRotate() argument
2466 if ( !rRotate.GetValue() ) in CharRotate()
2474 if (rRotate.IsFitToLine()) in CharRotate()
H A Dww8atr.cxx1525 void WW8AttributeOutput::CharRotate( const SvxCharRotateItem& rRotate ) in CharRotate() argument
1528 if ( !rRotate.GetValue() ) in CharRotate()
1541 m_rWW8Export.InsUInt16( rRotate.IsFitToLine() ? 1 : 0 ); in CharRotate()
H A Drtfattributeoutput.cxx2394 void RtfAttributeOutput::CharRotate( const SvxCharRotateItem& rRotate) in CharRotate() argument
2399 m_aStyles.append((sal_Int32)(rRotate.IsFitToLine() ? 1 : 0)); in CharRotate()

Completed in 93 milliseconds