Lines Matching refs:aInteractionHandles
1858 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( this ) ); in NbcResize() local
1877 std::vector< SdrCustomShapeInteraction >::iterator aIter( aInteractionHandles.begin() ); in NbcResize()
1878 while ( aIter != aInteractionHandles.end() ) in NbcResize()
2187 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( this ) ); in GetHdlCount() local
2188 return ( aInteractionHandles.size() + nBasicHdlCount ); in GetHdlCount()
2200 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( this ) ); in GetHdl() local
2203 if ( nCustomShapeHdlNum < aInteractionHandles.size() ) in GetHdl()
2205 if ( aInteractionHandles[ nCustomShapeHdlNum ].xInteraction.is() ) in GetHdl()
2209 …com::sun::star::awt::Point aPosition( aInteractionHandles[ nCustomShapeHdlNum ].xInteraction->getP… in GetHdl()
2277 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( pObj ) ); in DragResizeCustomShape() local
2306 std::vector< SdrCustomShapeInteraction >::iterator aIter( aInteractionHandles.begin() ); in DragResizeCustomShape()
2307 while ( aIter != aInteractionHandles.end() ) in DragResizeCustomShape()
2366 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( pObj ) ); in DragMoveCustomShapeHdl() local
2367 if ( nCustomShapeHdlNum < aInteractionHandles.size() ) in DragMoveCustomShapeHdl()
2369 SdrCustomShapeInteraction aInteractionHandle( aInteractionHandles[ nCustomShapeHdlNum ] ); in DragMoveCustomShapeHdl()
2386 std::vector< SdrCustomShapeInteraction >::iterator aIter( aInteractionHandles.begin() ); in DragMoveCustomShapeHdl()
2387 while ( aIter != aInteractionHandles.end() ) in DragMoveCustomShapeHdl()
2453 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( this ) ); in DragCreateObject() local
2464 if ( !aInteractionHandles.empty() ) in DragCreateObject()
2466 …sal_Int32 nHandlePos = aInteractionHandles[ aInteractionHandles.size() - 1 ].xInteraction->getPosi… in DragCreateObject()
2475 std::vector< SdrCustomShapeInteraction >::iterator aIter( aInteractionHandles.begin() ); in DragCreateObject()
2476 while ( aIter != aInteractionHandles.end() ) in DragCreateObject()
2792 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( this ) ); in NbcAdjustTextFrameWidthAndHeight() local
2798 std::vector< SdrCustomShapeInteraction >::iterator aIter( aInteractionHandles.begin() ); in NbcAdjustTextFrameWidthAndHeight()
2799 while ( aIter != aInteractionHandles.end() ) in NbcAdjustTextFrameWidthAndHeight()
2826 std::vector< SdrCustomShapeInteraction > aInteractionHandles( GetInteractionHandles( this ) ); in AdjustTextFrameWidthAndHeight() local
2832 std::vector< SdrCustomShapeInteraction >::iterator aIter( aInteractionHandles.begin() ); in AdjustTextFrameWidthAndHeight()
2833 while ( aIter != aInteractionHandles.end() ) in AdjustTextFrameWidthAndHeight()