Home
last modified time | relevance | path

Searched refs:getTargetShape (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sd/source/core/
H A DEffectMigration.cxx429 if( (pEffect->getTargetShape() == rShape) && (pEffect->getTargetSubItem() == nSubItem) ) in ImplFindEffect()
580 if( pEffect->getTargetShape() == xShape ) in GetAnimationEffect()
869 if( pEffect->getTargetShape() == xShape ) in SetAnimationSpeed()
897 if( pEffect->getTargetShape() == xShape ) in GetAnimationSpeed()
949 if( pEffect->getTargetShape() == xShape ) in SetDimColor()
980 if( (pEffect->getTargetShape() == xShape) && in GetDimColor()
1020 if( pEffect->getTargetShape() == xShape ) in SetDimHide()
1052 if( pEffect->getTargetShape() == xShape ) in GetDimHide()
1094 if( pEffect->getTargetShape() == xShape ) in SetDimPrevious()
1126 if( pEffect->getTargetShape() == xShape ) in GetDimPrevious()
[all …]
H A DCustomAnimationEffect.cxx898 Reference< XShape > CustomAnimationEffect::getTargetShape() const in getTargetShape() function in sd::CustomAnimationEffect
1711 SdrObject* pObj = GetSdrObjectFromXShape( getTargetShape() ); in updateSdrPathObjFromPath()
1736 SdrObject* pObj = GetSdrObjectFromXShape( getTargetShape() ); in updatePathFromSdrPathObj()
2361 if( (*aIter)->getTargetShape() == xShape ) in disposeShape()
2383 if( (*aIter)->getTargetShape() == xShape ) in hasEffect()
2404 if( (*aIter)->getTargetShape() == aParaTarget.Shape ) in insertTextRange()
2452 else if( (*aIter)->getTargetShape() == aParaTarget.Shape ) in disposeTextRange()
2583 pGroup.reset( new CustomAnimationTextGroup( pEffect->getTargetShape(), nGroupId ) ); in updateTextGroups()
2613 Reference< XShape > xTarget( pEffect->getTargetShape() ); in createTextGroup()
2861 pEffect->setTarget( makeAny( (*aIter)->getTargetShape() ) ); in setAnimateForm()
[all …]
/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1351 sal_Int32 n = calcMaxParaDepth(pEffect->getTargetShape()); in createSelectionSet()
1380 … addValue( pSet, nHandleHasVisibleShape, Any( hasVisibleShape( pEffect->getTargetShape() ) ) ); in createSelectionSet()
2543 Reference< XShape > xShape( pEffect->getTargetShape() ); in markShapesFromSelectedEffects()
H A DCustomAnimationList.cxx732 Reference< XShape > xTargetShape( pEffect->getTargetShape() ); in append()
H A Dmotionpathtag.cxx371 , mxOrigin( pEffect->getTargetShape() ) in MotionPathTag()
/AOO41X/main/sd/inc/
H A DCustomAnimationEffect.hxx178 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTargetShape() const;