/aoo42x/main/slideshow/source/engine/ |
H A D | tools.cxx | 113 const double nRotation( pAttr->isRotationAngleValid() ? in getAttributedShapeTransformation() local 130 const bool bNeedRotation( !::basegfx::fTools::equalZero(nRotation) ); in getAttributedShapeTransformation() 141 aTransform.rotate( nRotation ); in getAttributedShapeTransformation() 548 const double nRotation( pAttr->isRotationAngleValid() ? in getSpriteTransformation() local 574 const bool bNeedRotation( !::basegfx::fTools::equalZero(nRotation) ); in getSpriteTransformation() 585 aTransform.rotate( nRotation ); in getSpriteTransformation()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 271 sal_Int32 nRotation = 0; in getRotation() local 272 … m_xPropertySet->getPropertyValue( rtl::OUString::createFromAscii( "RotateAngle" ) ) >>= nRotation; in getRotation() 273 dRotation = static_cast< double >( nRotation /100 ); in getRotation() 280 sal_Int32 nRotation = static_cast < sal_Int32 > ( _rotation * 100 ); in setRotation() local 281 …et->setPropertyValue( rtl::OUString::createFromAscii( "RotateAngle" ), uno::makeAny( nRotation ) ); in setRotation()
|
/aoo42x/main/svx/source/items/ |
H A D | algitem.cxx | 398 SvxOrientationItem::SvxOrientationItem( sal_Int32 nRotation, sal_Bool bStacked, const sal_uInt16 nI… in SvxOrientationItem() argument 401 SetFromRotation( nRotation, bStacked ); in SvxOrientationItem() 516 void SvxOrientationItem::SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked ) in SetFromRotation() argument 522 else switch( nRotation ) in SetFromRotation()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 393 sal_Int32 nRotation(0); in createShape() local 403 getPropertyValue( nRotation, xPropSet, OUSTR("RotateAngle") ); in createShape() 414 aGraphAttrs.SetRotation( static_cast<sal_uInt16>(nRotation*10) ); in createShape()
|
/aoo42x/main/svx/workben/ |
H A D | edittest.cxx | 150 short nRotation = 0; variable 941 nRotation = 0; in IMPL_LINK() 945 nRotation += 100; in IMPL_LINK() 946 if ( nRotation == 3600 ) in IMPL_LINK() 947 nRotation = 0; in IMPL_LINK() 956 pEditEngine->Draw( pTmpWindow, Point( 2000, 4000 ), nRotation ); in IMPL_LINK() 1101 pEditEngine->Draw( pPrinter, Point( 2000, 4000 ), nRotation ); in IMPL_LINK()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 2092 sal_Int16 nRotation = maFont.GetOrientation(); in ImplText() local 2097 if ( nRotation ) in ImplText() 2100 aPolyDummy.Rotate( rPos, nRotation ); in ImplText() 2113 if ( nRotation ) in ImplText() 2115 ImplWriteF( nRotation, 1 ); in ImplText() 2143 long nRotation = maFont.GetOrientation(); in ImplSetAttrForText() local 2172 if ( nRotation ) in ImplSetAttrForText() 2175 ImplWriteF( nRotation, 1 ); in ImplSetAttrForText()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 502 virtual void SetRotation( sal_uInt16 nRotation ) = 0; 531 virtual void SetRotation( sal_uInt16 nRotation ); 1068 void SetRotation( sal_uInt16 nRotation ); 1101 virtual void SetRotation( sal_uInt16 nRotation );
|
H A D | xlchart.hxx | 1444 sal_uInt16 nRotation,
|
/aoo42x/main/oox/source/export/ |
H A D | drawingml.cxx | 593 sal_Bool bFlipH, sal_Bool bFlipV, sal_Int32 nRotation ) in WriteTransformation() argument 598 XML_rot, nRotation ? I32S( nRotation ) : NULL, in WriteTransformation() 607 …ransformation( Reference< XShape > rXShape, sal_Bool bFlipH, sal_Bool bFlipV, sal_Int32 nRotation ) in WriteShapeTransformation() argument 614 …ctangle( Point( aPos.X, aPos.Y ), Size( aSize.Width, aSize.Height ) ), bFlipH, bFlipV, nRotation ); in WriteShapeTransformation()
|
/aoo42x/main/svx/inc/svx/ |
H A D | algitem.hxx | 119 sal_Int32 nRotation, sal_Bool bStacked, 146 void SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked );
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 106 sal_Bool bFlipH = false, sal_Bool bFlipV = false, sal_Int32 nRotation = 0 ); 108 sal_Bool bFlipH = false, sal_Bool bFlipV = false, sal_Int32 nRotation = 0 );
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 99 void setRotation( sal_Int32 nRotation ) { mnRotation = nRotation; } in setRotation() argument
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1179 …sal_uInt16 nRotation = rRoot.GetChartPropSetHelper().ReadRotationProperties( rPropSet, bSupportsSt… in ConvertRotationBase() local 1180 SetRotation( nRotation ); in ConvertRotationBase() 1199 void XclExpChText::SetRotation( sal_uInt16 nRotation ) in SetRotation() argument 1201 maData.mnRotation = nRotation; in SetRotation() 1202 ::insert_value( maData.mnFlags, XclTools::GetXclOrientFromRot( nRotation ), 8, 3 ); in SetRotation() 2874 void XclExpChTick::SetRotation( sal_uInt16 nRotation ) in SetRotation() argument 2876 maData.mnRotation = nRotation; in SetRotation() 2878 ::insert_value( maData.mnFlags, XclTools::GetXclOrientFromRot( nRotation ), 2, 3 ); in SetRotation() 2953 void XclExpChAxis::SetRotation( sal_uInt16 nRotation ) in SetRotation() argument 2956 mxTick->SetRotation( nRotation ); in SetRotation()
|
H A D | xlchart.cxx | 1181 ScfPropertySet& rPropSet, sal_uInt16 nRotation, bool bSupportsStacked ) in WriteRotationProperties() argument 1183 if( nRotation != EXC_CHART_AUTOROTATION ) in WriteRotationProperties() 1186 double fAngle = XclTools::GetScRotation( nRotation, 0 ) / 100.0; in WriteRotationProperties() 1189 rPropSet.SetProperty( EXC_CHPROP_STACKCHARACTERS, nRotation == EXC_ROT_STACKED ); in WriteRotationProperties()
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 431 sal_Int16 nRotation; member in XMLTextFrameContext_Impl 775 aAny <<= nRotation; in Create() 887 nRotation = 0; in XMLTextFrameContext_Impl() 1079 nRotation = (sal_Int16)(nVal % 360 ); in XMLTextFrameContext_Impl()
|