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

Method getSharedString

src/3rdparty/QXlsx/source/xlsxsharedstrings.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117RichString SharedStrings::getSharedString(int index) const
118{
119 if (index < m_stringList.count() && index >= 0)
120 return m_stringList[index];
121 return RichString();
122}
123
124QList<RichString> SharedStrings::getSharedStrings() const
125{

Callers 1

loadXmlSheetDataMethod · 0.80

Calls 2

RichStringClass · 0.50
countMethod · 0.45

Tested by

no test coverage detected