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