Lines Matching refs:bDone
1925 sal_Bool bDone = sal_False; in Dispatch() local
1936 bDone = GoToRow( GetCurRow() + 1, sal_False ); in Dispatch()
1940 bDone = GoToRow( GetCurRow() - 1, sal_False ); in Dispatch()
1973 bDone = GoToRow( GetCurRow() + 1 , sal_False ); in Dispatch()
1974 if ( bDone ) in Dispatch()
1978 bDone = ScrollRows( 1 ) != 0; in Dispatch()
1990 bDone = GoToRow( nRow - 1 , sal_False ); in Dispatch()
1991 if ( bDone ) in Dispatch()
1996 bDone = (sal_Bool)ScrollRows( nRowsOnPage ); in Dispatch()
1999 bDone = (sal_Bool)ScrollRows( -nRowsOnPage ); in Dispatch()
2005 bDone = (nNewId != 0) && GoToColumnId( nNewId ); in Dispatch()
2009 bDone = GoToRow( nRowCount - 1, sal_False ); in Dispatch()
2017 bDone = GoToColumnId( nNewId ); in Dispatch()
2022 bDone = ( nCurRow < GetRowCount() - 1 ) && GoToRowColumnId( nCurRow + 1, nColId ); in Dispatch()
2028 bDone = ScrollColumns( 1 ) != 0; in Dispatch()
2034 bDone = (nNewId != 0) && GoToColumnId( nNewId ); in Dispatch()
2038 bDone = GoToRow( 0, sal_False ); in Dispatch()
2046 bDone = GoToColumnId( nNewId ); in Dispatch()
2050 bDone = (nCurRow > 0) && GoToRowColumnId(nCurRow - 1, GetColumnId(ColCount() -1)); in Dispatch()
2056 bDone = ScrollColumns( -1 ) != 0; in Dispatch()
2061 bDone = sal_True; in Dispatch()
2066 bDone = sal_True; in Dispatch()