Esempio n. 1
0
    private void method_3(FootnoteSeparatorType A_0)
    {
        Class760 class2 = this.class764_0.method_8().method_26(A_0);

        if ((class2 != null) && (class2.method_6() > 0))
        {
            Class1108 class3 = new Class1108(this.class764_0, SubDocumentType.Header);
            this.class764_0.method_43().imethod_8(A_0);
            class3.method_4(class2.method_2(), class2.method_6());
            this.class764_0.method_43().imethod_9();
        }
    }
Esempio n. 2
0
    private void imethod_8(FootnoteSeparatorType A_0)
    {
        int num = 1;

        if (this.documentObject_0 != this.document_0)
        {
            throw new InvalidOperationException(BookmarkStart.b("愦䘨䐪夬䄮帰䜲倴᜶䨸帺䴼帾㍀≂ㅄ⡆㭈㡊捌", num));
        }
        Class8 class2 = new Class8(this.document_0, A_0);

        this.document_0.FootnoteSeparators.method_1(A_0, class2);
        this.documentObject_0 = class2;
    }
Esempio n. 3
0
    private static void smethod_8(Class581 A_0, FootnoteType A_1)
    {
        int num = 9;
        FootnoteSeparatorType normal = FootnoteSeparatorType.Normal;
        Class394 class2 = A_0.imethod_1();

        while (class2.method_19())
        {
            string str;
            if (((str = class2.method_1()) != null) && (str == BookmarkStart.b("嬮䠰䌲倴", num)))
            {
                bool flag = A_1 == FootnoteType.Endnote;
                normal = Class911.smethod_10(class2.method_3(), flag);
            }
        }
        if (normal != FootnoteSeparatorType.Normal)
        {
            Class8 class3 = new Class8(A_0.Interface50.imethod_0(), normal);
            A_0.Interface50.imethod_0().FootnoteSeparators.method_1(normal, class3);
        }
    }
Esempio n. 4
0
 internal Class8(Document A_0, FootnoteSeparatorType A_1) : base(A_0)
 {
     this.footnoteSeparatorType_0 = A_1;
 }
Esempio n. 5
0
 internal Class760 method_26(FootnoteSeparatorType A_0)
 {
     return(this.method_27((int)A_0));
 }
Esempio n. 6
0
 internal void method_1(FootnoteSeparatorType A_0, Class8 A_1)
 {
     this.hashtable_0[A_0] = A_1;
 }
Esempio n. 7
0
 internal Class8 method_0(FootnoteSeparatorType A_0)
 {
     return((Class8)this.hashtable_0[A_0]);
 }
Esempio n. 8
0
 private static void smethod_1(Class421 A_0, bool A_1, FootnoteSeparatorType A_2)
 {
 }
Esempio n. 9
0
    internal static string smethod_11(FootnoteSeparatorType A_0, bool A_1)
    {
        Hashtable hashtable = A_1 ? hashtable_13 : hashtable_11;

        return((string)Class791.smethod_3(hashtable, A_0, ""));
    }