private void method_3() { Class547 latentStyles = this.styleCollection_0.LatentStyles; foreach (Style style in this.styleCollection_0) { if (style.StyleIdentifier != StyleIdentifier.DefaultParagraphFont) { Class66 class3 = latentStyles.method_14().method_3(style.StyleIdentifier); if (class3 != null) { style.Locked = class3.method_3(); style.QuickFormat = class3.method_5(); style.UIPriority = class3.method_9(); if (class3.method_11()) { style.IsSemiHidden = false; style.UnhideWhenUsed = false; class3.method_8(false); class3.method_12(false); } } } } }
private void method_9(int A_0) { this.binaryWriter_0.Write((ushort)4); Class547 latentStyles = this.styleCollection_0.LatentStyles; int num = 0; num = 0 | (latentStyles.method_2() ? 1 : 0); num |= latentStyles.method_6() ? 2 : 0; num |= latentStyles.method_10() ? 4 : 0; num |= latentStyles.method_4() ? 8 : 0; num |= latentStyles.method_8() << 4; for (int i = 0; i < A_0; i++) { int num3 = 0; Class66 class3 = latentStyles.method_14().method_3((StyleIdentifier)i); if (class3 != null) { num3 |= class3.method_3() ? 1 : 0; num3 |= class3.method_7() ? 2 : 0; num3 |= class3.method_11() ? 4 : 0; num3 |= class3.method_5() ? 8 : 0; num3 |= class3.method_9() << 4; } else { num3 = num; } this.binaryWriter_0.Write(num3); } }
internal bool method_1(Class66 A_0) { return((((A_0.method_3() == this.method_2()) && (A_0.method_5() == this.method_4())) && ((A_0.method_7() == this.method_6()) && (A_0.method_9() == this.method_8()))) && (A_0.method_11() == this.method_10())); }