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

Method readPlainStringPart

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

Source from the content-addressed store, hash-verified

280}
281
282void SharedStrings::readPlainStringPart(QXmlStreamReader &reader, RichString &richString)
283{
284 Q_ASSERT(reader.name() == QLatin1String("t"));
285
286 //QXmlStreamAttributes attributes = reader.attributes();
287
288 // NOTICE: CHECK POINT
289 QString text = reader.readElementText();
290 richString.addFragment(text, Format());
291}
292
293Format SharedStrings::readRichStringPart_rPr(QXmlStreamReader &reader)
294{

Callers

nothing calls this directly

Calls 3

addFragmentMethod · 0.80
FormatClass · 0.50
nameMethod · 0.45

Tested by

no test coverage detected