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

Method sharedStrings

src/3rdparty/QXlsx/source/xlsxworksheet.cpp:3012–3015  ·  view source on GitHub ↗

! * \internal * Unit test can use this member to get sharedString object. */

Source from the content-addressed store, hash-verified

3010 * Unit test can use this member to get sharedString object.
3011 */
3012SharedStrings *WorksheetPrivate::sharedStrings() const
3013{
3014 return workbook->sharedStrings();
3015}
3016
3017QVector<CellLocation> Worksheet::getFullCells(int* maxRow, int* maxCol)
3018{

Callers 3

copyMethod · 0.45
writeStringMethod · 0.45
writeHyperlinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected