Home
last modified time | relevance | path

Searched refs:Date23 (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DFormat.h80 Date23 = 222, ///< e.g. 1999 enumerator
H A DValueFormatter.cpp711 } else if (fmtType == Format::Date23) { /*1999 */ in dateFormat()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfStyle.cpp1045 case Format::Date23: in saveStyleNumeric()
1242 case Format::Date23: in saveStyleNumericDate()
1474 return Format::Date23; in dateType()
/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DLayoutDialog.cpp1301 list += fmt->dateFormat(tmpDate, Format::Date23); in init()
1364 else if (cellFormatType == Format::Date23) in init()
1447 case 24: newFormatType = Format::Date23; break; in updateFormatType()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/gnumeric/
H A Dgnumericexport.cc793 case Format::Date23: in GetCellStyle()
H A Dgnumericimport.cc701 case 31: type = Format::Date23; break; in setType()