Home
last modified time | relevance | path

Searched refs:aCellProtection (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx998 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 …]
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx535 util::CellProtection aCellProtection; in setLocked() local
537 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setLocked()
538 aCellProtection.IsLocked = bIsLocked; in setLocked()
555 util::CellProtection aCellProtection; in setFormulaHidden() local
557 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setFormulaHidden()
558 aCellProtection.IsFormulaHidden = bIsFormulaHidden; in setFormulaHidden()
571 uno::Any aCellProtection = aNULL(); in getLocked() local
584 aCellProtection = uno::makeAny(rProtAttr.GetProtection()); in getLocked()
590 aCellProtection = uno::makeAny( cellProtection.IsLocked ); in getLocked()
598 return aCellProtection; in getLocked()
[all …]

Completed in 21 milliseconds