Home
last modified time | relevance | path

Searched refs:aProtection (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dattrib.cxx210 util::CellProtection aProtection; in QueryValue() local
211 aProtection.IsLocked = bProtection; in QueryValue()
212 aProtection.IsFormulaHidden = bHideFormula; in QueryValue()
213 aProtection.IsHidden = bHideCell; in QueryValue()
214 aProtection.IsPrintHidden = bHidePrint; in QueryValue()
215 rVal <<= aProtection; in QueryValue()
243 util::CellProtection aProtection; in PutValue() local
244 if ( rVal >>= aProtection ) in PutValue()
246 bProtection = aProtection.IsLocked; in PutValue()
248 bHideCell = aProtection.IsHidden; in PutValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dattrib.cxx212 util::CellProtection aProtection; in QueryValue() local
213 aProtection.IsLocked = bProtection; in QueryValue()
214 aProtection.IsFormulaHidden = bHideFormula; in QueryValue()
215 aProtection.IsHidden = bHideCell; in QueryValue()
216 aProtection.IsPrintHidden = bHidePrint; in QueryValue()
217 rVal <<= aProtection; in QueryValue()
245 util::CellProtection aProtection; in PutValue() local
246 if ( rVal >>= aProtection ) in PutValue()
248 bProtection = aProtection.IsLocked; in PutValue()
250 bHideCell = aProtection.IsHidden; in PutValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlbodyi.cxx260 ScDocProtection aProtection; in endFastElement() local
261 aProtection.setProtected(true); in endFastElement()
267 aProtection.setPasswordHash(aPass, meHash1, meHash2); in endFastElement()
270 pDoc->SetDocProtection(&aProtection); in endFastElement()
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_Protection.cxx182 void OSD_Protection::Add(OSD_SingleProtection& aProtection, in Add() argument
184 aProtection = TabProtAdd[aProtection][aRight]; in Add()
188 void OSD_Protection::Sub(OSD_SingleProtection& aProtection, in Sub() argument
190 aProtection = TabProtSub[aProtection][aRight]; in Sub()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocfunc.cxx4004 ScDocProtection aProtection; in Protect() local
4005 aProtection.setProtected(true); in Protect()
4006 aProtection.setPassword(rPassword); in Protect()
4007 ProtectDocument(aProtection); in Protect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocfunc.cxx3936 ScDocProtection aProtection; in Protect() local
3937 aProtection.setProtected(true); in Protect()
3938 aProtection.setPassword(rPassword); in Protect()
3939 rDoc.SetDocProtection(&aProtection); in Protect()