Home
last modified time | relevance | path

Searched refs:nCustomShapeHdlNum (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx114 …DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomShapeHdlNum, SdrObjCusto…
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2201 const sal_uInt32 nCustomShapeHdlNum(nHdlNum - nBasicHdlCount); 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()
2211 pH->SetPointNum( nCustomShapeHdlNum ); in GetHdl()
2364 …DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomShapeHdlNum, SdrObjCusto… in DragMoveCustomShapeHdl() argument
2367 if ( nCustomShapeHdlNum < aInteractionHandles.size() ) in DragMoveCustomShapeHdl()
2369 SdrCustomShapeInteraction aInteractionHandle( aInteractionHandles[ nCustomShapeHdlNum ] ); in DragMoveCustomShapeHdl()

Completed in 22 milliseconds