Home
last modified time | relevance | path

Searched refs:xInteractionHandles (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx553 …Sequence< Reference< XCustomShapeHandle > > xInteractionHandles( xCustomShapeEngine->getInteractio… in GetInteractionHandles() local
554 for ( i = 0; i < xInteractionHandles.getLength(); i++ ) in GetInteractionHandles()
556 if ( xInteractionHandles[ i ].is() ) in GetInteractionHandles()
559 aSdrCustomShapeInteraction.xInteraction = xInteractionHandles[ i ]; in GetInteractionHandles()
560 aSdrCustomShapeInteraction.aPosition = xInteractionHandles[ i ]->getPosition(); in GetInteractionHandles()

Completed in 27 milliseconds