From 429863f95aad7095417d493d4bfee244ed9e0fcf Mon Sep 17 00:00:00 2001 From: "Ivan.Shulga" Date: Fri, 22 Nov 2013 08:02:15 +0000 Subject: [PATCH] git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52366 954022d7-b5bf-4e40-9824-e11837661b57 --- .../ASCGraphics/Interfaces/{IAVSBrush.h => IASCBrush.h} | 0 .../ASCGraphics/Interfaces/{IAVSEdgeText.h => IASCEdgeText.h} | 0 .../Interfaces/{IAVSFontManager.h => IASCFontManager.h} | 0 .../ASCGraphics/Interfaces/{IAVSGlyphImage.h => IASCGlyphImage.h} | 0 .../ASCGraphics/Interfaces/{IAVSGraphics.h => IASCGraphics.h} | 0 .../Interfaces/{IAVSGraphicsBase.h => IASCGraphicsBase.h} | 0 .../Interfaces/{IAVSGraphicsPath.h => IASCGraphicsPath.h} | 0 .../Interfaces/{IAVSGraphicsRenderer.h => IASCGraphicsRenderer.h} | 0 .../Interfaces/{IAVSGraphicsState.h => IASCGraphicsState.h} | 0 .../ASCGraphics/Interfaces/{IAVSImage.h => IASCImage.h} | 0 .../ASCGraphics/Interfaces/{IAVSMatrix.h => IASCMatrix.h} | 0 .../ASCGraphics/Interfaces/{IAVSPattern.h => IASCPattern.h} | 0 ASCImageStudio3/ASCGraphics/Interfaces/{IAVSPen.h => IASCPen.h} | 0 .../ASCGraphics/Interfaces/{IAVSShadow.h => IASCShadow.h} | 0 .../Interfaces/{IAVSStringFormat.h => IASCStringFormat.h} | 0 .../ASCGraphics/Interfaces/{IAVSWinFonts.h => IASCWinFonts.h} | 0 .../ASCGraphics/Interfaces/{StructuresAVS.h => StructuresASC.h} | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSBrush.h => IASCBrush.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSEdgeText.h => IASCEdgeText.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSFontManager.h => IASCFontManager.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSGlyphImage.h => IASCGlyphImage.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSGraphics.h => IASCGraphics.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSGraphicsBase.h => IASCGraphicsBase.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSGraphicsPath.h => IASCGraphicsPath.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSGraphicsRenderer.h => IASCGraphicsRenderer.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSGraphicsState.h => IASCGraphicsState.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSImage.h => IASCImage.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSMatrix.h => IASCMatrix.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSPattern.h => IASCPattern.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSPen.h => IASCPen.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSShadow.h => IASCShadow.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSStringFormat.h => IASCStringFormat.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{IAVSWinFonts.h => IASCWinFonts.h} (100%) rename ASCImageStudio3/ASCGraphics/Interfaces/{StructuresAVS.h => StructuresASC.h} (100%) diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSBrush.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCBrush.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSBrush.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCBrush.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSEdgeText.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCEdgeText.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSEdgeText.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCEdgeText.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSFontManager.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCFontManager.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSFontManager.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCFontManager.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSGlyphImage.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCGlyphImage.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSGlyphImage.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCGlyphImage.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphics.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphics.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphics.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphics.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsBase.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsBase.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsBase.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsBase.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsPath.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsPath.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsPath.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsPath.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsRenderer.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsRenderer.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsRenderer.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsRenderer.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsState.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsState.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSGraphicsState.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCGraphicsState.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSImage.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCImage.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSImage.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCImage.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSMatrix.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCMatrix.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSMatrix.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCMatrix.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSPattern.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCPattern.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSPattern.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCPattern.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSPen.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCPen.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSPen.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCPen.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSShadow.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCShadow.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSShadow.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCShadow.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSStringFormat.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCStringFormat.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSStringFormat.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCStringFormat.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/IAVSWinFonts.h b/ASCImageStudio3/ASCGraphics/Interfaces/IASCWinFonts.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/IAVSWinFonts.h rename to ASCImageStudio3/ASCGraphics/Interfaces/IASCWinFonts.h diff --git a/ASCImageStudio3/ASCGraphics/Interfaces/StructuresAVS.h b/ASCImageStudio3/ASCGraphics/Interfaces/StructuresASC.h similarity index 100% rename from ASCImageStudio3/ASCGraphics/Interfaces/StructuresAVS.h rename to ASCImageStudio3/ASCGraphics/Interfaces/StructuresASC.h