Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworksheet_p.h31 const int XLSX_ROW_MAX = 1048576; variable
H A Dxlsxworksheet.cpp149 if (row > XLSX_ROW_MAX || row < 1 || col > XLSX_COLUMN_MAX || col < 1) in checkDimensions()