Home
last modified time | relevance | path

Searched refs:nRotation (Results 1 – 15 of 15) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Dtools.cxx113 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()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx271 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()
/trunk/main/svx/source/items/
H A Dalgitem.cxx398 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()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx393 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()
/trunk/main/svx/workben/
H A Dedittest.cxx150 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()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2092 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()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx502 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 Dxlchart.hxx1444 sal_uInt16 nRotation,
/trunk/main/oox/source/export/
H A Ddrawingml.cxx593 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()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx119 sal_Int32 nRotation, sal_Bool bStacked,
146 void SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked );
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx106 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 );
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx99 void setRotation( sal_Int32 nRotation ) { mnRotation = nRotation; } in setRotation() argument
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1179 …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 Dxlchart.cxx1181 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()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx431 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()

Completed in 121 milliseconds