Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathGrid.cpp886 cells_type tmpcells; in delCol() local
890 tmpcells.push_back(cells_[i]); in delCol()
893 swap(cells_, tmpcells); in delCol()