internal static bool smethod_5(DocumentObject A_0) { if (A_0.DocumentObjectType != DocumentObjectType.TextRange) { return(!smethod_4(A_0)); } return(!Class567.smethod_28((A_0 as TextRange).Text)); }
private static bool smethod_10(string A_0) { return(((A_0.Length > 0) && (A_0[0] == '\r')) && Class567.smethod_28(A_0)); }