Home
last modified time | relevance | path

Searched refs:getShowFormulaIndicator (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DSheetCommands.cpp202 oldShowFormulaIndicator = newShowFormulaIndicator = sheet->getShowFormulaIndicator(); in SheetPropertiesCommand()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.h206 bool getShowFormulaIndicator() const;
H A DSheet.cpp338 bool Sheet::getShowFormulaIndicator() const in getShowFormulaIndicator() function in Calligra::Sheets::Sheet
1076 sheet.setAttribute("showFormulaIndicator", QString::number((int)getShowFormulaIndicator())); in saveXML()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/libkspreadexport/
H A DKSpreadLeader.cc235 …docSpreadSheetProperty["showformulaindicator"] = (spreadSheet->getShowFormulaIndicator() == 0 ? "f… in doSpreadSheet()
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DPrintJob.cpp464 const bool formulaIndicator = sheet->getShowFormulaIndicator(); in printPage()
H A DView.cpp1338 dlg->setShowFormulaIndicator(d->activeSheet->getShowFormulaIndicator()); in sheetProperties()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellView.cpp957 cell.sheet()->getShowFormulaIndicator() && in paintFormulaIndicator()
996 cell.sheet()->getShowFormulaIndicator() && in paintMatrixElementIndicator()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfSheet.cpp1763 settingsWriter.addConfigItem("ShowFormulaIndicator", sheet->getShowFormulaIndicator()); in saveSheetSettings()