Home
last modified time | relevance | path

Searched refs:textStyleManager (Results 1 – 5 of 5) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfMap.cpp112 sharedData->loadOdfStyles(shapeContext, map->textStyleManager()); in loadMap()
114 fixupStyle((KoCharacterStyle*)map->textStyleManager()->defaultParagraphStyle()); in loadMap()
124 variant.setValue(map->textStyleManager()); in loadMap()
H A DSheetsOdfCell.cpp515 …((KoCharacterStyle *)cell->sheet()->map()->textStyleManager()->defaultParagraphStyle())->copyPrope… in saveCell()
722 …((KoCharacterStyle *)cell->sheet()->map()->textStyleManager()->defaultParagraphStyle())->copyPrope… in loadCellText()
725 KoTextDocument(doc.data()).setStyleManager(cell->sheet()->map()->textStyleManager()); in loadCellText()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DMap.cpp90 KoStyleManager* textStyleManager; member in Map::Private
130 d->textStyleManager = new KoStyleManager(this); in Map()
274 KoStyleManager* Map::textStyleManager() const in textStyleManager() function in Map
276 return d->textStyleManager; in textStyleManager()
H A DMap.h142 KoStyleManager* textStyleManager() const;
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/import/
H A DExcelImport.cpp583 client.setStyleManager(outputDoc->map()->textStyleManager()); in processSheet()
601 client.setStyleManager(outputDoc->map()->textStyleManager()); in processSheet()
610 client.setStyleManager(outputDoc->map()->textStyleManager()); in processSheet()
962 KoTextDocument(doc.data()).setStyleManager(oc.sheet()->map()->textStyleManager()); in processCell()
1057 client.setStyleManager(outputDoc->map()->textStyleManager()); in processCellObjects()