Searched refs:aCellProtection (Results 1 – 2 of 2) sorted by relevance
998 rValue <<= aCellProtection; in importXML()1015 rValue <<= aCellProtection; in importXML()1024 rValue <<= aCellProtection; in importXML()1033 rValue <<= aCellProtection; in importXML()1049 if(rValue >>= aCellProtection) in exportXML()1051 if (!(aCellProtection.IsFormulaHidden || aCellProtection.IsHidden || aCellProtection.IsLocked)) in exportXML()1063 …else if (aCellProtection.IsLocked && !(aCellProtection.IsFormulaHidden || aCellProtection.IsHidden… in exportXML()1068 …else if (aCellProtection.IsFormulaHidden && !(aCellProtection.IsLocked || aCellProtection.IsHidden… in exportXML()1073 else if (aCellProtection.IsFormulaHidden && aCellProtection.IsLocked) in exportXML()1124 rValue <<= aCellProtection; in importXML()[all …]
535 util::CellProtection aCellProtection; in setLocked() local537 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setLocked()538 aCellProtection.IsLocked = bIsLocked; in setLocked()555 util::CellProtection aCellProtection; in setFormulaHidden() local557 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setFormulaHidden()558 aCellProtection.IsFormulaHidden = bIsFormulaHidden; in setFormulaHidden()571 uno::Any aCellProtection = aNULL(); in getLocked() local584 aCellProtection = uno::makeAny(rProtAttr.GetProtection()); in getLocked()590 aCellProtection = uno::makeAny( cellProtection.IsLocked ); in getLocked()598 return aCellProtection; in getLocked()[all …]
Completed in 35 milliseconds