Commit 96945b07 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

(1.0.0.20): FileConverter2

(1.0.0.113): ASCOfficeEWSEditor
AVS -> ASC

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53060 954022d7-b5bf-4e40-9824-e11837661b57
parent de19a4fb
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Xml; using System.Xml;
namespace AVSOfficeEWSEditor.Editor namespace ASCOfficeEWSEditor.Editor
{ {
public struct AutoFilterElementSendData public struct AutoFilterElementSendData
{ {
...@@ -72,7 +72,7 @@ namespace AVSOfficeEWSEditor.Editor ...@@ -72,7 +72,7 @@ namespace AVSOfficeEWSEditor.Editor
this.autofilter_xml = xml_table_file.SelectSingleNode("main:autoFilter", ns_manager); this.autofilter_xml = xml_table_file.SelectSingleNode("main:autoFilter", ns_manager);
if (null != this.autofilter_xml) if (null != this.autofilter_xml)
{ {
m_oRefRange = new AVSOfficeEWSEditor.Editor.Cells.CellRange(autofilter_xml.Attributes["ref"].Value, this.worksheet.Workbook); m_oRefRange = new ASCOfficeEWSEditor.Editor.Cells.CellRange(autofilter_xml.Attributes["ref"].Value, this.worksheet.Workbook);
foreach (XmlNode oXmlNodeFilterColumn in autofilter_xml.ChildNodes) foreach (XmlNode oXmlNodeFilterColumn in autofilter_xml.ChildNodes)
{ {
......
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using AVSOfficeEWSEditor.Editor.Calculation.Formulas; using ASCOfficeEWSEditor.Editor.Calculation.Formulas;
namespace AVSOfficeEWSEditor.Editor.Calculation namespace ASCOfficeEWSEditor.Editor.Calculation
{ {
internal class CellItem : IObserver, ISubject internal class CellItem : IObserver, ISubject
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class AddCalculator : IFullBinaryOpDispatcher internal class AddCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class Arithmetic internal class Arithmetic
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class ConcatCalculator : IFullBinaryOpDispatcher internal class ConcatCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class DivCalculator : IFullBinaryOpDispatcher internal class DivCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class EqCalculator : IFullBinaryOpDispatcher internal class EqCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class GtCalculator : IFullBinaryOpDispatcher internal class GtCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal interface IFullBinaryOpDispatcher internal interface IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class IsectCalculator : ReferenceOperatorsCalculator internal class IsectCalculator : ReferenceOperatorsCalculator
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class LtCalculator : IFullBinaryOpDispatcher internal class LtCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class MulCalculator : IFullBinaryOpDispatcher internal class MulCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class PowerCalculator : IFullBinaryOpDispatcher internal class PowerCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class RangeCalculator : ReferenceOperatorsCalculator internal class RangeCalculator : ReferenceOperatorsCalculator
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal abstract class ReferenceOperatorsCalculator : IFullBinaryOpDispatcher internal abstract class ReferenceOperatorsCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class SubCalculator : IFullBinaryOpDispatcher internal class SubCalculator : IFullBinaryOpDispatcher
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
{ {
internal class UnionCalculator : ReferenceOperatorsCalculator internal class UnionCalculator : ReferenceOperatorsCalculator
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs; using ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{ {
internal class CellParsedFormula : ParsedFormula internal class CellParsedFormula : ParsedFormula
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal interface IDataObject : IComparable<IDataObject> internal interface IDataObject : IComparable<IDataObject>
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal class ObjectBoolean : IDataObject internal class ObjectBoolean : IDataObject
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal class ObjectEmpty : IDataObject internal class ObjectEmpty : IDataObject
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal class ObjectError : IDataObject internal class ObjectError : IDataObject
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal class ObjectNumber : IDataObject internal class ObjectNumber : IDataObject
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal class ObjectReference : IDataObject, IEnumerable<DataObjects.IDataObject> internal class ObjectReference : IDataObject, IEnumerable<DataObjects.IDataObject>
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
{ {
internal class ObjectString : IDataObject internal class ObjectString : IDataObject
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{ {
/// <summary> /// <summary>
/// Represents an error value of calculations /// Represents an error value of calculations
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{ {
/// <summary> /// <summary>
/// Formula format exception /// Formula format exception
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs; using ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{ {
internal class NameParsedFormula : ParsedFormula internal class NameParsedFormula : ParsedFormula
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs; using ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{ {
internal abstract class ParsedFormula internal abstract class ParsedFormula
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{ {
internal class Precision internal class Precision
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
/// <summary> /// <summary>
/// Functions information storage /// Functions information storage
...@@ -442,7 +442,7 @@ namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions ...@@ -442,7 +442,7 @@ namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
} }
namespace AVSOfficeEWSEditor.Editor namespace ASCOfficeEWSEditor.Editor
{ {
/// <summary> /// <summary>
/// Function description /// Function description
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncAbs : PtgFuncMathOneArg internal class PtgFuncAbs : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncAnd : PtgFuncVar internal class PtgFuncAnd : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncAverage : PtgFuncVar internal class PtgFuncAverage : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncCeiling : PtgFuncMathTwoArgs internal class PtgFuncCeiling : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncConcatenate : PtgFuncVar internal class PtgFuncConcatenate : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncCos : PtgFuncMathOneArg internal class PtgFuncCos : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncCount : PtgFuncVar internal class PtgFuncCount : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncErrorType : PtgFuncFixed internal class PtgFuncErrorType : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncEven : PtgFuncMathOneArg internal class PtgFuncEven : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncExact : PtgFuncFixed internal class PtgFuncExact : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncFalse : PtgFuncFixed internal class PtgFuncFalse : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncFloor : PtgFuncMathTwoArgs internal class PtgFuncFloor : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncIf : PtgFuncFixed internal class PtgFuncIf : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncIfError : PtgFuncFixed internal class PtgFuncIfError : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncInt : PtgFuncMathOneArg internal class PtgFuncInt : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal abstract class PtgFuncIs : PtgFuncFixed internal abstract class PtgFuncIs : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncIsEven : PtgFuncFixed internal class PtgFuncIsEven : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncIsOdd : PtgFuncFixed internal class PtgFuncIsOdd : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncLower : PtgFuncFixed internal class PtgFuncLower : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncMRound : PtgFuncMathTwoArgs internal class PtgFuncMRound : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal abstract class PtgFuncMathOneArg : PtgFuncFixed internal abstract class PtgFuncMathOneArg : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncMax : PtgFuncVar internal class PtgFuncMax : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncMin : PtgFuncVar internal class PtgFuncMin : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncMod : PtgFuncMathTwoArgs internal class PtgFuncMod : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncN : PtgFuncFixed internal class PtgFuncN : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncNa : PtgFuncFixed internal class PtgFuncNa : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncNot : PtgFuncFixed internal class PtgFuncNot : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncOdd : PtgFuncMathOneArg internal class PtgFuncOdd : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncOr : PtgFuncVar internal class PtgFuncOr : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncPi : PtgFuncFixed internal class PtgFuncPi : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncPower : PtgFuncFixed internal class PtgFuncPower : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncRept : PtgFuncFixed internal class PtgFuncRept : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncRound : PtgFuncMathTwoArgs internal class PtgFuncRound : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncRoundDown : PtgFuncMathTwoArgs internal class PtgFuncRoundDown : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncRoundUp : PtgFuncMathTwoArgs internal class PtgFuncRoundUp : PtgFuncMathTwoArgs
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncSign : PtgFuncMathOneArg internal class PtgFuncSign : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncSin : PtgFuncMathOneArg internal class PtgFuncSin : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncSqrt : PtgFuncMathOneArg internal class PtgFuncSqrt : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncSum : PtgFuncVar internal class PtgFuncSum : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncT : PtgFuncFixed internal class PtgFuncT : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncTan : PtgFuncMathOneArg internal class PtgFuncTan : PtgFuncMathOneArg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncTrue : PtgFuncFixed internal class PtgFuncTrue : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncType : PtgFuncFixed internal class PtgFuncType : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncUnsupported : PtgFuncVar internal class PtgFuncUnsupported : PtgFuncVar
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
{ {
internal class PtgFuncUpper : PtgFuncFixed internal class PtgFuncUpper : PtgFuncFixed
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal abstract class OperandPtg : Ptg internal abstract class OperandPtg : Ptg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal abstract class OperandPtgRef3D : OperandPtg, IHavingSubjectPtg internal abstract class OperandPtgRef3D : OperandPtg, IHavingSubjectPtg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal abstract class OperatorPtg : Ptg internal abstract class OperatorPtg : Ptg
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal abstract class Ptg internal abstract class Ptg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgAdd : BinOperatorPtg internal class PtgAdd : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgArea : OperandPtg, IRefOperandPtg, IHavingSubjectPtg internal class PtgArea : OperandPtg, IRefOperandPtg, IHavingSubjectPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgArea3D : OperandPtgRef3D, IRefOperandPtg internal class PtgArea3D : OperandPtgRef3D, IRefOperandPtg
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgBool : OperandPtg internal class PtgBool : OperandPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgConcat : BinOperatorPtg internal class PtgConcat : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgDiv : BinOperatorPtg internal class PtgDiv : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgEq : BinOperatorPtg internal class PtgEq : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgErr : OperandPtg internal class PtgErr : OperandPtg
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal abstract class PtgFunc : OperandPtg internal abstract class PtgFunc : OperandPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgGe : BinOperatorPtg internal class PtgGe : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgGt : BinOperatorPtg internal class PtgGt : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgIsect : BinOperatorPtg internal class PtgIsect : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgLe : BinOperatorPtg internal class PtgLe : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgLt : BinOperatorPtg internal class PtgLt : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgMissedArg : OperandPtg internal class PtgMissedArg : OperandPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgMul : BinOperatorPtg internal class PtgMul : BinOperatorPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgName : OperandPtg, IHavingSubjectPtg internal class PtgName : OperandPtg, IHavingSubjectPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgNe : BinOperatorPtg internal class PtgNe : BinOperatorPtg
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AVSOfficeEWSEditor.XMLDataSpecific; using ASCOfficeEWSEditor.XMLDataSpecific;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgNum : OperandPtg internal class PtgNum : OperandPtg
{ {
......
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
{ {
internal class PtgParen : Ptg internal class PtgParen : Ptg
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment