internal DocumentProperty(Interface37 A_0, bool A_1)
        {
            int num = 10;

            if (A_0 == null)
            {
                throw new ArgumentNullException(BookmarkStart.b("䘯匱䘳張夷吹䠻", num));
            }
            this.string_1 = A_0.imethod_2();
            if (this.string_1 == null)
            {
                if (A_1)
                {
                    this.builtInProperty_0 = (BuiltInProperty)A_0.imethod_3();
                }
                else
                {
                    this.builtInProperty_0 = (BuiltInProperty)((A_0.imethod_3() + 0x3e8) - 2);
                }
            }
            if ((A_1 && (this.builtInProperty_0 == BuiltInProperty.EditTime)) && (A_0.imethod_0() is System.DateTime))
            {
                System.DateTime time = (System.DateTime)A_0.imethod_0();
                this.object_0 = System.TimeSpan.FromTicks(time.Ticks - 0x701ce1722770000L);
            }
            else
            {
                this.object_0 = A_0.imethod_0();
            }
            this.propertyType_0 = (Spire.CompoundFile.Doc.PropertyType)A_0.imethod_1();
        }
Esempio n. 2
0
    public static int smethod_0(BuiltInProperty A_0, out bool A_1)
    {
        int num = (int)A_0;

        if (num >= 0x3e8)
        {
            num -= 0x3e6;
            A_1  = false;
            return(num);
        }
        A_1 = true;
        return(num);
    }
        internal int method_3(BuiltInProperty A_0, out bool A_1)
        {
            int num = (int)A_0;

            if (num >= 0x3e8)
            {
                num -= 0x3e6;
                A_1  = false;
                return(num);
            }
            A_1 = true;
            return(num);
        }
Esempio n. 4
0
    public Class439(Interface37 A_0, bool A_1)
    {
        int num = 0x12;

        if (A_0 == null)
        {
            throw new ArgumentNullException(BookmarkStart.b("丷嬹主圽ℿⱁぃ", num));
        }
        this.string_0 = A_0.imethod_2();
        if (this.string_0 == null)
        {
            if (A_1)
            {
                this.builtInProperty_0 = (BuiltInProperty)A_0.imethod_3();
            }
            else
            {
                this.builtInProperty_0 = (BuiltInProperty)((A_0.imethod_3() + 0x3e8) - 2);
            }
        }
        this.object_0       = A_0.imethod_0();
        this.propertyType_0 = (PropertyType)A_0.imethod_1();
    }
Esempio n. 5
0
 public void method_0(BuiltInProperty A_0)
 {
     this.builtInProperty_0 = A_0;
 }
Esempio n. 6
0
 public Class439(BuiltInProperty A_0, object A_1)
 {
     this.builtInProperty_0 = A_0;
     this.object_0          = A_1;
 }
 internal DocumentProperty(BuiltInProperty A_0, object A_1)
 {
     this.builtInProperty_0 = A_0;
     this.object_0          = A_1;
     this.propertyType_0    = smethod_0(A_1);
 }