Searched refs:totalCols (Results 1 – 3 of 3) sorted by relevance
367 int totalCols = row->size(); in setCellLogicalWidths() local369 for (int c = 0; c < totalCols; c++) { in setCellLogicalWidths()762 int totalCols = table()->numEffCols(); in setCellLogicalWidths() local763 if (!m_gridRows || !totalCols) in setCellLogicalWidths()781 for (int c = 0; c < totalCols; c++) { in setCellLogicalWidths()813 int totalCols = table()->numEffCols(); in setCellLogicalWidths() local814 if (!m_gridRows || !totalCols) in setCellLogicalWidths()832 for (int c = 0; c < totalCols; c++) { in setCellLogicalWidths()864 int totalCols = table()->numEffCols(); in setCellLogicalWidths() local865 if (!m_gridRows || !totalCols) in setCellLogicalWidths()[all …]
138 int cols = frameSet()->totalCols(); in paint()419 int cols = frameSet()->totalCols(); in computeEdgeInfo()440 int cols = frameSet()->totalCols(); in edgeInfo()473 size_t cols = frameSet()->totalCols(); in layout()527 int cols = frameSet()->totalCols(); in positionFrames()650 int cols = frameSet()->totalCols(); in positionFramesWithFlattening()
40 int totalCols() const { return m_totalCols; } in totalCols() function