Home
last modified time | relevance | path

Searched refs:ROTATE (Results 1 – 16 of 16) sorted by relevance

/AOO42X/main/svx/inc/svx/ !
H A DActionDescriptionProvider.hxx48 , ROTATE enumerator
/AOO42X/main/svx/source/svdraw/ !
H A DActionDescriptionProvider.cxx52 case ROTATE: in createDescription()
/AOO42X/main/slideshow/source/engine/animationnodes/ !
H A Danimationtransformnode.cxx74 case animations::AnimationTransformType::ROTATE: in createActivity()
/AOO42X/main/offapi/com/sun/star/animations/ !
H A DAnimationTransformType.idl48 const short ROTATE = 2;
H A DXAnimateTransform.idl52 <li><const>AnimationTransformType::ROTATE</const><br>
/AOO42X/main/chart2/source/controller/main/ !
H A DDragMethod_RotateDiagram.cxx60 … : DragMethod_Base( rDrawViewWrapper, rObjectCID, xChartModel, ActionDescriptionProvider::ROTATE ) in DragMethod_RotateDiagram()
/AOO42X/main/vcl/os2/source/src/ !
H A Dsalsrc.rc34 POINTER SAL_RESID_POINTER_ROTATE ROTATE.PTR
/AOO42X/main/offapi/com/sun/star/awt/ !
H A DSystemPointer.idl246 const long ROTATE = 32;
/AOO42X/main/sd/source/ui/animations/ !
H A DCustomAnimationPane.cxx1197 return pEffect->getTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY); in getProperty1Value()
1268 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY , rV… in setProperty1Value()
/AOO42X/main/oox/source/ppt/ !
H A Dtimenodelistcontext.cxx807 = makeAny((sal_Int16)AnimationTransformType::ROTATE); in AnimRotContext()
/AOO42X/main/xmloff/source/draw/ !
H A Danimationimport.cxx1133 case AnimationTransformType::ROTATE: meAttributeName = XML_ROTATE; break; in init_node()
H A Danimationexport.cxx201 { XML_ROTATE, AnimationTransformType::ROTATE }, in getAnimationsEnumMap()
/AOO42X/main/sd/source/filter/eppt/ !
H A Dpptexanimations.cxx2029 else if ( xTransform->getTransformType() == AnimationTransformType::ROTATE ) in exportAnimateTransform()
/AOO42X/main/xmloff/source/transform/ !
H A DOasis2OOo.cxx303 ENTRY1( DR3D, ROTATE, XML_ETACTION_PROC_ATTRS, OASIS_SHAPE_ACTIONS ),
H A DOOo2Oasis.cxx411 ENTRY1( DR3D, ROTATE, XML_ETACTION_PROC_ATTRS, OOO_SHAPE_ACTIONS ),
/AOO42X/main/sd/source/filter/ppt/ !
H A Dpptinanimations.cxx2484 xTransform->setTransformType( AnimationTransformType::ROTATE ); in importAnimateRotationContainer()