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

Method xfFormat

src/3rdparty/QXlsx/source/xlsxstyles.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Format Styles::xfFormat(int idx) const
75{
76 if (idx <0 || idx >= m_xf_formatsList.size())
77 return Format();
78
79 return m_xf_formatsList[idx];
80}
81
82Format Styles::dxfFormat(int idx) const
83{

Callers 2

loadXmlSheetDataMethod · 0.80
loadXmlColumnsInfoMethod · 0.80

Calls 2

FormatClass · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected