(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:
Sergey.Konovalov
2013-12-11 08:16:17 +00:00
committed by Alexander Trofimov
parent de19a4fb52
commit 96945b07ca
298 changed files with 593 additions and 593 deletions

View File

@ -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)
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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>
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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>
{

View File

@ -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
{

View File

@ -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

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace AVSOfficeEWSEditor.Editor.Calculation.Formulas
namespace ASCOfficeEWSEditor.Editor.Calculation.Formulas
{
internal class Precision
{

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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