Home
last modified time | relevance | path

Searched refs:xTargetShape (Results 1 – 7 of 7) sorted by relevance

/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx198 uno::Reference< drawing::XShape > xTargetShape( mxTargetShape ); in operator ()() local
220 xTargetShape.set( xIterNode->getTarget(), in operator ()()
223 if( !xTargetShape.is() ) in operator ()()
236 xTargetShape = aTarget.Shape; in operator ()()
239 if( !xTargetShape.is() ) in operator ()()
253 xTargetShape, in operator ()()
294 if( xTargetShape.is() ) in operator ()()
297 aTarget.mxRef = xTargetShape; in operator ()()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx201 uno::Reference< drawing::XShape > xTargetShape( xIterNode->getTarget(), in implCreateIteratedNodes() local
208 if( !xTargetShape.is() ) in implCreateIteratedNodes()
217 xTargetShape = aTarget.Shape; in implCreateIteratedNodes()
220 xTargetShape.is(), in implCreateIteratedNodes()
236 xTargetShape ) ); in implCreateIteratedNodes()
H A Dbasenode.cxx713 uno::Reference< drawing::XShape > xTargetShape( xAnimate->getTarget(), in showState() local
716 if( !xTargetShape.is() ) in showState()
722 xTargetShape = aTarget.Shape; in showState()
725 if( xTargetShape.is() ) in showState()
727 uno::Reference< beans::XPropertySet > xPropSet( xTargetShape, in showState()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx732 Reference< XShape > xTargetShape( pEffect->getTargetShape() ); in append() local
737 …if( mpLastParentEntry && (nGroupId != -1) && (mxLastTargetShape == xTargetShape) && (mnLastGroupId… in append()
757 mxLastTargetShape = xTargetShape; in append()
H A DCustomAnimationPane.cxx1137 static sal_Int32 calcMaxParaDepth( Reference< XShape > xTargetShape ) in calcMaxParaDepth() argument
1141 if( xTargetShape.is() ) in calcMaxParaDepth()
1143 Reference< XEnumerationAccess > xText( xTargetShape, UNO_QUERY ); in calcMaxParaDepth()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx1422 Reference< XShape > xTargetShape(rCandidate.getUnoShape(), UNO_QUERY); in createVisibilityOnOffNode() local
1423 aAny <<= xTargetShape; in createVisibilityOnOffNode()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1173 const uno::Reference< drawing::XShape >& xTargetShape in setMappedProperties()
1178 uno::Reference< beans::XPropertySet > xTargetProp( xTargetShape, uno::UNO_QUERY ); in setMappedProperties()

Completed in 119 milliseconds