Searched refs:nScrollPos (Results 1 – 5 of 5) sorted by relevance
238 nScrollPos ( 0 ) in ScOptSolverDlg()413 long nVecPos = nScrollPos + nRow; in ReadConditions()434 long nVecPos = nScrollPos + nRow; in ShowConditions()444 long nVisible = nScrollPos + EDIT_ROW_COUNT; in ShowConditions()447 maScrollBar.SetThumbPos( nScrollPos ); in ShowConditions()456 long nVecPos = nScrollPos + nRow; in EnableButtons()643 long nVecPos = nScrollPos + nRow; in IMPL_LINK()693 nScrollPos = maScrollBar.GetThumbPos(); in IMPL_LINK()704 if ( nScrollPos > 0 ) in IMPL_LINK()707 --nScrollPos; in IMPL_LINK()[all …]
285 long nScrollPos = maScrollBar.GetThumbPos(); in ResetTableRows() local286 mnCurScrollPos = nScrollPos < 0 ? 0 : nScrollPos; in ResetTableRows()287 size_t nRowCount = maTableItems.size() - nScrollPos; in ResetTableRows()289 SetTableData(i, static_cast< SCTAB >( i + nScrollPos )); in ResetTableRows()
1298 long nScrollPos = GetScrollBarPos( *pScroll, bMirror ) + nScrollMin; in IMPL_LINK() local1307 aHelpStr += ScColToAlpha((SCCOL) nScrollPos); in IMPL_LINK()1317 aHelpStr += String::CreateFromInt32(nScrollPos + 1); in IMPL_LINK()1382 long nScrollPos = GetScrollBarPos( *pScroll, bMirror ) + nScrollMin; in IMPL_LINK() local1383 nDelta = nScrollPos - nViewPos; in IMPL_LINK()1384 if ( nScrollPos > nPrevDragPos ) in IMPL_LINK()1388 else if ( nScrollPos < nPrevDragPos ) in IMPL_LINK()1394 nPrevDragPos = nScrollPos; in IMPL_LINK()
1077 long nScrollPos; member in ColorConfigCtrl_Impl1119 nScrollPos(0) in ColorConfigCtrl_Impl()1289 nOffset *= (nScrollPos - pScrollBar->GetThumbPos()); in IMPL_LINK()1290 nScrollPos = pScrollBar->GetThumbPos(); in IMPL_LINK()
188 long nScrollPos; member in ScOptSolverDlg
Completed in 38 milliseconds