Searched refs:nCustomShapeHdlNum (Results 1 – 2 of 2) sorted by relevance
2201 const sal_uInt32 nCustomShapeHdlNum(nHdlNum - nBasicHdlCount); in GetHdl() local2203 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()2211 pH->SetPointNum( nCustomShapeHdlNum ); in GetHdl()2364 …DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomShapeHdlNum, SdrObjCusto… in DragMoveCustomShapeHdl() argument2367 if ( nCustomShapeHdlNum < aInteractionHandles.size() ) in DragMoveCustomShapeHdl()2369 SdrCustomShapeInteraction aInteractionHandle( aInteractionHandles[ nCustomShapeHdlNum ] ); in DragMoveCustomShapeHdl()
114 …DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomShapeHdlNum, SdrObjCusto…
Completed in 32 milliseconds