Home
last modified time | relevance | path

Searched refs:setCellProtection (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoTableCellStyle.cpp466 void KoTableCellStyle::setCellProtection(KoTableCellStyle::CellProtectionFlag protection) in setCellProtection() function in KoTableCellStyle
717 setCellProtection(NoProtection); in loadOdfProperties()
719 setCellProtection(HiddenAndProtected); in loadOdfProperties()
721 setCellProtection(Protected); in loadOdfProperties()
723 setCellProtection(FormulaHidden); in loadOdfProperties()
725 setCellProtection(ProtectedAndFormulaHidden); in loadOdfProperties()
H A DKoTableCellStyle.h188 void setCellProtection (CellProtectionFlag protection);
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoTableCellStyle.cpp465 void KoTableCellStyle::setCellProtection(KoTableCellStyle::CellProtectionFlag protection) in setCellProtection() function in KoTableCellStyle
726 setCellProtection(NoProtection); in loadOdfProperties()
728 setCellProtection(HiddenAndProtected); in loadOdfProperties()
730 setCellProtection(Protected); in loadOdfProperties()
732 setCellProtection(FormulaHidden); in loadOdfProperties()
734 setCellProtection(ProtectedAndFormulaHidden); in loadOdfProperties()
H A DKoTableCellStyle.h188 void setCellProtection (CellProtectionFlag protection);