Searched refs:xTargetShape (Results 1 – 7 of 7) sorted by relevance
198 uno::Reference< drawing::XShape > xTargetShape( mxTargetShape ); in operator ()() local220 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 ()()
201 uno::Reference< drawing::XShape > xTargetShape( xIterNode->getTarget(), in implCreateIteratedNodes() local208 if( !xTargetShape.is() ) in implCreateIteratedNodes()217 xTargetShape = aTarget.Shape; in implCreateIteratedNodes()220 xTargetShape.is(), in implCreateIteratedNodes()236 xTargetShape ) ); in implCreateIteratedNodes()
713 uno::Reference< drawing::XShape > xTargetShape( xAnimate->getTarget(), in showState() local716 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()
732 Reference< XShape > xTargetShape( pEffect->getTargetShape() ); in append() local737 …if( mpLastParentEntry && (nGroupId != -1) && (mxLastTargetShape == xTargetShape) && (mnLastGroupId… in append()757 mxLastTargetShape = xTargetShape; in append()
1137 static sal_Int32 calcMaxParaDepth( Reference< XShape > xTargetShape ) in calcMaxParaDepth() argument1141 if( xTargetShape.is() ) in calcMaxParaDepth()1143 Reference< XEnumerationAccess > xText( xTargetShape, UNO_QUERY ); in calcMaxParaDepth()
1422 Reference< XShape > xTargetShape(rCandidate.getUnoShape(), UNO_QUERY); in createVisibilityOnOffNode() local1423 aAny <<= xTargetShape; in createVisibilityOnOffNode()
1173 const uno::Reference< drawing::XShape >& xTargetShape in setMappedProperties()1178 uno::Reference< beans::XPropertySet > xTargetProp( xTargetShape, uno::UNO_QUERY ); in setMappedProperties()
Completed in 58 milliseconds