Commit 4ef3eb63 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52370 954022d7-b5bf-4e40-9824-e11837661b57
parent 92dad509
......@@ -13,9 +13,9 @@
#endif
#include "..\VectorGraphics\SPath.h"
#include "..\Interfaces\IAVSPen.h"
#include "..\Interfaces\IAVSBrush.h"
#include "..\Objects\AVSSolidPattern.h"
#include "..\Interfaces\IASCPen.h"
#include "..\Interfaces\IASCBrush.h"
#include "..\Objects\ASCSolidPattern.h"
class CGraphicsPath : public SPath
{
......
......@@ -4,8 +4,8 @@
#include "..\VectorGraphics\STypes.h"
#include "..\VectorGraphics\MemoryUtils.h"
#include "..\Interfaces\IAVSPattern.h"
#include "..\..\AVSVideoStudio3\Common\AVSUtils.h"
#include "..\Interfaces\IASCPattern.h"
#include "..\..\..\Common\ASCUtils.h"
class CPixels
{
......
......@@ -2,18 +2,18 @@
#include "..\stdafx.h"
#include "..\Objects\Structures.h"
#include "..\Interfaces\AVSRenderer.h"
#include "..\Interfaces\IAVSGraphicsRenderer.h"
#include "..\Interfaces\ASCRenderer.h"
#include "..\Interfaces\IASCGraphicsRenderer.h"
#include "TemporaryCS.h"
#include "..\..\AVSOfficeStudio\Common\OfficeDrawing\File.h"
#include "..\Objects\AVSImage.h"
#include "..\..\..\Common\OfficeDrawing\File.h"
#include "..\Objects\ASCImage.h"
#include "..\DocumentViewer\DIB.h"
#include "..\Objects\Image\EmfFile.h"
#include "..\agg\AVSWrapper\ArrowHead.h"
#include "..\agg\ASCWrapper\ArrowHead.h"
#include "..\..\AVSVideoStudio3\Common\MediaFormatDefine.h"
#include "..\..\..\Common\MediaFormatDefine.h"
// IAVSMetafile
[object, uuid("8E19E616-F99C-46c9-B56D-BFF98241EB39"), dual, pointer_default(unique)]
......
#pragma once
#include "stdafx.h"
#include "AVSDocumentRenderer.h"
#include "ASCDocumentRenderer.h"
#include "ImageSerializeObjects2.h"
void CAVSDocumentRenderer::DrawWatermark(LONG lPageNumber, IUnknown* punkRenderer)
......
#pragma once
#include "AVSMetafile.h"
#include "AVSGraphicsRenderer.h"
#include "ASCMetafile.h"
#include "ASCGraphicsRenderer.h"
#include "..\DocumentViewer\Viewer.h"
// IAVSDocumentRenderer
......
#pragma once
#include "..\stdafx.h"
#include "..\agg\AVSWrapper\GraphicsPath.h"
#include "..\agg\ASCWrapper\GraphicsPath.h"
// IAVSGraphicSimpleComverter
[object, uuid("45EC6624-B5E1-4e60-ADD4-8DD310B6CF96"), dual, pointer_default(unique)]
......
#pragma once
#include "AVSRenderer.h"
#include "ASCRenderer.h"
#include "..\DocumentViewer\Metafile.h"
#include "..\..\AVSOfficeStudio\Common\OfficeFileTemplate.h"
#include "..\..\ASCOfficeStudio\Common\OfficeFileTemplate.h"
#define PROPERTY_META(NameBase, Name, Type) \
......
#pragma once
#include "..\stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IASCGraphicsBase.h"
[object, uuid("64AE5000-6CF6-461a-A766-344F88DC8381"), dual, pointer_default(unique)]
__interface IAVSBrush : IAVSGraphicsBase
......
#pragma once
#include "../stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IAVSGlyphImage.h"
#include "IASCGraphicsBase.h"
#include "IASCGlyphImage.h"
[object, uuid("472691CD-1FC6-424a-A44E-8E7549ECDCFF"), dual, pointer_default(unique)]
__interface IAVSFontManager : IAVSGraphicsBase
......
#pragma once
#include "..\stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IASCGraphicsBase.h"
[object, uuid("280F9CFE-D5F6-4594-B6C5-A7F3D6984CF2"), dual, pointer_default(unique)]
__interface IAVSGlyphImage : IAVSGraphicsBase
......
#pragma once
#include "../stdafx.h"
#include "IAVSStringFormat.h"
#include "IAVSFontManager.h"
#include "IAVSPattern.h"
#include "IASCStringFormat.h"
#include "IASCFontManager.h"
#include "IASCPattern.h"
const long c_ag_FillModeAlternate = 0;
const long c_ag_FillModeWinding = 1;
......
#pragma once
#include "AVSRenderer.h"
#include "ASCRenderer.h"
// IAVSGraphicsRenderer
[object, uuid("A278FE9F-622A-43a3-9F18-363311637073"), dual, pointer_default(unique)]
......
#pragma once
#include "..\stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IASCGraphicsBase.h"
[object, uuid("90445113-FEDD-4e88-AC18-06564C5399E6"), dual, pointer_default(unique)]
__interface IAVSPattern : IAVSGraphicsBase
......
#pragma once
#include "..\stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IASCGraphicsBase.h"
[object, uuid("166BB233-E93A-4159-8BC7-A2B2B5394B23"), dual, pointer_default(unique)]
__interface IAVSPen : IAVSGraphicsBase
......
#pragma once
#include "../stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IASCGraphicsBase.h"
[object, uuid("A03E5FD2-2F5D-464a-9CFF-F9B09BC5FC72"), dual, pointer_default(unique)]
__interface IAVSStringFormat : IAVSGraphicsBase
......
#pragma once
#include "../stdafx.h"
#include "IAVSGraphicsBase.h"
#include "IASCGraphicsBase.h"
[object, uuid("6C1AFC19-C954-4b74-B66C-9194D22A448A"), dual, pointer_default(unique)]
__interface IAVSWinFonts : IAVSGraphicsBase
......
#pragma once
#include "AVSRenderer.h"
#include "ASCRenderer.h"
#include "StringWriter.h"
#include "..\Objects\Structures.h"
#include "AVSGraphicsSimpleConverter.h"
#include "..\Objects\AVSWinFonts.h"
#include "..\Objects\AVSFontManager.h"
#include "ASCGraphicsSimpleConverter.h"
#include "..\Objects\ASCWinFonts.h"
#include "..\Objects\ASCFontManager.h"
#include "GdiplusEx.h"
namespace NSSVG
......
#pragma once
#include "stdafx.h"
#include "AVSFontManager.h"
#include "../Interfaces/AVSGraphicsRenderer.h"
#include "ASCFontManager.h"
#include "../Interfaces/ASCGraphicsRenderer.h"
void CAVSFontManager::DumpToJSEditor(CString strDirectory, bool bIsUnionFamily)
{
......
// FontManager.h : Declaration of the CFontManager
#pragma once
#include "../Interfaces/IAVSFontManager.h"
#include "../Interfaces/IAVSGraphicsPath.h"
#include "../Interfaces/IAVSWinFonts.h"
#include "../Objects/AVSWinFonts.h"
#include "../Interfaces/IASCFontManager.h"
#include "../Interfaces/IASCGraphicsPath.h"
#include "../Interfaces/IASCWinFonts.h"
#include "../Objects/ASCWinFonts.h"
#include "Font/FontConsts.h"
#include "Font/WinFont.h"
......@@ -19,12 +19,12 @@
#include "Font/WinFontStorage.h"
#include "AVSGlyphImage.h"
#include "AVSGraphicsPath.h"
#include "ASCGlyphImage.h"
#include "ASCGraphicsPath.h"
#include "TimeMeasurer.h"
#include "../Interfaces/XmlUtils.h"
#include "../../../AVSOfficeStudio/Common/OfficeDrawing/File.h"
#include "../../../Common/OfficeDrawing/File.h"
#include FT_ADVANCES_H
#include FT_GLYPH_H
......
......@@ -2,12 +2,12 @@
#pragma once
#include "..\Interfaces\IAVSWinFonts.h"
#include "..\Interfaces\IASCWinFonts.h"
#include "Font\WinFont.h"
#include "Font\WinFontStorage.h"
#include "..\Interfaces\BaseThread.h"
#include "../../../AVSOfficeStudio/Common/OfficeDrawing/File.h"
#include "../../../Common/OfficeDrawing/File.h"
#if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA)
#error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of it's single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms."
......
......@@ -5,7 +5,7 @@
#include <xmlutils.h>
#include "FontPath.h"
#include "../../Interfaces/IAVSGraphicsPath.h"
#include "../../Interfaces/IASCGraphicsPath.h"
//-------------------------------------------------------------------------------------------------------------------------------
// CPath
......
......@@ -14,11 +14,11 @@
#include <../../../Interfaces/XmlUtils.h>
#include <../../../Interfaces/BaseThread.h>
#include <../../../Objects/AVSFontManager.h>
#include <../../../Interfaces/AVSRenderer.h>
#include <../../../Objects/ASCFontManager.h>
#include <../../../Interfaces/ASCRenderer.h>
#include <../../../agg/AVSWrapper/GraphicsPath.h>
#include "../../../Interfaces/IAVSGraphicsRenderer.h"
#include "../../../Interfaces/IASCGraphicsRenderer.h"
#define GET_ATTRIBUTEN(NAME) if(style==##NAME)return m_n##NAME;
#define GET_ATTRIBUTED(NAME) if(style==##NAME)return m_n##NAME;
......
#pragma once
#include "../../../Interfaces/AVSRenderer.h"
#include "../../../../../AVSOfficeStudio/Common/OfficeFileErrorDescription.h"
#include "../../../../../../../Common/GdiPlusEx.h"
#include "../../../Interfaces/ASCRenderer.h"
#include "../../../../../Common/OfficeFileErrorDescription.h"
#include "../../../../../Common/GdiPlusEx.h"
#include "SVGFramework.h"
......
......@@ -2,7 +2,7 @@
//#include "..\stdafx.h"
#include "..\Interfaces\XmlUtils.h"
#include "..\..\AVSVideoStudio3\Common\AVSUtils.h"
#include "./../Interfaces/AVSRenderer.h"
#include "./../Interfaces/ASCRenderer.h"
#include "./../agg/ap_aggplusenums.h"
#include <gdiplus.h>
......
......@@ -19,7 +19,7 @@
#include "Matrix.h"
#include "..\..\Objects\AVSFontManager.h"
#include "..\..\Objects\ASCFontManager.h"
#include "..\..\Objects\Structures.h"
namespace Aggplus
......
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