Home
last modified time | relevance | path

Searched refs:EDIT_ROW_COUNT (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx304 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()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A Doptsolver.hxx179 static const sal_uInt16 EDIT_ROW_COUNT = 4; member in ScOptSolverDlg
180 ScCursorRefEdit* mpLeftEdit[EDIT_ROW_COUNT];
181 formula::RefButton* mpLeftButton[EDIT_ROW_COUNT];
182 ScCursorRefEdit* mpRightEdit[EDIT_ROW_COUNT];
183 formula::RefButton* mpRightButton[EDIT_ROW_COUNT];
184 ListBox* mpOperator[EDIT_ROW_COUNT];
185 ImageButton* mpDelButton[EDIT_ROW_COUNT];

Completed in 22 milliseconds