Ejemplo n.º 1
0
 protected override void vmethod_3(Class615 A_0)
 {
     base.bool_3 = A_0.method_9();
     if (base.bool_6)
     {
         bool     flag;
         Class210 class2 = base.method_2() as Class210;
         if (((flag = (class2 != null) ? class2.method_39() : false) && (class2 != null)) && ((base.method_30() is ShapeObject) && ((base.method_30() as ShapeObject).TextWrappingStyle == TextWrappingStyle.Inline)))
         {
             Paragraph paragraph = (base.method_30() as ShapeObject).method_28();
             if (((paragraph != null) && paragraph.IsInCell) && (base.method_5() != null))
             {
                 float num = base.method_5().method_69().Width + (base.method_30() as Interface2).imethod_3(base.method_4()).Width;
                 if (Class59.smethod_5((double)num, base.method_3().method_2(), 0.00050000002374872565) > 0)
                 {
                     flag = false;
                 }
             }
         }
         if (!flag)
         {
             base.interface1_0  = A_0.method_0();
             base.layoutState_0 = LayoutState.Splitted;
         }
         else
         {
             base.layoutState_0 = LayoutState.NotFitted;
         }
     }
     else
     {
         base.layoutState_0 = LayoutState.NotFitted;
     }
 }