예제 #1
0
    protected void method_45(WordAttrCollection A_0, bool A_1)
    {
        bool     flag = this.binaryReader_0.ReadByte() != 0;
        int      num  = this.binaryReader_0.ReadInt16();
        DateTime time = Class353.smethod_2(this.binaryReader_0);

        if (flag)
        {
            Class580 class2 = new Class580(A_0, this.class812_0.method_1(num), time);
            if (A_1)
            {
                class2.method_4().method_25(this.wordAttrCollection_0);
            }
            if (this.wordAttrCollection_0 is CharacterFormat)
            {
                (this.wordAttrCollection_0 as CharacterFormat).IsChangedFormat = true;
                (class2.method_4() as CharacterFormat).method_74(this.wordAttrCollection_0 as CharacterFormat);
            }
            else if (this.wordAttrCollection_0 is ParagraphFormat)
            {
                (this.wordAttrCollection_0 as ParagraphFormat).IsChangedFormat = true;
            }
            this.wordAttrCollection_0.SetAttr(0x271a, class2);
        }
    }
예제 #2
0
 internal void method_0(BinaryReader A_0)
 {
     this.dateTime_0 = Class353.smethod_2(A_0);
     A_0.ReadInt16();
     this.int_5 = A_0.ReadInt32();
     this.int_6 = A_0.ReadInt32();
     this.int_7 = A_0.ReadInt32();
 }
예제 #3
0
    private void method_74(Class579 A_0)
    {
        DateTime time = Class353.smethod_2(base.binaryReader_0);

        if (A_0 != null)
        {
            A_0.method_3(time);
        }
    }
예제 #4
0
    private void method_80(Class578 A_0)
    {
        int num = base.binaryReader_0.ReadByte();

        A_0.method_9(num != 0);
        base.binaryReader_0.ReadByte();
        A_0.method_1(base.class812_0.method_1(base.binaryReader_0.ReadInt16()));
        A_0.method_3(Class353.smethod_2(base.binaryReader_0));
        for (int i = 0; i < 9; i++)
        {
            A_0.method_10()[i] = base.binaryReader_0.ReadByte();
        }
        for (int j = 0; j < 9; j++)
        {
            A_0.method_11()[j] = (ListPatternType)base.binaryReader_0.ReadByte();
        }
        base.binaryReader_0.ReadInt16();
        for (int k = 0; k < 9; k++)
        {
            A_0.method_12()[k] = base.binaryReader_0.ReadInt32();
        }
        A_0.method_14(Class813.smethod_3(base.binaryReader_0, 0x40));
    }