Home
last modified time | relevance | path

Searched refs:toRow (Results 51 – 75 of 243) sorted by relevance

12345678910

/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqgridlayout.cpp189 int toRow = b->toRow(rr); in getItemPosition() local
193 *rowSpan = toRow - *row + 1; in getItemPosition()
311 if (box->toRow(rr) >= bottomMost) { in effectiveMargins()
312 if (box->toRow(rr) > bottomMost) { in effectiveMargins()
314 bottomMost = box->toRow(rr); in effectiveMargins()
817 if (box->row == box->toRow(rr)) { in setupLayoutData()
850 if (box->row != box->toRow(rr)) in setupLayoutData()
902 int r2 = box->toRow(rr); in setupHfwLayoutData()
964 int r2 = box->toRow(rr); in distribute()
1350 if (row >= box->row && row <= box->toRow(d->rr) in itemAtPosition()
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/models/
H A Dattachedfiltersmodel.cpp343 bool AttachedFiltersModel::move(int fromRow, int toRow) in move() argument
347 if (fromRow < 0 || toRow < 0) { in move()
351 if (toRow > fromRow) { in move()
353 toRow++; in move()
356 return moveRows(parent, fromRow, 1, parent, toRow); in move()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h104 void moveRowsUp(int fromRow, int toRow);
105 void moveRowsDown(int fromRow, int toRow);
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/interpolation/
H A DPolynomialInterpolation.cpp40 void PolynomialInterpolation::addMultRows(mpq_class &value, int fromRow, int toRow) in addMultRows() argument
45 matrix[toRow][i] = matrix[toRow][i] - value * matrix[fromRow][i]; in addMultRows()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);

12345678910