Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathMatrix.cpp106 col_type const cellcols = ncellcols(i); in mathmlize() local
108 if (cellcols > 1) in mathmlize()
109 attr << "columnspan='" << cellcols << '\''; in mathmlize()
140 col_type const cellcols = ncellcols(i); in htmlize() local
142 if (cellcols > 1) in htmlize()
143 attr << "colspan='" << cellcols in htmlize()
H A DInsetMathGrid.cpp1194 col_type const cellcols = ncellcols(i); in mathmlize() local
1196 if (havetable && cellcols > 1) in mathmlize()
1197 attr << "colspan='" << cellcols << '\''; in mathmlize()
1226 col_type const cellcols = ncellcols(i); in htmlize() local
1228 if (cellcols > 1) in htmlize()
1229 attr << "colspan='" << cellcols << '\''; in htmlize()
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/widgets/
H A Dtablewidget.cpp376 int cellcols = cells.size() / cellrows; in paste() local
377 if (cells.size() != cellrows * cellcols) in paste()
406 for (int indCol = 0; indCol < cellcols; indCol++) in paste()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dtables.py321 cellcols = []
323 cellcols.append(CellStyle(repr((i,j))))
324 cellrows.append(cellcols)