Searched refs:pRowColumnSelectionStart (Results 1 – 2 of 2) sorted by relevance
577 if ( pRowColumnSelectionStart ) in IMPL_LINK()580 rSh.SelectTableRowCol( *pRowColumnSelectionStart, &aPos, bIsRowDrag ); in IMPL_LINK()2723 pRowColumnSelectionStart = new Point( aDocPos ); in MouseButtonDown()3479 if( bInsWin && pRowColumnSelectionStart ) in MouseMove()3483 if( rSh.SelectTableRowCol( *pRowColumnSelectionStart, &aPos, bIsRowDrag )) in MouseMove()3919 if( pRowColumnSelectionStart ) in MouseButtonUp()3920 DELETEZ( pRowColumnSelectionStart ); in MouseButtonUp()4557 pRowColumnSelectionStart( 0 ), in SwEditWin()4616 delete pRowColumnSelectionStart; in ~SwEditWin()
106 …Point *pRowColumnSelectionStart; // save position where table row/column selecti… member in SwEditWin