Home
last modified time | relevance | path

Searched refs:pRowColumnSelectionStart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx577 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()
/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx106 …Point *pRowColumnSelectionStart; // save position where table row/column selecti… member in SwEditWin