Home
last modified time | relevance | path

Searched refs:processFontFormat (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/import/
H A Dexcelimporttoods.cc176 void processFontFormat(const FormatFont& font, KoGenStyle& style, bool allProps = false);
1391 processFontFormat(it->second, style, true); in processCellForStyle()
1528 void ExcelImport::Private::processFontFormat(const FormatFont& font, KoGenStyle& style, bool allPro… in processFontFormat() function in ExcelImport::Private
1580 processFontFormat(font, style); in processFormat()
H A DExcelImport.cpp153 void processFontFormat(const FormatFont& font, Calligra::Sheets::Style& style);
1097 processFontFormat(format->font(), style); in convertStyle()
1234 void ExcelImport::Private::processFontFormat(const FormatFont& font, Calligra::Sheets::Style& style) in processFontFormat() function in ExcelImport::Private