Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx948 util::CellProtection aCellProtection1, aCellProtection2; in equals() local
950 if((r1 >>= aCellProtection1) && (r2 >>= aCellProtection2)) in equals()
952 return ((aCellProtection1.IsHidden == aCellProtection2.IsHidden) && in equals()
953 (aCellProtection1.IsLocked == aCellProtection2.IsLocked) && in equals()
954 (aCellProtection1.IsFormulaHidden == aCellProtection2.IsFormulaHidden)); in equals()
1093 util::CellProtection aCellProtection1, aCellProtection2; in equals() local
1095 if((r1 >>= aCellProtection1) && (r2 >>= aCellProtection2)) in equals()
1097 return (aCellProtection1.IsPrintHidden == aCellProtection2.IsPrintHidden); in equals()

Completed in 22 milliseconds