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

Method getSharedStringIndex

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

Source from the content-addressed store, hash-verified

102}
103
104int SharedStrings::getSharedStringIndex(const QString &string) const
105{
106 return getSharedStringIndex(RichString(string));
107}
108
109int SharedStrings::getSharedStringIndex(const RichString &string) const
110{

Callers 1

saveXmlCellDataMethod · 0.80

Calls 1

RichStringClass · 0.50

Tested by

no test coverage detected