Searched refs:rProtAttr (Results 1 – 2 of 2) sorted by relevance
581 …const ScProtectionAttr& rProtAttr = (const ScProtectionAttr &) pDataSet->Get(ATTR_PROTECTION, sal_… in getLocked() local584 aCellProtection = uno::makeAny(rProtAttr.GetProtection()); in getLocked()614 …const ScProtectionAttr& rProtAttr = (const ScProtectionAttr &) pDataSet->Get(ATTR_PROTECTION, sal_… in getFormulaHidden() local617 aBoolRet = uno::makeAny(rProtAttr.GetHideFormula()); in getFormulaHidden()
468 const ScProtectionAttr& rProtAttr = (const ScProtectionAttr&) in FillInfo() local470 bHidden = rProtAttr.GetHideCell(); in FillInfo()471 bHideFormula = rProtAttr.GetHideFormula(); in FillInfo()
Completed in 11 milliseconds