示例#1
0
 internal void method_3(Class1150 A_0, RowFormat A_1, char A_2)
 {
     if (A_0.method_1())
     {
         this.method_6(A_1);
     }
     else if ((A_2 == '\a') || A_0.bool_2)
     {
         this.method_7();
     }
 }
示例#2
0
 internal Class430 method_62(ParagraphFormat A_0, Class1150 A_1)
 {
     if ((A_0.OwnerBase is Paragraph) && ((A_0.OwnerBase as Paragraph).ParaStyle != null))
     {
         int num = A_0.Document.Styles.method_17((A_0.OwnerBase as Paragraph).ParaStyle);
         if (num == 0xfff)
         {
             num = 0;
         }
         A_0.Istd = num;
     }
     return(new Class430(A_0.Istd, this.method_63(A_0, A_1)));
 }
示例#3
0
 private void method_4(Class1150 A_0)
 {
     if (this.int_0 > 0)
     {
         this.method_8();
     }
     while (this.int_0 < A_0.int_0)
     {
         this.interface28_0.imethod_29();
         this.method_9(ElementPostion.InTable);
         this.method_8();
         this.int_0++;
     }
 }
示例#4
0
 internal void method_2(Class1150 A_0)
 {
     if (A_0.int_0 > this.int_0)
     {
         this.method_4(A_0);
     }
     else if (A_0.int_0 < this.int_0)
     {
         this.method_5(A_0);
     }
     else if ((A_0.int_0 > 0) && !A_0.method_1())
     {
         this.method_8();
     }
 }
示例#5
0
 internal void method_0(Class430 A_0, byte[] A_1, Document A_2)
 {
     this.paragraphFormat_0 = new ParagraphFormat(A_2);
     this.class1150_0       = new Class1150();
     this.rowFormat_0       = null;
     this.class141_0.method_67(this.paragraphFormat_0, this.class1150_0);
     this.paragraphFormat_0.SetAttr(0x3e8, A_0.method_6());
     this.class479_0.method_1(A_0.method_2());
     this.class479_0.method_1(A_1);
     if (this.rowFormat_0 != null)
     {
         this.class143_0.method_65();
     }
     this.class141_0.method_68();
 }
示例#6
0
    private void method_5(Class1150 A_0)
    {
        int num = 12;

        if (this.method_0() == ElementPostion.InCell)
        {
            A_0.int_0 = this.int_0;
        }
        else if (this.method_0() == ElementPostion.InRow)
        {
            this.method_8();
            A_0.int_0 = this.int_0;
        }
        else
        {
            if (this.method_0() != ElementPostion.InTable)
            {
                throw new InvalidOperationException(BookmarkStart.b("瀱唳刵ᠷ渹崻尽ⰿ❁橃", num));
            }
            this.interface28_0.imethod_30();
            this.method_10();
            this.int_0--;
        }
    }
示例#7
0
 internal Struct24(ParagraphFormat A_0, Class1150 A_1, RowFormat A_2)
 {
     this.paragraphFormat_0 = A_0;
     this.class1150_0       = A_1;
     this.rowFormat_0       = A_2;
 }
示例#8
0
 internal void method_67(ParagraphFormat A_0, Class1150 A_1)
 {
     base.wordAttrCollection_0 = A_0;
     this.class1150_0          = A_1;
 }
示例#9
0
 internal void method_65(byte[] A_0, ParagraphFormat A_1, Class1150 A_2)
 {
     this.method_67(A_1, A_2);
     this.class479_0.method_1(A_0);
     this.method_68();
 }
示例#10
0
 internal void method_64(Class430 A_0, ParagraphFormat A_1, Class1150 A_2)
 {
     A_1.Istd = A_0.method_6();
     this.method_65(A_0.method_2(), A_1, A_2);
 }
示例#11
0
 internal byte[] method_63(ParagraphFormat A_0, Class1150 A_1)
 {
     this.class1150_0 = A_1;
     return(base.method_1(A_0));
 }