Searched refs:aCellProtection2 (Results 1 – 1 of 1) sorted by relevance
948 util::CellProtection aCellProtection1, aCellProtection2; in equals() local950 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() local1095 if((r1 >>= aCellProtection1) && (r2 >>= aCellProtection2)) in equals()1097 return (aCellProtection1.IsPrintHidden == aCellProtection2.IsPrintHidden); in equals()
Completed in 16 milliseconds