Searched refs:bRowColMove (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1602 sal_Bool BrowseBox::GoToRow( long nRow, sal_Bool bRowColMove, sal_Bool bKeepSelection ) in GoToRow() argument 1617 if ( ( !bRowColMove && !IsCursorMoveAllowed( nRow, nCurColId ) ) ) in GoToRow() 1675 if ( !bRowColMove && nOldCurRow != nCurRow ) in GoToRow() 1696 sal_Bool BrowseBox::GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove) in GoToColumnId() argument 1704 if (!bRowColMove && !IsCursorMoveAllowed( nCurRow, nColId ) ) in GoToColumnId() 1733 if (!bRowColMove) in GoToColumnId()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 330 …sal_Bool GoToRow(long nRow, sal_Bool bRowColMove, sal_Bool bDoNotModifySelection = sal_… 332 …sal_Bool GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove =…
|
Completed in 28 milliseconds