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

Method dxfFormat

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

Source from the content-addressed store, hash-verified

80}
81
82Format Styles::dxfFormat(int idx) const
83{
84 if (idx <0 || idx >= m_dxf_formatsList.size())
85 return Format();
86
87 return m_dxf_formatsList[idx];
88}
89
90// dev74 issue#57
91void Styles::fixNumFmt(const Format &format)

Callers 1

readCfRuleMethod · 0.80

Calls 2

FormatClass · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected