Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ incRefByStringIndex
Method
incRefByStringIndex
src/3rdparty/QXlsx/source/xlsxsharedstrings.cpp:64–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void SharedStrings::incRefByStringIndex(int idx)
65
{
66
if (idx <0 || idx >= m_stringList.size()) {
67
qDebug(
"SharedStrings: invlid index"
);
68
return;
69
}
70
71
addSharedString(m_stringList[idx]);
72
}
73
74
/*
75
* Broken, don't use.
Callers
1
loadXmlSheetData
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected