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.cxx580 if ( pRowColumnSelectionStart ) in IMPL_LINK()
583 rSh.SelectTableRowCol( *pRowColumnSelectionStart, &aPos, bIsRowDrag ); in IMPL_LINK()
2726 pRowColumnSelectionStart = new Point( aDocPos ); in MouseButtonDown()
3482 if( bInsWin && pRowColumnSelectionStart ) in MouseMove()
3486 if( rSh.SelectTableRowCol( *pRowColumnSelectionStart, &aPos, bIsRowDrag )) in MouseMove()
3922 if( pRowColumnSelectionStart ) in MouseButtonUp()
3923 DELETEZ( pRowColumnSelectionStart ); in MouseButtonUp()
4560 pRowColumnSelectionStart( 0 ), in SwEditWin()
4619 delete pRowColumnSelectionStart; in ~SwEditWin()
/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx106 …Point *pRowColumnSelectionStart; // save position where table row/column selection has been st… member in SwEditWin

Completed in 43 milliseconds