mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(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
This commit is contained in:
committed by
Alexander Trofimov
parent
de19a4fb52
commit
96945b07ca
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Xml;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor
|
||||
namespace ASCOfficeEWSEditor.Editor
|
||||
{
|
||||
public struct AutoFilterElementSendData
|
||||
{
|
||||
@ -72,7 +72,7 @@ namespace AVSOfficeEWSEditor.Editor
|
||||
this.autofilter_xml = xml_table_file.SelectSingleNode("main:autoFilter", ns_manager);
|
||||
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)
|
||||
{
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class AddCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class Arithmetic
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class ConcatCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class DivCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class EqCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class GtCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal interface IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class IsectCalculator : ReferenceOperatorsCalculator
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class LtCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class MulCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class PowerCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class RangeCalculator : ReferenceOperatorsCalculator
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal abstract class ReferenceOperatorsCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class SubCalculator : IFullBinaryOpDispatcher
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.BinOpCalc
|
||||
{
|
||||
internal class UnionCalculator : ReferenceOperatorsCalculator
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
|
||||
{
|
||||
internal interface IDataObject : IComparable<IDataObject>
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.DataObjects
|
||||
{
|
||||
internal class ObjectEmpty : IDataObject
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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>
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents an error value of calculations
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
|
||||
{
|
||||
/// <summary>
|
||||
/// Formula format exception
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
|
||||
{
|
||||
internal class Precision
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
/// <summary>
|
||||
/// Functions information storage
|
||||
@ -442,7 +442,7 @@ namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
|
||||
}
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor
|
||||
namespace ASCOfficeEWSEditor.Editor
|
||||
{
|
||||
/// <summary>
|
||||
/// Function description
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncAbs : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncAnd : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncAverage : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncCeiling : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncConcatenate : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncCos : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncCount : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncErrorType : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncEven : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncExact : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncFalse : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncFloor : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncIf : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncIfError : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncInt : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal abstract class PtgFuncIs : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncIsEven : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncIsOdd : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncLower : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncMRound : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal abstract class PtgFuncMathOneArg : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncMax : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncMin : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncMod : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncN : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncNa : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncNot : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncOdd : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncOr : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncPi : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncPower : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncRept : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncRound : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncRoundDown : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncRoundUp : PtgFuncMathTwoArgs
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncSign : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncSin : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncSqrt : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncSum : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncT : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncTan : PtgFuncMathOneArg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncTrue : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncType : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncUnsupported : PtgFuncVar
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs.Functions
|
||||
{
|
||||
internal class PtgFuncUpper : PtgFuncFixed
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal abstract class OperandPtg : Ptg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal abstract class OperandPtgRef3D : OperandPtg, IHavingSubjectPtg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal abstract class OperatorPtg : Ptg
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal abstract class Ptg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgAdd : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgArea : OperandPtg, IRefOperandPtg, IHavingSubjectPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgArea3D : OperandPtgRef3D, IRefOperandPtg
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgConcat : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgDiv : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgEq : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgErr : OperandPtg
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgGe : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgGt : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgIsect : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgLe : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgLt : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgMissedArg : OperandPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgMul : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgName : OperandPtg, IHavingSubjectPtg
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgNe : BinOperatorPtg
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
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
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas.Ptgs
|
||||
{
|
||||
internal class PtgParen : Ptg
|
||||
{
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user