Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworksheet_p.h93 struct XlsxRowInfo struct
95 XlsxRowInfo(double height=0, const Format &format=Format(), bool hidden=false) :
180 QList<QSharedPointer<XlsxRowInfo> > getRowInfoList(int rowFirst, int rowLast);
193 QMap<int, QSharedPointer<XlsxRowInfo> > rowsInfo;
H A Dxlsxworksheet.cpp1557 QSharedPointer<XlsxRowInfo> rowInfo = riIt.value(); in saveXmlSheetData()
1606 QMap<int, QSharedPointer<XlsxRowInfo> >::ConstIterator rIt; in saveXmlCellData()
2092 for (const QSharedPointer<XlsxRowInfo> &rowInfo : rowInfoList) { in setRowHeight()
2111 for (const QSharedPointer<XlsxRowInfo> &rowInfo : rowInfoList) in setRowFormat()
2129 for (const QSharedPointer<XlsxRowInfo> &rowInfo : rowInfoList) in setRowHidden()
2194 QSharedPointer<XlsxRowInfo> info(new XlsxRowInfo); in groupRows()
2204 it = d->rowsInfo.insert(rowLast+1, QSharedPointer<XlsxRowInfo>(new XlsxRowInfo)); in groupRows()
2357 QSharedPointer<XlsxRowInfo> info(new XlsxRowInfo); in loadXmlSheetData()
2843 QList <QSharedPointer<XlsxRowInfo> > rowInfoList; in getRowInfoList()
2851 QSharedPointer<XlsxRowInfo> rowInfo; in getRowInfoList()
[all …]