MCPcopy Create free account
hub / github.com/KDE/labplot / writeDate

Method writeDate

src/3rdparty/QXlsx/source/xlsxworksheet.cpp:917–923  ·  view source on GitHub ↗

dev67

Source from the content-addressed store, hash-verified

915
916// dev67
917bool Worksheet::writeDate(const CellReference &row_column, const QDate &dt, const Format &format)
918{
919 if (!row_column.isValid())
920 return false;
921
922 return writeDate(row_column.row(), row_column.column(), dt, format);
923}
924
925// dev67
926bool Worksheet::writeDate(int row, int column, const QDate &dt, const Format &format)

Callers

nothing calls this directly

Calls 14

datetimeToNumberFunction · 0.85
QTimeClass · 0.85
checkDimensionsMethod · 0.80
cellFormatMethod · 0.80
isDateTimeFormatMethod · 0.80
defaultDateFormatMethod · 0.80
addXfFormatMethod · 0.80
stylesMethod · 0.80
isDate1904Method · 0.80
QDateTimeClass · 0.50
isValidMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected