Home
last modified time | relevance | path

Searched refs:setShowFormula (Results 1 – 12 of 12) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DSheetCommands.cpp230 void SheetPropertiesCommand::setShowFormula(bool b) in setShowFormula() function in SheetPropertiesCommand
271 sheet->setShowFormula(newShowFormula); in redo()
287 sheet->setShowFormula(oldShowFormula); in undo()
H A DSheetCommands.h158 void setShowFormula(bool b);
/dports/editors/calligra/calligra-3.2.1/sheets/part/dialogs/
H A DSheetPropertiesDialog.cpp59 setShowFormula(false); in slotDefault()
129 void SheetPropertiesDialog::setShowFormula(bool b) in setShowFormula() function in SheetPropertiesDialog
H A DSheetPropertiesDialog.h73 void setShowFormula(bool b);
/dports/editors/calligra/calligra-3.2.1/filters/sheets/latex/export/
H A Dtable.h219 void setShowFormula() { in setShowFormula() function
H A Dtable.cc80 setShowFormula(); in analyze()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.h201 void setShowFormula(bool _showFormula);
H A DSheet.cpp333 void Sheet::setShowFormula(bool _showFormula) in setShowFormula() function in Calligra::Sheets::Sheet
1386 setShowFormula((bool)sheet.attribute("showFormula").toInt(&ok)); in loadXML()
1391 setShowFormula((bool)sheet.attribute("formular").toInt(&ok)); in loadXML()
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.cpp1336 dlg->setShowFormula(d->activeSheet->getShowFormula()); in sheetProperties()
1357 command->setShowFormula(dlg->showFormula()); in sheetProperties()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/gnumeric/
H A Dgnumericimport.cc1793 table->setShowFormula((tmp == "true") || (tmp == "1")); in convert()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfSheet.cpp727 sheet->setShowFormula(true); in loadMasterLayoutPage()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/opencalc/
H A Dopencalcimport.cc1143 table->setShowFormula(true); in loadOasisMasterLayoutPage()