Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
Format 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
82
Format Styles::dxfFormat(int idx) const
83
{
Callers
2
loadXmlSheetData
Method · 0.80
loadXmlColumnsInfo
Method · 0.80
Calls
2
Format
Class · 0.50
size
Method · 0.45
Tested by
no test coverage detected