Lines Matching refs:EDIT_ROW_COUNT
304 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init()
322 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init()
338 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init()
349 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init()
363 maScrollBar.SetPageSize( EDIT_ROW_COUNT ); in Init()
364 maScrollBar.SetVisibleSize( EDIT_ROW_COUNT ); in Init()
406 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in ReadConditions()
430 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in ShowConditions()
444 long nVisible = nScrollPos + EDIT_ROW_COUNT; in ShowConditions()
446 maScrollBar.SetRange( Range( 0, nMax + EDIT_ROW_COUNT ) ); in ShowConditions()
454 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in EnableButtons()
607 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in IMPL_LINK()
637 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in IMPL_LINK()
716 … for ( sal_uInt16 nRow = 1; nRow < EDIT_ROW_COUNT; ++nRow ) // second row or below: move focus in IMPL_LINK()
735 if ( pEdit == mpLeftEdit[EDIT_ROW_COUNT-1] || pEdit == mpRightEdit[EDIT_ROW_COUNT-1] ) in IMPL_LINK()
747 … for ( sal_uInt16 nRow = 0; nRow+1 < EDIT_ROW_COUNT; ++nRow ) // before last row: move focus in IMPL_LINK()