Exemplo n.º 1
0
        internal void method_27(FormatBase A_0)
        {
            FormatBase base2 = A_0.method_23();

            base2.BaseFormat = null;
            for (FormatBase base3 = A_0.BaseFormat; base3 != null; base3 = base3.BaseFormat)
            {
                foreach (KeyValuePair <int, object> pair in base3.PropertiesHash)
                {
                    if (((!(pair.Value is Borders) && !(pair.Value is Border)) && (!(pair.Value is Paddings) && !(pair.Value is RowFormat.TablePositioning))) && !base2.PropertiesHash.ContainsKey(pair.Key))
                    {
                        base2.PropertiesHash.Add(pair.Key, pair.Value);
                    }
                }
            }
            this.method_26(base2);
            base2 = null;
        }