Ejemplo n.º 1
0
    Interface31 Interface31.imethod_1()
    {
        Class732 class2 = new Class732();

        for (int i = 0; i < this.Count; i++)
        {
            class2.Add(this.method_0(i).Clone());
        }
        return(class2);
    }
Ejemplo n.º 2
0
    private static void smethod_2(CellCollection A_0, RowFormat A_1, bool A_2)
    {
        Class732 class2 = new Class732();

        A_1.SetAttr(0x13ec, class2);
        foreach (TableCell cell in A_0)
        {
            class2.Add(A_2 ? cell.CellFormat.SysDirectAttrs : cell.CellFormat);
        }
    }
Ejemplo n.º 3
0
 private void method_84(CellCollection A_0, RowFormat A_1)
 {
     if (A_1.HasFormatRevision)
     {
         RowFormat format = (RowFormat)A_1.FormatRevision.method_4();
         Class732  class3 = new Class732();
         format.SetAttr(0x13ec, class3);
         foreach (TableCell cell in A_0)
         {
             Class580 formatRevision = cell.CellFormat.FormatRevision;
             class3.Add((formatRevision != null) ? formatRevision.method_4() : this.cellFormat_0);
         }
     }
 }
Ejemplo n.º 4
0
 private void method_71()
 {
     if (base.binaryReader_0.ReadBoolean())
     {
         RowFormat format = (RowFormat)this.method_93().FormatRevision.method_4();
         if (!format.method_6(0x13ec))
         {
             Class732 class3 = new Class732();
             format.SetAttr(0x13ec, class3);
             Class732 class2 = (Class732)((RowFormat)base.wordAttrCollection_0).method_31(0x13ec);
             for (int i = 0; i < class2.Count; i++)
             {
                 CellFormat format2 = new CellFormat();
                 class3.Add(format2);
             }
         }
         base.wordAttrCollection_0 = format;
     }
 }