Home
last modified time | relevance | path

Searched refs:oldCols (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/variableeditor/actions/
H A DSupprAction.java72 int oldCols = model.getScilabMatrixColCount(); in callBack() local
74 if (rows[0] >= oldRows || cols[0] >= oldCols) { in callBack()
78 …ngth == 1) || (rows.length >= 2 && cols.length >= 2 && rows[1] >= oldRows && cols[1] >= oldCols)) { in callBack()
96 model.updateFullMatrix(oldValue, oldRows, oldCols); in callBack()
H A DCutAction.java82 int oldCols = model.getScilabMatrixColCount(); in callBack() local
84 if (rows[0] >= oldRows || cols[0] >= oldCols) { in callBack()
88 …ngth == 1) || (rows.length >= 2 && cols.length >= 2 && rows[1] >= oldRows && cols[1] >= oldCols)) { in callBack()
115 model.updateFullMatrix(oldValue, oldRows, oldCols); in callBack()
H A DPasteAction.java127 int oldCols = model.getScilabMatrixColCount(); in callBack() local
129 if (vr.size() == 1 && ((Vector) vr.get(0)).size() == 1 && row < oldRows && col < oldCols) { in callBack()
134 model.updateFullMatrix(oldVector, oldRows, oldCols); in callBack()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/lgpl/generic/widgets/
H A DkpColorCellsBase.cpp137 const int oldRows = rowCount (), oldCols = columnCount (); in setRowColumnCounts() local
140 qCDebug(kpLogColorCollection) << "oldRows=" << oldRows << "oldCols=" << oldCols in setRowColumnCounts()
144 if (oldRows == newRows && oldCols == newCols) in setRowColumnCounts()
154 for (int c = 0; c < qMin (oldCols, newCols); c++) in setRowColumnCounts()
155 d->colors [r * newCols + c] = oldColors [r * oldCols + c]; in setRowColumnCounts()
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/widgets/tablelist3.3/scripts/
H A DtablelistMove.tcl261 lappend oldCols [expr {$n + 1}]
266 lappend oldCols [expr {$n - 1}]
275 foreach oldCol $oldCols newCol $newCols {
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/tablelist/scripts/
H A DtablelistMove.tcl260 lappend oldCols [expr {$n + 1}]
265 lappend oldCols [expr {$n - 1}]
280 foreach oldCol $oldCols newCol $newCols {
/dports/www/getleft/Getleft-v1.2/scripts/tablelist4.8/scripts/
H A DtablelistMove.tcl260 lappend oldCols [expr {$n + 1}]
265 lappend oldCols [expr {$n - 1}]
280 foreach oldCol $oldCols newCol $newCols {
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Distlmatrix.hh284 std::map< int , block_type > oldCols; in setup() local
289 oldCols[ colit.index() ] = 0; in setup()
298 oldCols[ (*co).first ] = 0; in setup()
304 oldCols[ colit.index() ] += (*colit); in setup()
310 oldCols[ (*co).first ] += (*co).second; in setup()
316 auto colEntry = oldCols.find( j.index() ); in setup()
317 if( colEntry != oldCols.end() ) in setup()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLFrameSetElement.cpp56 int32_t oldCols = mNumCols; in NS_IMPL_ELEMENT_CLONE() local
59 if (mNumCols != oldCols) { in NS_IMPL_ELEMENT_CLONE()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLFrameSetElement.cpp56 int32_t oldCols = mNumCols; in NS_IMPL_ELEMENT_CLONE() local
59 if (mNumCols != oldCols) { in NS_IMPL_ELEMENT_CLONE()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLFrameSetElement.cpp56 int32_t oldCols = mNumCols; in NS_IMPL_ELEMENT_CLONE() local
59 if (mNumCols != oldCols) { in NS_IMPL_ELEMENT_CLONE()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLFrameSetElement.cpp55 int32_t oldCols = mNumCols; in NS_IMPL_ELEMENT_CLONE() local
58 if (mNumCols != oldCols) { in NS_IMPL_ELEMENT_CLONE()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLFrameSetElement.cpp56 int32_t oldCols = mNumCols; in NS_IMPL_ELEMENT_CLONE() local
59 if (mNumCols != oldCols) { in NS_IMPL_ELEMENT_CLONE()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLFrameSetElement.cpp92 int32_t oldCols = mNumCols; in SetAttr() local
95 if (mNumCols != oldCols) { in SetAttr()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/matrix/
H A DMatrixCommand.cpp803 double *clipboardData, int rows, int cols, double *backupData, int oldRows, int oldCols, in MatrixPasteCommand() argument
814 d_old_cols(oldCols), in MatrixPasteCommand()
H A DMatrixCommand.h314 int oldRows, int oldCols, const QString& text);
H A DMatrix.cpp733 int oldCols = numCols(); in pasteSelection() local
735 if (rightCol > oldCols - 1) in pasteSelection()
736 rightCol = oldCols - 1; in pasteSelection()
771 oldCols, tr("Paste"))); in pasteSelection()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/persistent-sqlite-2.10.6.2/Database/Persist/
H A DSqlite.hs478 let oldCols = map DBName $ filter (/= "id") oldCols' -- need to update for table id attribute ? function
480 let common = filter (`elem` oldCols) newCols
483 , (common /= filter (not . safeToRemove def) oldCols, dropOld)
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/Database/Persist/
H A DSqlite.hs511 let oldCols = map FieldNameDB oldCols' function
513 let common = filter (`elem` oldCols) newCols
516 , (common /= filter (not . safeToRemove def) oldCols, dropOld)
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmIconBox.c3143 int oldRows, oldCols; in RealignIconList() local
3161 oldCols = pIBD->IPD.placementCols; in RealignIconList()
3169 ((oldCols < newCols) && in RealignIconList()
3192 ((oldCols > newCols) && in RealignIconList()
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/Qt/
H A Dqttableview.cpp326 int oldCols = nCols; in setNumCols() local
330 if ( maxCol >= oldCols || maxCol >= nCols ) in setNumCols()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/win/Qt3/
H A Dqt3tableview.cpp327 int oldCols = nCols; in setNumCols() local
331 if ( maxCol >= oldCols || maxCol >= nCols ) in setNumCols()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt/
H A Dqttableview.cpp327 int oldCols = nCols; in setNumCols() local
331 if ( maxCol >= oldCols || maxCol >= nCols ) in setNumCols()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt/
H A Dqttableview.cpp327 int oldCols = nCols; in setNumCols() local
331 if ( maxCol >= oldCols || maxCol >= nCols ) in setNumCols()
/dports/games/nethack34-nox11/nethack-3.4.3/win/Qt/
H A Dqttableview.cpp326 int oldCols = nCols; in setNumCols() local
330 if ( maxCol >= oldCols || maxCol >= nCols ) in setNumCols()

12