internal static void smethod_0(Class857 A_0, string A_1, ref DocumentObject A_2, Class101 A_3, bool A_4) { bool_0 = A_4; smethod_1(A_0, A_1, A_2); bool_0 = false; if (A_3 != null) { if (A_2 == null) { A_2 = A_0.method_9().LastSection.Body; } Paragraph lastChild = (Paragraph) A_2.LastChild; if (A_4) { ListStyle style = A_3.method_21(); lastChild.ListFormat.ListLevelNumber = A_0.method_24(); lastChild.ListFormat.ApplyStyle(style.Name); if (A_3.method_27() != null) { lastChild.ListFormat.LFOStyleName = A_3.method_27(); } A_3.method_26(true); } } }