Beispiel #1
0
    private static void smethod_13(Class581 A_0, RowFormat A_1, Class584 A_2, bool A_3)
    {
        RowFormat format1 = (RowFormat)A_1.method_23();

        if (A_3)
        {
            Class829.smethod_0(A_1, A_0, false);
        }
        else
        {
            Class1131.smethod_0(A_1, A_0);
        }
    }
Beispiel #2
0
    internal static void smethod_0(Class581 A_0, RowFormat A_1)
    {
        RowFormat format = (RowFormat)A_1.method_23();
        TableRow  row    = new TableRow(A_0.Interface50.imethod_0(), format);

        A_0.method_3(row);
        Class394 class2 = A_0.imethod_1();
        string   str    = class2.method_1();

        while (class2.method_9(str))
        {
            smethod_1(A_0, format);
        }
        A_0.method_5(DocumentObjectType.TableRow);
        Class532.smethod_2(row);
    }