From dea13b8e9b11c286feb5447ebaba3c9c25234b25 Mon Sep 17 00:00:00 2001 From: "Elen.Subbotina" Date: Thu, 8 Oct 2015 07:42:36 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D1=8B?= =?UTF-8?q?=20linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65217 954022d7-b5bf-4e40-9824-e11837661b57 --- ASCHTMLRenderer/Linux/ASCHTMLRendererLib.pro | 4 +- .../DocFormatLib/Linux/DocFormatLib.pro | 4 +- ASCOfficeOdfFile/linux/OdfFileReaderLib.pro | 4 +- ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro | 4 +- .../PPTFormatLib/Linux/PPTFormatLib.pro | 4 +- .../Linux/PPTXFormatLib/PPTXFormatLib.pro | 1129 +++++++++-------- .../RtfFormatLib/Linux/RtfFormatLib.pro | 4 +- .../TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro | 4 +- .../Linux/ASCOfficeUtilsLib.pro | 4 +- .../source/linux/XlsFormatLib.pro | 4 +- .../DocxFormatLib/DocxFormatLib.pro | 4 +- .../Qt_build/graphics/project/graphics.pro | 4 +- OfficeUtils/OfficeUtils.pro | 4 +- UnicodeConverter/UnicodeConverter.pro | 4 +- 14 files changed, 591 insertions(+), 590 deletions(-) diff --git a/ASCHTMLRenderer/Linux/ASCHTMLRendererLib.pro b/ASCHTMLRenderer/Linux/ASCHTMLRendererLib.pro index 655d9e52da..f0acc16503 100644 --- a/ASCHTMLRenderer/Linux/ASCHTMLRendererLib.pro +++ b/ASCHTMLRenderer/Linux/ASCHTMLRendererLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro b/ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro index dad0d8ceb7..0635c4f911 100644 --- a/ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro +++ b/ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficeOdfFile/linux/OdfFileReaderLib.pro b/ASCOfficeOdfFile/linux/OdfFileReaderLib.pro index b2dac4cd4a..9aab13de43 100644 --- a/ASCOfficeOdfFile/linux/OdfFileReaderLib.pro +++ b/ASCOfficeOdfFile/linux/OdfFileReaderLib.pro @@ -34,10 +34,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro b/ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro index c7a7c7b09f..fc79a64634 100644 --- a/ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro +++ b/ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro @@ -34,10 +34,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro b/ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro index 9d1da40753..fb1e94b715 100644 --- a/ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro +++ b/ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro b/ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro index 3c393cb545..fb813af6dc 100644 --- a/ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro +++ b/ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro @@ -1,564 +1,565 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2014-10-10T14:24:04 -# -#------------------------------------------------- - -QT -= core gui - -TARGET = PPTXFormatLib -TEMPLATE = lib -CONFIG += staticlib -win32 { - #todo accentbordercallout90type, вернуть inline оптимизацию Ob2 - QMAKE_CXXFLAGS_RELEASE += -Ob0 - QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings -} else { - QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers -} - -############### destination path ############### -DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib - -# WINDOWS -win32:contains(QMAKE_TARGET.arch, x86_64):{ -CONFIG(debug, debug|release) { - DESTDIR = $$DESTINATION_SDK_PATH/win_64/DEBUG -} else { - DESTDIR = $$DESTINATION_SDK_PATH/win_64 -} -} -win32:!contains(QMAKE_TARGET.arch, x86_64):{ -CONFIG(debug, debug|release) { - DESTDIR = $$DESTINATION_SDK_PATH/win_32/DEBUG -} else { - DESTDIR = $$DESTINATION_SDK_PATH/win_32 -} -} - -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ - DESTDIR = $$DESTINATION_SDK_PATH/linux_64 -} -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ - DESTDIR = $$DESTINATION_SDK_PATH/linux_32 -} -############### destination path ############### - -DEFINES += UNICODE \ - _UNICODE \ - _USE_LIBXML2_READER_ \ - _USE_XMLLITE_READER_ \ - USE_LITE_READER \ - PPTX_DEF\ - PPT_DEF\ - ENABLE_PPT_TO_PPTX_CONVERT \ - AVS_USE_CONVERT_PPTX_TOCUSTOM_VML \ - NODOCX \ - #DISABLE_FILE_DOWNLOADER \ - CXIMAGE_DONT_DECLARE_TCHAR \ - BUILD_CONFIG_FULL_VERSION \ - DONT_WRITE_EMBEDDED_FONTS \ - CXIMAGE_DONT_DECLARE_TCHAR - -#################### WINDOWS ##################### -win32 { - DEFINES += \ - LIBXML_READER_ENABLED - -INCLUDEPATH += ../../../../Common/DocxFormat/Source/XML/libxml2/XML/include -} -#################### WINDOWS ##################### - -#################### LINUX ######################## -linux-g++ | linux-g++-64 | linux-g++-32 { - DEFINES += \ - LINUX \ - _LINUX \ - _LINUX_QT - -INCLUDEPATH += /usr/include/libxml2 -} -#################### LINUX ######################## - -INCLUDEPATH += \ - ../../../../DesktopEditor/freetype-2.5.2/include \ - ../../../../Common/ASCDocxFormat/Source/Utility \ - ../../../../Common/ASCDocxFormat/Source/XML \ - ../../../../Common/ASCDocxFormat/Source \ - ../../../../Common/DocxFormat/Source/XML/libxml2/XML/include - -SOURCES += pptxformatlib.cpp \ - ../../../ASCOfficeDrawingConverter.cpp \ - ../../../ASCOfficePPTXFileRealization.cpp \ - ../../../../Common/DocxFormat/Source/XML/libxml2/libxml2.cpp \ - ../../../../Common/DocxFormat/Source/XML/stringcommon.cpp \ - ../../../PPTXFormat/DocxFormat/IFileContainer.cpp \ - ../../../PPTXFormat/Logic/Colors/SchemeClr.cpp \ - ../../../PPTXFormat/Logic/Fills/Blip.cpp \ - ../../../PPTXFormat/Logic/Table/TableCell.cpp \ - ../../../PPTXFormat/Logic/Timing/BuildNodeBase.cpp \ - ../../../PPTXFormat/Logic/Timing/TimeNodeBase.cpp \ - ../../../PPTXFormat/Logic/Transitions/TransitionBase.cpp \ - ../../../PPTXFormat/Logic/Bg.cpp \ - ../../../PPTXFormat/Logic/CNvGrpSpPr.cpp \ - ../../../PPTXFormat/Logic/ContentPart.cpp \ - ../../../PPTXFormat/Logic/CxnSp.cpp \ - ../../../PPTXFormat/Logic/EffectDag.cpp \ - ../../../PPTXFormat/Logic/EffectLst.cpp \ - ../../../PPTXFormat/Logic/EffectProperties.cpp \ - ../../../PPTXFormat/Logic/EffectStyle.cpp \ - ../../../PPTXFormat/Logic/Geometry.cpp \ - ../../../PPTXFormat/Logic/GraphicFrame.cpp \ - ../../../PPTXFormat/Logic/GrpSpPr.cpp \ - ../../../PPTXFormat/Logic/Hyperlink.cpp \ - ../../../PPTXFormat/Logic/NvGraphicFramePr.cpp \ - ../../../PPTXFormat/Logic/NvGrpSpPr.cpp \ - ../../../PPTXFormat/Logic/Pic.cpp \ - ../../../PPTXFormat/Logic/Shape.cpp \ - ../../../PPTXFormat/Logic/ShapeProperties.cpp \ - ../../../PPTXFormat/Logic/ShapeTextProperties.cpp \ - ../../../PPTXFormat/Logic/SmartArt.cpp \ - ../../../PPTXFormat/Logic/SpPr.cpp \ - ../../../PPTXFormat/Logic/SpTree.cpp \ - ../../../PPTXFormat/Logic/SpTreeElem.cpp \ - #../../../PPTXFormat/Logic/Timing.cpp \ - ../../../PPTXFormat/Logic/TxBody.cpp \ - ../../../PPTXFormat/Logic/UniColor.cpp \ - ../../../PPTXFormat/Logic/UniEffect.cpp \ - ../../../PPTXFormat/FileContainer.cpp \ - ../../../PPTXFormat/FileFactory.cpp \ - ../../../PPTXFormat/FileMap.cpp \ - ../../../PPTXFormat/Folder.cpp \ - ../../../Editor/BinaryFileReaderWriter.cpp \ - ../../../Editor/FontPicker.cpp \ - ../../../../ASCPresentationEditor/OfficeDrawing/Layout.cpp \ - ../../../../ASCPresentationEditor/OfficeDrawing/TextAttributesEx.cpp \ - ../../../../ASCPresentationEditor/OfficeDrawing/Elements.cpp \ - ../../../PPTXFormat/Logic/Controls.cpp - -HEADERS += pptxformatlib.h \ -../../../ASCOfficeDrawingConverter.h \ -../../../ASCOfficePPTXFile.h \ -../../../../Common/DocxFormat/Source/XML/libxml2/libxml2.h \ -../../../../Common/DocxFormat/Source/XML/stringcommon.h \ - ../../../PPTXFormat/DocxFormat/ContentTypes/Default.h \ - ../../../PPTXFormat/DocxFormat/ContentTypes/DefaultTable.h \ - ../../../PPTXFormat/DocxFormat/ContentTypes/ExtensionTable.h \ - ../../../PPTXFormat/DocxFormat/ContentTypes/File.h \ - ../../../PPTXFormat/DocxFormat/ContentTypes/Override.h \ - ../../../PPTXFormat/DocxFormat/ContentTypes/OverrideTable.h \ - ../../../PPTXFormat/DocxFormat/External/External.h \ - ../../../PPTXFormat/DocxFormat/External/ExternalAudio.h \ - ../../../PPTXFormat/DocxFormat/External/ExternalImage.h \ - ../../../PPTXFormat/DocxFormat/External/ExternalVideo.h \ - ../../../PPTXFormat/DocxFormat/External/HyperLink.h \ - ../../../PPTXFormat/DocxFormat/Media/Audio.h \ - ../../../PPTXFormat/DocxFormat/Media/Image.h \ - ../../../PPTXFormat/DocxFormat/Media/Media.h \ - ../../../PPTXFormat/DocxFormat/Media/OleObject.h \ - ../../../PPTXFormat/DocxFormat/Media/Video.h \ - ../../../PPTXFormat/DocxFormat/Rels/File.h \ - ../../../PPTXFormat/DocxFormat/Rels/RelationShip.h \ - ../../../PPTXFormat/DocxFormat/Rels/RelationTable.h \ - ../../../PPTXFormat/DocxFormat/DateTime.h \ - ../../../PPTXFormat/DocxFormat/File.h \ - ../../../PPTXFormat/DocxFormat/FileType.h \ - ../../../PPTXFormat/DocxFormat/FileTypes.h \ - ../../../PPTXFormat/DocxFormat/IFileBuilder.h \ - ../../../PPTXFormat/DocxFormat/IFileContainer.h \ - ../../../PPTXFormat/DocxFormat/NamespaceOwn.h \ - ../../../PPTXFormat/DocxFormat/Namespaces.h \ - ../../../PPTXFormat/DocxFormat/RId.h \ - ../../../PPTXFormat/DocxFormat/UnknowTypeFile.h \ - ../../../PPTXFormat/DocxFormat/WritingElement.h \ - ../../../PPTXFormat/DocxFormat/WritingVector.h \ - ../../../PPTXFormat/Limit/AlbumLayout.h \ - ../../../PPTXFormat/Limit/AnimationDgmBuild.h \ - ../../../PPTXFormat/Limit/BaseLimit.h \ - ../../../PPTXFormat/Limit/BevelType.h \ - ../../../PPTXFormat/Limit/BlendMode.h \ - ../../../PPTXFormat/Limit/BlipCompression.h \ - ../../../PPTXFormat/Limit/BWMode.h \ - ../../../PPTXFormat/Limit/CameraType.h \ - ../../../PPTXFormat/Limit/ChartBuild.h \ - ../../../PPTXFormat/Limit/ChartBuildType.h \ - ../../../PPTXFormat/Limit/ColorSchemeIndex.h \ - ../../../PPTXFormat/Limit/CompoundLine.h \ - ../../../PPTXFormat/Limit/Conformance.h \ - ../../../PPTXFormat/Limit/ContentStatus.h \ - ../../../PPTXFormat/Limit/CornerDirectionVal.h \ - ../../../PPTXFormat/Limit/DgmBuild.h \ - ../../../PPTXFormat/Limit/DgmBuildType.h \ - ../../../PPTXFormat/Limit/EffectContainerType.h \ - ../../../PPTXFormat/Limit/EightDirectionVal.h \ - ../../../PPTXFormat/Limit/FillPath.h \ - ../../../PPTXFormat/Limit/Flip.h \ - ../../../PPTXFormat/Limit/FontAlign.h \ - ../../../PPTXFormat/Limit/FontStyleIndex.h \ - ../../../PPTXFormat/Limit/FrameShape.h \ - ../../../PPTXFormat/Limit/HorzOverflow.h \ - ../../../PPTXFormat/Limit/InOutDirectionVal.h \ - ../../../PPTXFormat/Limit/IterateType.h \ - ../../../PPTXFormat/Limit/LastView.h \ - ../../../PPTXFormat/Limit/LightRigType.h \ - ../../../PPTXFormat/Limit/LineCap.h \ - ../../../PPTXFormat/Limit/LineEndSize.h \ - ../../../PPTXFormat/Limit/LineEndType.h \ - ../../../PPTXFormat/Limit/Material.h \ - ../../../PPTXFormat/Limit/OnOff.h \ - ../../../PPTXFormat/Limit/Orient.h \ - ../../../PPTXFormat/Limit/ParaBuildType.h \ - ../../../PPTXFormat/Limit/PathFillMode.h \ - ../../../PPTXFormat/Limit/PattFillVal.h \ - ../../../PPTXFormat/Limit/PenAlign.h \ - ../../../PPTXFormat/Limit/PlaceholderSize.h \ - ../../../PPTXFormat/Limit/PlaceholderType.h \ - ../../../PPTXFormat/Limit/PresetShadowVal.h \ - ../../../PPTXFormat/Limit/PrstClrVal.h \ - ../../../PPTXFormat/Limit/PrstDashVal.h \ - ../../../PPTXFormat/Limit/RectAlign.h \ - ../../../PPTXFormat/Limit/SchemeClrVal.h \ - ../../../PPTXFormat/Limit/ShapeType.h \ - ../../../PPTXFormat/Limit/SideDirectionVal.h \ - ../../../PPTXFormat/Limit/SlideLayoutType.h \ - ../../../PPTXFormat/Limit/SlideSize.h \ - ../../../PPTXFormat/Limit/SplitterBarState.h \ - ../../../PPTXFormat/Limit/SysClrVal.h \ - ../../../PPTXFormat/Limit/TextAlign.h \ - ../../../PPTXFormat/Limit/TextAnchor.h \ - ../../../PPTXFormat/Limit/TextAutonumberScheme.h \ - ../../../PPTXFormat/Limit/TextCaps.h \ - ../../../PPTXFormat/Limit/TextShapeType.h \ - ../../../PPTXFormat/Limit/TextStrike.h \ - ../../../PPTXFormat/Limit/TextTabAlignType.h \ - ../../../PPTXFormat/Limit/TextUnderline.h \ - ../../../PPTXFormat/Limit/TextVerticalType.h \ - ../../../PPTXFormat/Limit/TextWrap.h \ - ../../../PPTXFormat/Limit/TLAccumulate.h \ - ../../../PPTXFormat/Limit/TLAdditive.h \ - ../../../PPTXFormat/Limit/TLCalcMode.h \ - ../../../PPTXFormat/Limit/TLChartSubElement.h \ - ../../../PPTXFormat/Limit/TLColorDirection.h \ - ../../../PPTXFormat/Limit/TLColorSpace.h \ - ../../../PPTXFormat/Limit/TLCommandType.h \ - ../../../PPTXFormat/Limit/TLMasterRelation.h \ - ../../../PPTXFormat/Limit/TLNextAc.h \ - ../../../PPTXFormat/Limit/TLNodeFillType.h \ - ../../../PPTXFormat/Limit/TLNodeType.h \ - ../../../PPTXFormat/Limit/TLOrigin.h \ - ../../../PPTXFormat/Limit/TLOverride.h \ - ../../../PPTXFormat/Limit/TLPathEditMode.h \ - ../../../PPTXFormat/Limit/TLPresetClass.h \ - ../../../PPTXFormat/Limit/TLPrevAc.h \ - ../../../PPTXFormat/Limit/TLRestart.h \ - ../../../PPTXFormat/Limit/TLRuntimeTrigger.h \ - ../../../PPTXFormat/Limit/TLSyncBehavior.h \ - ../../../PPTXFormat/Limit/TLTransform.h \ - ../../../PPTXFormat/Limit/TLTransition.h \ - ../../../PPTXFormat/Limit/TLTriggerEvent.h \ - ../../../PPTXFormat/Limit/TLValueType.h \ - ../../../PPTXFormat/Limit/TransitionSpeed.h \ - ../../../PPTXFormat/Limit/VariantType.h \ - ../../../PPTXFormat/Limit/VertOverflow.h \ - ../../../PPTXFormat/Logic/Bullets/BuAutoNum.h \ - ../../../PPTXFormat/Logic/Bullets/BuBlip.h \ - ../../../PPTXFormat/Logic/Bullets/BuChar.h \ - ../../../PPTXFormat/Logic/Bullets/BuClr.h \ - ../../../PPTXFormat/Logic/Bullets/BuClrTx.h \ - ../../../PPTXFormat/Logic/Bullets/BuFontTx.h \ - ../../../PPTXFormat/Logic/Bullets/Bullet.h \ - ../../../PPTXFormat/Logic/Bullets/BulletColor.h \ - ../../../PPTXFormat/Logic/Bullets/BulletSize.h \ - ../../../PPTXFormat/Logic/Bullets/BulletTypeface.h \ - ../../../PPTXFormat/Logic/Bullets/BuNone.h \ - ../../../PPTXFormat/Logic/Bullets/BuSzPct.h \ - ../../../PPTXFormat/Logic/Bullets/BuSzPts.h \ - ../../../PPTXFormat/Logic/Bullets/BuSzTx.h \ - ../../../PPTXFormat/Logic/Colors/ColorBase.h \ - ../../../PPTXFormat/Logic/Colors/ColorModifier.h \ - ../../../PPTXFormat/Logic/Colors/PrstClr.h \ - ../../../PPTXFormat/Logic/Colors/SchemeClr.h \ - ../../../PPTXFormat/Logic/Colors/SrgbClr.h \ - ../../../PPTXFormat/Logic/Colors/SysClr.h \ - ../../../PPTXFormat/Logic/Effects/AlphaBiLevel.h \ - ../../../PPTXFormat/Logic/Effects/AlphaCeiling.h \ - ../../../PPTXFormat/Logic/Effects/AlphaFloor.h \ - ../../../PPTXFormat/Logic/Effects/AlphaInv.h \ - ../../../PPTXFormat/Logic/Effects/AlphaMod.h \ - ../../../PPTXFormat/Logic/Effects/AlphaModFix.h \ - ../../../PPTXFormat/Logic/Effects/AlphaOutset.h \ - ../../../PPTXFormat/Logic/Effects/AlphaRepl.h \ - ../../../PPTXFormat/Logic/Effects/BiLevel.h \ - ../../../PPTXFormat/Logic/Effects/Blend.h \ - ../../../PPTXFormat/Logic/Effects/Blur.h \ - ../../../PPTXFormat/Logic/Effects/ClrChange.h \ - ../../../PPTXFormat/Logic/Effects/ClrRepl.h \ - ../../../PPTXFormat/Logic/Effects/Duotone.h \ - ../../../PPTXFormat/Logic/Effects/EffectElement.h \ - ../../../PPTXFormat/Logic/Effects/FillEffect.h \ - ../../../PPTXFormat/Logic/Effects/FillOverlay.h \ - ../../../PPTXFormat/Logic/Effects/Glow.h \ - ../../../PPTXFormat/Logic/Effects/Grayscl.h \ - ../../../PPTXFormat/Logic/Effects/HslEffect.h \ - ../../../PPTXFormat/Logic/Effects/InnerShdw.h \ - ../../../PPTXFormat/Logic/Effects/LumEffect.h \ - ../../../PPTXFormat/Logic/Effects/OuterShdw.h \ - ../../../PPTXFormat/Logic/Effects/PrstShdw.h \ - ../../../PPTXFormat/Logic/Effects/Reflection.h \ - ../../../PPTXFormat/Logic/Effects/RelOff.h \ - ../../../PPTXFormat/Logic/Effects/SoftEdge.h \ - ../../../PPTXFormat/Logic/Effects/TintEffect.h \ - ../../../PPTXFormat/Logic/Effects/XfrmEffect.h \ - ../../../PPTXFormat/Logic/Fills/Blip.h \ - ../../../PPTXFormat/Logic/Fills/BlipFill.h \ - ../../../PPTXFormat/Logic/Fills/GradFill.h \ - ../../../PPTXFormat/Logic/Fills/NoFill.h \ - ../../../PPTXFormat/Logic/Fills/PattFill.h \ - ../../../PPTXFormat/Logic/Fills/SolidFill.h \ - ../../../PPTXFormat/Logic/Fills/Stretch.h \ - ../../../PPTXFormat/Logic/Fills/Tile.h \ - ../../../PPTXFormat/Logic/Media/AudioCD.h \ - ../../../PPTXFormat/Logic/Media/MediaFile.h \ - ../../../PPTXFormat/Logic/Media/WavAudioFile.h \ - ../../../PPTXFormat/Logic/Path2D/ArcTo.h \ - ../../../PPTXFormat/Logic/Path2D/Close.h \ - ../../../PPTXFormat/Logic/Path2D/CubicBezTo.h \ - ../../../PPTXFormat/Logic/Path2D/LineTo.h \ - ../../../PPTXFormat/Logic/Path2D/MoveTo.h \ - ../../../PPTXFormat/Logic/Path2D/PathBase.h \ - ../../../PPTXFormat/Logic/Path2D/QuadBezTo.h \ - ../../../PPTXFormat/Logic/Runs/Br.h \ - ../../../PPTXFormat/Logic/Runs/Fld.h \ - ../../../PPTXFormat/Logic/Runs/Run.h \ - ../../../PPTXFormat/Logic/Runs/RunBase.h \ - ../../../PPTXFormat/Logic/Table/Table.h \ - ../../../PPTXFormat/Logic/Table/TableCell.h \ - ../../../PPTXFormat/Logic/Table/TableCellProperties.h \ - ../../../PPTXFormat/Logic/Table/TableCol.h \ - ../../../PPTXFormat/Logic/Table/TableProperties.h \ - ../../../PPTXFormat/Logic/Table/TableRow.h \ - ../../../PPTXFormat/Logic/Timing/Anim.h \ - ../../../PPTXFormat/Logic/Timing/AnimClr.h \ - ../../../PPTXFormat/Logic/Timing/AnimEffect.h \ - ../../../PPTXFormat/Logic/Timing/AnimMotion.h \ - ../../../PPTXFormat/Logic/Timing/AnimRot.h \ - ../../../PPTXFormat/Logic/Timing/AnimScale.h \ - ../../../PPTXFormat/Logic/Timing/AnimVariant.h \ - ../../../PPTXFormat/Logic/Timing/AttrName.h \ - ../../../PPTXFormat/Logic/Timing/AttrNameLst.h \ - ../../../PPTXFormat/Logic/Timing/Audio.h \ - ../../../PPTXFormat/Logic/Timing/BldDgm.h \ - ../../../PPTXFormat/Logic/Timing/BldGraphic.h \ - ../../../PPTXFormat/Logic/Timing/BldLst.h \ - ../../../PPTXFormat/Logic/Timing/BldOleChart.h \ - ../../../PPTXFormat/Logic/Timing/BldP.h \ - ../../../PPTXFormat/Logic/Timing/BldSub.h \ - ../../../PPTXFormat/Logic/Timing/BuildNodeBase.h \ - ../../../PPTXFormat/Logic/Timing/CBhvr.h \ - ../../../PPTXFormat/Logic/Timing/Cmd.h \ - ../../../PPTXFormat/Logic/Timing/CMediaNode.h \ - ../../../PPTXFormat/Logic/Timing/Cond.h \ - ../../../PPTXFormat/Logic/Timing/CondLst.h \ - ../../../PPTXFormat/Logic/Timing/CTn.h \ - ../../../PPTXFormat/Logic/Timing/Excl.h \ - ../../../PPTXFormat/Logic/Timing/GraphicEl.h \ - ../../../PPTXFormat/Logic/Timing/Iterate.h \ - ../../../PPTXFormat/Logic/Timing/Par.h \ - ../../../PPTXFormat/Logic/Timing/Seq.h \ - ../../../PPTXFormat/Logic/Timing/Set.h \ - ../../../PPTXFormat/Logic/Timing/SpTgt.h \ - ../../../PPTXFormat/Logic/Timing/Tav.h \ - ../../../PPTXFormat/Logic/Timing/TavLst.h \ - ../../../PPTXFormat/Logic/Timing/TgtEl.h \ - ../../../PPTXFormat/Logic/Timing/TimeNodeBase.h \ - ../../../PPTXFormat/Logic/Timing/Timing.h \ - ../../../PPTXFormat/Logic/Timing/Tmpl.h \ - ../../../PPTXFormat/Logic/Timing/TmplLst.h \ - ../../../PPTXFormat/Logic/Timing/TnLst.h \ - ../../../PPTXFormat/Logic/Timing/TxEl.h \ - ../../../PPTXFormat/Logic/Timing/Video.h \ - ../../../PPTXFormat/Logic/Transitions/CornerDirectionTransition.h \ - ../../../PPTXFormat/Logic/Transitions/EightDirectionTransition.h \ - ../../../PPTXFormat/Logic/Transitions/EmptyTransition.h \ - ../../../PPTXFormat/Logic/Transitions/OptionalBlackTransition.h \ - ../../../PPTXFormat/Logic/Transitions/OrientationTransition.h \ - ../../../PPTXFormat/Logic/Transitions/SideDirectionTransition.h \ - ../../../PPTXFormat/Logic/Transitions/SndAc.h \ - ../../../PPTXFormat/Logic/Transitions/SplitTransition.h \ - ../../../PPTXFormat/Logic/Transitions/StSnd.h \ - ../../../PPTXFormat/Logic/Transitions/Transition.h \ - ../../../PPTXFormat/Logic/Transitions/TransitionBase.h \ - ../../../PPTXFormat/Logic/Transitions/WheelTransition.h \ - ../../../PPTXFormat/Logic/Transitions/ZoomTransition.h \ - ../../../PPTXFormat/Logic/Ah.h \ - ../../../PPTXFormat/Logic/AhBase.h \ - ../../../PPTXFormat/Logic/AhPolar.h \ - ../../../PPTXFormat/Logic/AhXY.h \ - ../../../PPTXFormat/Logic/Backdrop.h \ - ../../../PPTXFormat/Logic/Bevel.h \ - ../../../PPTXFormat/Logic/Bg.h \ - ../../../PPTXFormat/Logic/BgPr.h \ - ../../../PPTXFormat/Logic/BodyPr.h \ - ../../../PPTXFormat/Logic/Camera.h \ - ../../../PPTXFormat/Logic/Cell3D.h \ - ../../../PPTXFormat/Logic/ClrMap.h \ - ../../../PPTXFormat/Logic/ClrMapOvr.h \ - ../../../PPTXFormat/Logic/CNvCxnSpPr.h \ - ../../../PPTXFormat/Logic/CNvGraphicFramePr.h \ - ../../../PPTXFormat/Logic/CNvGrpSpPr.h \ - ../../../PPTXFormat/Logic/CNvPicPr.h \ - ../../../PPTXFormat/Logic/CNvPr.h \ - ../../../PPTXFormat/Logic/CNvSpPr.h \ - ../../../PPTXFormat/Logic/ContentPart.h \ - ../../../PPTXFormat/Logic/CSld.h \ - ../../../PPTXFormat/Logic/CustGeom.h \ - ../../../PPTXFormat/Logic/Cxn.h \ - ../../../PPTXFormat/Logic/CxnSp.h \ - ../../../PPTXFormat/Logic/DefaultShapeDefinition.h \ - ../../../PPTXFormat/Logic/EffectDag.h \ - ../../../PPTXFormat/Logic/EffectLst.h \ - ../../../PPTXFormat/Logic/EffectProperties.h \ - ../../../PPTXFormat/Logic/EffectStyle.h \ - ../../../PPTXFormat/Logic/ExtP.h \ - ../../../PPTXFormat/Logic/FillStyle.h \ - ../../../PPTXFormat/Logic/FontCollection.h \ - ../../../PPTXFormat/Logic/FontRef.h \ - ../../../PPTXFormat/Logic/Gd.h \ - ../../../PPTXFormat/Logic/Geometry.h \ - ../../../PPTXFormat/Logic/GraphicFrame.h \ - ../../../PPTXFormat/Logic/GrpSpPr.h \ - ../../../PPTXFormat/Logic/Gs.h \ - ../../../PPTXFormat/Logic/HeadingVariant.h \ - ../../../PPTXFormat/Logic/Hf.h \ - ../../../PPTXFormat/Logic/Hyperlink.h \ - ../../../PPTXFormat/Logic/LightRig.h \ - ../../../PPTXFormat/Logic/Lin.h \ - ../../../PPTXFormat/Logic/LineEnd.h \ - ../../../PPTXFormat/Logic/LineJoin.h \ - ../../../PPTXFormat/Logic/LineStyle.h \ - ../../../PPTXFormat/Logic/Ln.h \ - ../../../PPTXFormat/Logic/NvCxnSpPr.h \ - ../../../PPTXFormat/Logic/NvGraphicFramePr.h \ - ../../../PPTXFormat/Logic/NvGrpSpPr.h \ - ../../../PPTXFormat/Logic/NvPicPr.h \ - ../../../PPTXFormat/Logic/NvPr.h \ - ../../../PPTXFormat/Logic/NvSpPr.h \ - ../../../PPTXFormat/Logic/Paragraph.h \ - ../../../PPTXFormat/Logic/PartTitle.h \ - ../../../PPTXFormat/Logic/Path.h \ - ../../../PPTXFormat/Logic/Path2D.h \ - ../../../PPTXFormat/Logic/Ph.h \ - ../../../PPTXFormat/Logic/Pic.h \ - ../../../PPTXFormat/Logic/PrstDash.h \ - ../../../PPTXFormat/Logic/PrstGeom.h \ - ../../../PPTXFormat/Logic/PrstTxWarp.h \ - ../../../PPTXFormat/Logic/Rect.h \ - ../../../PPTXFormat/Logic/Rot.h \ - ../../../PPTXFormat/Logic/RunElem.h \ - ../../../PPTXFormat/Logic/RunProperties.h \ - ../../../PPTXFormat/Logic/Scene3d.h \ - ../../../PPTXFormat/Logic/Shape.h \ - ../../../PPTXFormat/Logic/ShapeProperties.h \ - ../../../PPTXFormat/Logic/ShapeStyle.h \ - ../../../PPTXFormat/Logic/ShapeTextProperties.h \ - ../../../PPTXFormat/Logic/SmartArt.h \ - ../../../PPTXFormat/Logic/Sp3d.h \ - ../../../PPTXFormat/Logic/SpPr.h \ - ../../../PPTXFormat/Logic/SpTree.h \ - ../../../PPTXFormat/Logic/SpTreeElem.h \ - ../../../PPTXFormat/Logic/StyleRef.h \ - ../../../PPTXFormat/Logic/SupplementalFont.h \ - ../../../PPTXFormat/Logic/Tab.h \ - ../../../PPTXFormat/Logic/TableBgStyle.h \ - ../../../PPTXFormat/Logic/TablePartStyle.h \ - ../../../PPTXFormat/Logic/TableStyle.h \ - ../../../PPTXFormat/Logic/TcBdr.h \ - ../../../PPTXFormat/Logic/TcStyle.h \ - ../../../PPTXFormat/Logic/TcTxStyle.h \ - ../../../PPTXFormat/Logic/TextFit.h \ - ../../../PPTXFormat/Logic/TextFont.h \ - ../../../PPTXFormat/Logic/TextListStyle.h \ - ../../../PPTXFormat/Logic/TextParagraphPr.h \ - ../../../PPTXFormat/Logic/TextSpacing.h \ - ../../../PPTXFormat/Logic/Timing.h \ - ../../../PPTXFormat/Logic/TxBody.h \ - ../../../PPTXFormat/Logic/TxStyles.h \ - ../../../PPTXFormat/Logic/UniColor.h \ - ../../../PPTXFormat/Logic/UniEffect.h \ - ../../../PPTXFormat/Logic/UniFill.h \ - ../../../PPTXFormat/Logic/UniMedia.h \ - ../../../PPTXFormat/Logic/UniPath2D.h \ - ../../../PPTXFormat/Logic/Xfrm.h \ - ../../../PPTXFormat/Logic/XmlId.h \ - ../../../PPTXFormat/Presentation/EmbeddedFont.h \ - ../../../PPTXFormat/Presentation/EmbeddedFontDataId.h \ - ../../../PPTXFormat/Presentation/Kinsoku.h \ - ../../../PPTXFormat/Presentation/NotesSz.h \ - ../../../PPTXFormat/Presentation/PhotoAlbum.h \ - ../../../PPTXFormat/Presentation/SldSz.h \ - ../../../PPTXFormat/Theme/ClrScheme.h \ - ../../../PPTXFormat/Theme/ExtraClrScheme.h \ - ../../../PPTXFormat/Theme/FmtScheme.h \ - ../../../PPTXFormat/Theme/FontScheme.h \ - ../../../PPTXFormat/Theme/ThemeElements.h \ - ../../../PPTXFormat/ViewProps/CSldViewPr.h \ - ../../../PPTXFormat/ViewProps/CViewPr.h \ - ../../../PPTXFormat/ViewProps/GridSpacing.h \ - ../../../PPTXFormat/ViewProps/Guide.h \ - ../../../PPTXFormat/ViewProps/NormalViewPr.h \ - ../../../PPTXFormat/ViewProps/NotesTextViewPr.h \ - ../../../PPTXFormat/ViewProps/NotesViewPr.h \ - ../../../PPTXFormat/ViewProps/Origin.h \ - ../../../PPTXFormat/ViewProps/OutlineViewPr.h \ - ../../../PPTXFormat/ViewProps/Ratio.h \ - ../../../PPTXFormat/ViewProps/Restored.h \ - ../../../PPTXFormat/ViewProps/Scale.h \ - ../../../PPTXFormat/ViewProps/Sld.h \ - ../../../PPTXFormat/ViewProps/SlideViewPr.h \ - ../../../PPTXFormat/ViewProps/SorterViewPr.h \ - ../../../PPTXFormat/App.h \ - ../../../PPTXFormat/CommentAuthors.h \ - ../../../PPTXFormat/Comments.h \ - ../../../PPTXFormat/Core.h \ - ../../../PPTXFormat/FileContainer.h \ - ../../../PPTXFormat/FileFactory.h \ - ../../../PPTXFormat/FileMap.h \ - ../../../PPTXFormat/Folder.h \ - ../../../PPTXFormat/HandoutMaster.h \ - ../../../PPTXFormat/NotesMaster.h \ - ../../../PPTXFormat/NotesSlide.h \ - ../../../PPTXFormat/PPTX.h \ - ../../../PPTXFormat/PPTXEvent.h \ - ../../../PPTXFormat/Presentation.h \ - ../../../PPTXFormat/PresProps.h \ - ../../../PPTXFormat/Slide.h \ - ../../../PPTXFormat/SlideLayout.h \ - ../../../PPTXFormat/SlideMaster.h \ - ../../../PPTXFormat/TableStyles.h \ - ../../../PPTXFormat/Theme.h \ - ../../../PPTXFormat/ViewProps.h \ - ../../../PPTXFormat/WrapperFile.h \ - ../../../PPTXFormat/WrapperWritingElement.h \ - ../../../Editor/BinaryFileReaderWriter.h \ - ../../../Editor/BinReaderWriterDefines.h \ - ../../../Editor/BinWriters.h \ - ../../../Editor/CalculatorCRC32.h \ - ../../../Editor/Converter.h \ - ../../../Editor/FontCutter.h \ - ../../../Editor/FontPicker.h \ - ../../../Editor/imagemanager.h \ - ../../../Editor/PPTXWriter.h \ - ../../../Editor/WMFToImageConverter.h \ - ../../../Editor/XmlWriter.h \ - ../../Settings.h \ - ../../../../ASCPresentationEditor/ASCPresentationEditorDef.h \ - ../../../../Common/FileDownloader.h \ - ../../../Editor/DefaultNotesMaster.h \ - ../../../Editor/DefaultNotesTheme.h \ - ../../../PPTXFormat/DocxFormat/Drawing/LegacyDiagramText.h \ - ../../../PPTXFormat/DocxFormat/Drawing/VmlDrawing.h \ - ../../../PPTXFormat/Logic/Controls.h -unix { - target.path = /usr/lib - INSTALLS += target -} +#------------------------------------------------- +# +# Project created by QtCreator 2014-10-10T14:24:04 +# +#------------------------------------------------- + +QT -= core gui + +TARGET = PPTXFormatLib +TEMPLATE = lib +CONFIG += staticlib +win32 { + #todo accentbordercallout90type, вернуть inline оптимизацию Ob2 + QMAKE_CXXFLAGS_RELEASE += -Ob0 + QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings +} else { + QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers +} + +############### destination path ############### +DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib + +# WINDOWS +win32:contains(QMAKE_TARGET.arch, x86_64):{ +CONFIG(debug, debug|release) { + DESTDIR = $$DESTINATION_SDK_PATH/win_64/DEBUG +} else { + DESTDIR = $$DESTINATION_SDK_PATH/win_64 +} +} +win32:!contains(QMAKE_TARGET.arch, x86_64):{ +CONFIG(debug, debug|release) { + DESTDIR = $$DESTINATION_SDK_PATH/win_32/DEBUG +} else { + DESTDIR = $$DESTINATION_SDK_PATH/win_32 +} +} + +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ + DESTDIR = $$DESTINATION_SDK_PATH/linux_64 +} +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ + DESTDIR = $$DESTINATION_SDK_PATH/linux_32 +} +############### destination path ############### + +DEFINES += UNICODE \ + _UNICODE \ + _USE_LIBXML2_READER_ \ + _USE_XMLLITE_READER_ \ + USE_LITE_READER \ + PPTX_DEF\ + PPT_DEF\ + ENABLE_PPT_TO_PPTX_CONVERT \ + AVS_USE_CONVERT_PPTX_TOCUSTOM_VML \ + NODOCX \ + #DISABLE_FILE_DOWNLOADER \ + CXIMAGE_DONT_DECLARE_TCHAR \ + BUILD_CONFIG_FULL_VERSION \ + DONT_WRITE_EMBEDDED_FONTS \ + CXIMAGE_DONT_DECLARE_TCHAR + +#################### WINDOWS ##################### +win32 { + DEFINES += \ + LIBXML_READER_ENABLED + +INCLUDEPATH += ../../../../Common/DocxFormat/Source/XML/libxml2/XML/include +} +#################### WINDOWS ##################### + +#################### LINUX ######################## +linux-g++ | linux-g++-64 | linux-g++-32 { + DEFINES += \ + LINUX \ + _LINUX \ + _LINUX_QT \ + LIBXML_READER_ENABLED + +INCLUDEPATH += /usr/include/libxml2/libxml +} +#################### LINUX ######################## + +INCLUDEPATH += \ + ../../../../DesktopEditor/freetype-2.5.2/include \ + ../../../../Common/ASCDocxFormat/Source/Utility \ + ../../../../Common/ASCDocxFormat/Source/XML \ + ../../../../Common/ASCDocxFormat/Source \ + ../../../../Common/DocxFormat/Source/XML/libxml2/XML/include + +SOURCES += pptxformatlib.cpp \ + ../../../ASCOfficeDrawingConverter.cpp \ + ../../../ASCOfficePPTXFileRealization.cpp \ + ../../../../Common/DocxFormat/Source/XML/stringcommon.cpp \ + ../../../PPTXFormat/DocxFormat/IFileContainer.cpp \ + ../../../PPTXFormat/Logic/Colors/SchemeClr.cpp \ + ../../../PPTXFormat/Logic/Fills/Blip.cpp \ + ../../../PPTXFormat/Logic/Table/TableCell.cpp \ + ../../../PPTXFormat/Logic/Timing/BuildNodeBase.cpp \ + ../../../PPTXFormat/Logic/Timing/TimeNodeBase.cpp \ + ../../../PPTXFormat/Logic/Transitions/TransitionBase.cpp \ + ../../../PPTXFormat/Logic/Bg.cpp \ + ../../../PPTXFormat/Logic/CNvGrpSpPr.cpp \ + ../../../PPTXFormat/Logic/ContentPart.cpp \ + ../../../PPTXFormat/Logic/CxnSp.cpp \ + ../../../PPTXFormat/Logic/EffectDag.cpp \ + ../../../PPTXFormat/Logic/EffectLst.cpp \ + ../../../PPTXFormat/Logic/EffectProperties.cpp \ + ../../../PPTXFormat/Logic/EffectStyle.cpp \ + ../../../PPTXFormat/Logic/Geometry.cpp \ + ../../../PPTXFormat/Logic/GraphicFrame.cpp \ + ../../../PPTXFormat/Logic/GrpSpPr.cpp \ + ../../../PPTXFormat/Logic/Hyperlink.cpp \ + ../../../PPTXFormat/Logic/NvGraphicFramePr.cpp \ + ../../../PPTXFormat/Logic/NvGrpSpPr.cpp \ + ../../../PPTXFormat/Logic/Pic.cpp \ + ../../../PPTXFormat/Logic/Shape.cpp \ + ../../../PPTXFormat/Logic/ShapeProperties.cpp \ + ../../../PPTXFormat/Logic/ShapeTextProperties.cpp \ + ../../../PPTXFormat/Logic/SmartArt.cpp \ + ../../../PPTXFormat/Logic/SpPr.cpp \ + ../../../PPTXFormat/Logic/SpTree.cpp \ + ../../../PPTXFormat/Logic/SpTreeElem.cpp \ + #../../../PPTXFormat/Logic/Timing.cpp \ + ../../../PPTXFormat/Logic/TxBody.cpp \ + ../../../PPTXFormat/Logic/UniColor.cpp \ + ../../../PPTXFormat/Logic/UniEffect.cpp \ + ../../../PPTXFormat/FileContainer.cpp \ + ../../../PPTXFormat/FileFactory.cpp \ + ../../../PPTXFormat/FileMap.cpp \ + ../../../PPTXFormat/Folder.cpp \ + ../../../Editor/BinaryFileReaderWriter.cpp \ + ../../../Editor/FontPicker.cpp \ + ../../../../ASCPresentationEditor/OfficeDrawing/Layout.cpp \ + ../../../../ASCPresentationEditor/OfficeDrawing/TextAttributesEx.cpp \ + ../../../../ASCPresentationEditor/OfficeDrawing/Elements.cpp \ + ../../../PPTXFormat/Logic/Controls.cpp + +HEADERS += pptxformatlib.h \ +../../../ASCOfficeDrawingConverter.h \ +../../../ASCOfficePPTXFile.h \ +../../../../Common/DocxFormat/Source/XML/stringcommon.h \ + ../../../PPTXFormat/DocxFormat/ContentTypes/Default.h \ + ../../../PPTXFormat/DocxFormat/ContentTypes/DefaultTable.h \ + ../../../PPTXFormat/DocxFormat/ContentTypes/ExtensionTable.h \ + ../../../PPTXFormat/DocxFormat/ContentTypes/File.h \ + ../../../PPTXFormat/DocxFormat/ContentTypes/Override.h \ + ../../../PPTXFormat/DocxFormat/ContentTypes/OverrideTable.h \ + ../../../PPTXFormat/DocxFormat/External/External.h \ + ../../../PPTXFormat/DocxFormat/External/ExternalAudio.h \ + ../../../PPTXFormat/DocxFormat/External/ExternalImage.h \ + ../../../PPTXFormat/DocxFormat/External/ExternalVideo.h \ + ../../../PPTXFormat/DocxFormat/External/HyperLink.h \ + ../../../PPTXFormat/DocxFormat/Media/Audio.h \ + ../../../PPTXFormat/DocxFormat/Media/Image.h \ + ../../../PPTXFormat/DocxFormat/Media/Media.h \ + ../../../PPTXFormat/DocxFormat/Media/OleObject.h \ + ../../../PPTXFormat/DocxFormat/Media/Video.h \ + ../../../PPTXFormat/DocxFormat/Rels/File.h \ + ../../../PPTXFormat/DocxFormat/Rels/RelationShip.h \ + ../../../PPTXFormat/DocxFormat/Rels/RelationTable.h \ + ../../../PPTXFormat/DocxFormat/DateTime.h \ + ../../../PPTXFormat/DocxFormat/File.h \ + ../../../PPTXFormat/DocxFormat/FileType.h \ + ../../../PPTXFormat/DocxFormat/FileTypes.h \ + ../../../PPTXFormat/DocxFormat/IFileBuilder.h \ + ../../../PPTXFormat/DocxFormat/IFileContainer.h \ + ../../../PPTXFormat/DocxFormat/NamespaceOwn.h \ + ../../../PPTXFormat/DocxFormat/Namespaces.h \ + ../../../PPTXFormat/DocxFormat/RId.h \ + ../../../PPTXFormat/DocxFormat/UnknowTypeFile.h \ + ../../../PPTXFormat/DocxFormat/WritingElement.h \ + ../../../PPTXFormat/DocxFormat/WritingVector.h \ + ../../../PPTXFormat/Limit/AlbumLayout.h \ + ../../../PPTXFormat/Limit/AnimationDgmBuild.h \ + ../../../PPTXFormat/Limit/BaseLimit.h \ + ../../../PPTXFormat/Limit/BevelType.h \ + ../../../PPTXFormat/Limit/BlendMode.h \ + ../../../PPTXFormat/Limit/BlipCompression.h \ + ../../../PPTXFormat/Limit/BWMode.h \ + ../../../PPTXFormat/Limit/CameraType.h \ + ../../../PPTXFormat/Limit/ChartBuild.h \ + ../../../PPTXFormat/Limit/ChartBuildType.h \ + ../../../PPTXFormat/Limit/ColorSchemeIndex.h \ + ../../../PPTXFormat/Limit/CompoundLine.h \ + ../../../PPTXFormat/Limit/Conformance.h \ + ../../../PPTXFormat/Limit/ContentStatus.h \ + ../../../PPTXFormat/Limit/CornerDirectionVal.h \ + ../../../PPTXFormat/Limit/DgmBuild.h \ + ../../../PPTXFormat/Limit/DgmBuildType.h \ + ../../../PPTXFormat/Limit/EffectContainerType.h \ + ../../../PPTXFormat/Limit/EightDirectionVal.h \ + ../../../PPTXFormat/Limit/FillPath.h \ + ../../../PPTXFormat/Limit/Flip.h \ + ../../../PPTXFormat/Limit/FontAlign.h \ + ../../../PPTXFormat/Limit/FontStyleIndex.h \ + ../../../PPTXFormat/Limit/FrameShape.h \ + ../../../PPTXFormat/Limit/HorzOverflow.h \ + ../../../PPTXFormat/Limit/InOutDirectionVal.h \ + ../../../PPTXFormat/Limit/IterateType.h \ + ../../../PPTXFormat/Limit/LastView.h \ + ../../../PPTXFormat/Limit/LightRigType.h \ + ../../../PPTXFormat/Limit/LineCap.h \ + ../../../PPTXFormat/Limit/LineEndSize.h \ + ../../../PPTXFormat/Limit/LineEndType.h \ + ../../../PPTXFormat/Limit/Material.h \ + ../../../PPTXFormat/Limit/OnOff.h \ + ../../../PPTXFormat/Limit/Orient.h \ + ../../../PPTXFormat/Limit/ParaBuildType.h \ + ../../../PPTXFormat/Limit/PathFillMode.h \ + ../../../PPTXFormat/Limit/PattFillVal.h \ + ../../../PPTXFormat/Limit/PenAlign.h \ + ../../../PPTXFormat/Limit/PlaceholderSize.h \ + ../../../PPTXFormat/Limit/PlaceholderType.h \ + ../../../PPTXFormat/Limit/PresetShadowVal.h \ + ../../../PPTXFormat/Limit/PrstClrVal.h \ + ../../../PPTXFormat/Limit/PrstDashVal.h \ + ../../../PPTXFormat/Limit/RectAlign.h \ + ../../../PPTXFormat/Limit/SchemeClrVal.h \ + ../../../PPTXFormat/Limit/ShapeType.h \ + ../../../PPTXFormat/Limit/SideDirectionVal.h \ + ../../../PPTXFormat/Limit/SlideLayoutType.h \ + ../../../PPTXFormat/Limit/SlideSize.h \ + ../../../PPTXFormat/Limit/SplitterBarState.h \ + ../../../PPTXFormat/Limit/SysClrVal.h \ + ../../../PPTXFormat/Limit/TextAlign.h \ + ../../../PPTXFormat/Limit/TextAnchor.h \ + ../../../PPTXFormat/Limit/TextAutonumberScheme.h \ + ../../../PPTXFormat/Limit/TextCaps.h \ + ../../../PPTXFormat/Limit/TextShapeType.h \ + ../../../PPTXFormat/Limit/TextStrike.h \ + ../../../PPTXFormat/Limit/TextTabAlignType.h \ + ../../../PPTXFormat/Limit/TextUnderline.h \ + ../../../PPTXFormat/Limit/TextVerticalType.h \ + ../../../PPTXFormat/Limit/TextWrap.h \ + ../../../PPTXFormat/Limit/TLAccumulate.h \ + ../../../PPTXFormat/Limit/TLAdditive.h \ + ../../../PPTXFormat/Limit/TLCalcMode.h \ + ../../../PPTXFormat/Limit/TLChartSubElement.h \ + ../../../PPTXFormat/Limit/TLColorDirection.h \ + ../../../PPTXFormat/Limit/TLColorSpace.h \ + ../../../PPTXFormat/Limit/TLCommandType.h \ + ../../../PPTXFormat/Limit/TLMasterRelation.h \ + ../../../PPTXFormat/Limit/TLNextAc.h \ + ../../../PPTXFormat/Limit/TLNodeFillType.h \ + ../../../PPTXFormat/Limit/TLNodeType.h \ + ../../../PPTXFormat/Limit/TLOrigin.h \ + ../../../PPTXFormat/Limit/TLOverride.h \ + ../../../PPTXFormat/Limit/TLPathEditMode.h \ + ../../../PPTXFormat/Limit/TLPresetClass.h \ + ../../../PPTXFormat/Limit/TLPrevAc.h \ + ../../../PPTXFormat/Limit/TLRestart.h \ + ../../../PPTXFormat/Limit/TLRuntimeTrigger.h \ + ../../../PPTXFormat/Limit/TLSyncBehavior.h \ + ../../../PPTXFormat/Limit/TLTransform.h \ + ../../../PPTXFormat/Limit/TLTransition.h \ + ../../../PPTXFormat/Limit/TLTriggerEvent.h \ + ../../../PPTXFormat/Limit/TLValueType.h \ + ../../../PPTXFormat/Limit/TransitionSpeed.h \ + ../../../PPTXFormat/Limit/VariantType.h \ + ../../../PPTXFormat/Limit/VertOverflow.h \ + ../../../PPTXFormat/Logic/Bullets/BuAutoNum.h \ + ../../../PPTXFormat/Logic/Bullets/BuBlip.h \ + ../../../PPTXFormat/Logic/Bullets/BuChar.h \ + ../../../PPTXFormat/Logic/Bullets/BuClr.h \ + ../../../PPTXFormat/Logic/Bullets/BuClrTx.h \ + ../../../PPTXFormat/Logic/Bullets/BuFontTx.h \ + ../../../PPTXFormat/Logic/Bullets/Bullet.h \ + ../../../PPTXFormat/Logic/Bullets/BulletColor.h \ + ../../../PPTXFormat/Logic/Bullets/BulletSize.h \ + ../../../PPTXFormat/Logic/Bullets/BulletTypeface.h \ + ../../../PPTXFormat/Logic/Bullets/BuNone.h \ + ../../../PPTXFormat/Logic/Bullets/BuSzPct.h \ + ../../../PPTXFormat/Logic/Bullets/BuSzPts.h \ + ../../../PPTXFormat/Logic/Bullets/BuSzTx.h \ + ../../../PPTXFormat/Logic/Colors/ColorBase.h \ + ../../../PPTXFormat/Logic/Colors/ColorModifier.h \ + ../../../PPTXFormat/Logic/Colors/PrstClr.h \ + ../../../PPTXFormat/Logic/Colors/SchemeClr.h \ + ../../../PPTXFormat/Logic/Colors/SrgbClr.h \ + ../../../PPTXFormat/Logic/Colors/SysClr.h \ + ../../../PPTXFormat/Logic/Effects/AlphaBiLevel.h \ + ../../../PPTXFormat/Logic/Effects/AlphaCeiling.h \ + ../../../PPTXFormat/Logic/Effects/AlphaFloor.h \ + ../../../PPTXFormat/Logic/Effects/AlphaInv.h \ + ../../../PPTXFormat/Logic/Effects/AlphaMod.h \ + ../../../PPTXFormat/Logic/Effects/AlphaModFix.h \ + ../../../PPTXFormat/Logic/Effects/AlphaOutset.h \ + ../../../PPTXFormat/Logic/Effects/AlphaRepl.h \ + ../../../PPTXFormat/Logic/Effects/BiLevel.h \ + ../../../PPTXFormat/Logic/Effects/Blend.h \ + ../../../PPTXFormat/Logic/Effects/Blur.h \ + ../../../PPTXFormat/Logic/Effects/ClrChange.h \ + ../../../PPTXFormat/Logic/Effects/ClrRepl.h \ + ../../../PPTXFormat/Logic/Effects/Duotone.h \ + ../../../PPTXFormat/Logic/Effects/EffectElement.h \ + ../../../PPTXFormat/Logic/Effects/FillEffect.h \ + ../../../PPTXFormat/Logic/Effects/FillOverlay.h \ + ../../../PPTXFormat/Logic/Effects/Glow.h \ + ../../../PPTXFormat/Logic/Effects/Grayscl.h \ + ../../../PPTXFormat/Logic/Effects/HslEffect.h \ + ../../../PPTXFormat/Logic/Effects/InnerShdw.h \ + ../../../PPTXFormat/Logic/Effects/LumEffect.h \ + ../../../PPTXFormat/Logic/Effects/OuterShdw.h \ + ../../../PPTXFormat/Logic/Effects/PrstShdw.h \ + ../../../PPTXFormat/Logic/Effects/Reflection.h \ + ../../../PPTXFormat/Logic/Effects/RelOff.h \ + ../../../PPTXFormat/Logic/Effects/SoftEdge.h \ + ../../../PPTXFormat/Logic/Effects/TintEffect.h \ + ../../../PPTXFormat/Logic/Effects/XfrmEffect.h \ + ../../../PPTXFormat/Logic/Fills/Blip.h \ + ../../../PPTXFormat/Logic/Fills/BlipFill.h \ + ../../../PPTXFormat/Logic/Fills/GradFill.h \ + ../../../PPTXFormat/Logic/Fills/NoFill.h \ + ../../../PPTXFormat/Logic/Fills/PattFill.h \ + ../../../PPTXFormat/Logic/Fills/SolidFill.h \ + ../../../PPTXFormat/Logic/Fills/Stretch.h \ + ../../../PPTXFormat/Logic/Fills/Tile.h \ + ../../../PPTXFormat/Logic/Media/AudioCD.h \ + ../../../PPTXFormat/Logic/Media/MediaFile.h \ + ../../../PPTXFormat/Logic/Media/WavAudioFile.h \ + ../../../PPTXFormat/Logic/Path2D/ArcTo.h \ + ../../../PPTXFormat/Logic/Path2D/Close.h \ + ../../../PPTXFormat/Logic/Path2D/CubicBezTo.h \ + ../../../PPTXFormat/Logic/Path2D/LineTo.h \ + ../../../PPTXFormat/Logic/Path2D/MoveTo.h \ + ../../../PPTXFormat/Logic/Path2D/PathBase.h \ + ../../../PPTXFormat/Logic/Path2D/QuadBezTo.h \ + ../../../PPTXFormat/Logic/Runs/Br.h \ + ../../../PPTXFormat/Logic/Runs/Fld.h \ + ../../../PPTXFormat/Logic/Runs/Run.h \ + ../../../PPTXFormat/Logic/Runs/RunBase.h \ + ../../../PPTXFormat/Logic/Table/Table.h \ + ../../../PPTXFormat/Logic/Table/TableCell.h \ + ../../../PPTXFormat/Logic/Table/TableCellProperties.h \ + ../../../PPTXFormat/Logic/Table/TableCol.h \ + ../../../PPTXFormat/Logic/Table/TableProperties.h \ + ../../../PPTXFormat/Logic/Table/TableRow.h \ + ../../../PPTXFormat/Logic/Timing/Anim.h \ + ../../../PPTXFormat/Logic/Timing/AnimClr.h \ + ../../../PPTXFormat/Logic/Timing/AnimEffect.h \ + ../../../PPTXFormat/Logic/Timing/AnimMotion.h \ + ../../../PPTXFormat/Logic/Timing/AnimRot.h \ + ../../../PPTXFormat/Logic/Timing/AnimScale.h \ + ../../../PPTXFormat/Logic/Timing/AnimVariant.h \ + ../../../PPTXFormat/Logic/Timing/AttrName.h \ + ../../../PPTXFormat/Logic/Timing/AttrNameLst.h \ + ../../../PPTXFormat/Logic/Timing/Audio.h \ + ../../../PPTXFormat/Logic/Timing/BldDgm.h \ + ../../../PPTXFormat/Logic/Timing/BldGraphic.h \ + ../../../PPTXFormat/Logic/Timing/BldLst.h \ + ../../../PPTXFormat/Logic/Timing/BldOleChart.h \ + ../../../PPTXFormat/Logic/Timing/BldP.h \ + ../../../PPTXFormat/Logic/Timing/BldSub.h \ + ../../../PPTXFormat/Logic/Timing/BuildNodeBase.h \ + ../../../PPTXFormat/Logic/Timing/CBhvr.h \ + ../../../PPTXFormat/Logic/Timing/Cmd.h \ + ../../../PPTXFormat/Logic/Timing/CMediaNode.h \ + ../../../PPTXFormat/Logic/Timing/Cond.h \ + ../../../PPTXFormat/Logic/Timing/CondLst.h \ + ../../../PPTXFormat/Logic/Timing/CTn.h \ + ../../../PPTXFormat/Logic/Timing/Excl.h \ + ../../../PPTXFormat/Logic/Timing/GraphicEl.h \ + ../../../PPTXFormat/Logic/Timing/Iterate.h \ + ../../../PPTXFormat/Logic/Timing/Par.h \ + ../../../PPTXFormat/Logic/Timing/Seq.h \ + ../../../PPTXFormat/Logic/Timing/Set.h \ + ../../../PPTXFormat/Logic/Timing/SpTgt.h \ + ../../../PPTXFormat/Logic/Timing/Tav.h \ + ../../../PPTXFormat/Logic/Timing/TavLst.h \ + ../../../PPTXFormat/Logic/Timing/TgtEl.h \ + ../../../PPTXFormat/Logic/Timing/TimeNodeBase.h \ + ../../../PPTXFormat/Logic/Timing/Timing.h \ + ../../../PPTXFormat/Logic/Timing/Tmpl.h \ + ../../../PPTXFormat/Logic/Timing/TmplLst.h \ + ../../../PPTXFormat/Logic/Timing/TnLst.h \ + ../../../PPTXFormat/Logic/Timing/TxEl.h \ + ../../../PPTXFormat/Logic/Timing/Video.h \ + ../../../PPTXFormat/Logic/Transitions/CornerDirectionTransition.h \ + ../../../PPTXFormat/Logic/Transitions/EightDirectionTransition.h \ + ../../../PPTXFormat/Logic/Transitions/EmptyTransition.h \ + ../../../PPTXFormat/Logic/Transitions/OptionalBlackTransition.h \ + ../../../PPTXFormat/Logic/Transitions/OrientationTransition.h \ + ../../../PPTXFormat/Logic/Transitions/SideDirectionTransition.h \ + ../../../PPTXFormat/Logic/Transitions/SndAc.h \ + ../../../PPTXFormat/Logic/Transitions/SplitTransition.h \ + ../../../PPTXFormat/Logic/Transitions/StSnd.h \ + ../../../PPTXFormat/Logic/Transitions/Transition.h \ + ../../../PPTXFormat/Logic/Transitions/TransitionBase.h \ + ../../../PPTXFormat/Logic/Transitions/WheelTransition.h \ + ../../../PPTXFormat/Logic/Transitions/ZoomTransition.h \ + ../../../PPTXFormat/Logic/Ah.h \ + ../../../PPTXFormat/Logic/AhBase.h \ + ../../../PPTXFormat/Logic/AhPolar.h \ + ../../../PPTXFormat/Logic/AhXY.h \ + ../../../PPTXFormat/Logic/Backdrop.h \ + ../../../PPTXFormat/Logic/Bevel.h \ + ../../../PPTXFormat/Logic/Bg.h \ + ../../../PPTXFormat/Logic/BgPr.h \ + ../../../PPTXFormat/Logic/BodyPr.h \ + ../../../PPTXFormat/Logic/Camera.h \ + ../../../PPTXFormat/Logic/Cell3D.h \ + ../../../PPTXFormat/Logic/ClrMap.h \ + ../../../PPTXFormat/Logic/ClrMapOvr.h \ + ../../../PPTXFormat/Logic/CNvCxnSpPr.h \ + ../../../PPTXFormat/Logic/CNvGraphicFramePr.h \ + ../../../PPTXFormat/Logic/CNvGrpSpPr.h \ + ../../../PPTXFormat/Logic/CNvPicPr.h \ + ../../../PPTXFormat/Logic/CNvPr.h \ + ../../../PPTXFormat/Logic/CNvSpPr.h \ + ../../../PPTXFormat/Logic/ContentPart.h \ + ../../../PPTXFormat/Logic/CSld.h \ + ../../../PPTXFormat/Logic/CustGeom.h \ + ../../../PPTXFormat/Logic/Cxn.h \ + ../../../PPTXFormat/Logic/CxnSp.h \ + ../../../PPTXFormat/Logic/DefaultShapeDefinition.h \ + ../../../PPTXFormat/Logic/EffectDag.h \ + ../../../PPTXFormat/Logic/EffectLst.h \ + ../../../PPTXFormat/Logic/EffectProperties.h \ + ../../../PPTXFormat/Logic/EffectStyle.h \ + ../../../PPTXFormat/Logic/ExtP.h \ + ../../../PPTXFormat/Logic/FillStyle.h \ + ../../../PPTXFormat/Logic/FontCollection.h \ + ../../../PPTXFormat/Logic/FontRef.h \ + ../../../PPTXFormat/Logic/Gd.h \ + ../../../PPTXFormat/Logic/Geometry.h \ + ../../../PPTXFormat/Logic/GraphicFrame.h \ + ../../../PPTXFormat/Logic/GrpSpPr.h \ + ../../../PPTXFormat/Logic/Gs.h \ + ../../../PPTXFormat/Logic/HeadingVariant.h \ + ../../../PPTXFormat/Logic/Hf.h \ + ../../../PPTXFormat/Logic/Hyperlink.h \ + ../../../PPTXFormat/Logic/LightRig.h \ + ../../../PPTXFormat/Logic/Lin.h \ + ../../../PPTXFormat/Logic/LineEnd.h \ + ../../../PPTXFormat/Logic/LineJoin.h \ + ../../../PPTXFormat/Logic/LineStyle.h \ + ../../../PPTXFormat/Logic/Ln.h \ + ../../../PPTXFormat/Logic/NvCxnSpPr.h \ + ../../../PPTXFormat/Logic/NvGraphicFramePr.h \ + ../../../PPTXFormat/Logic/NvGrpSpPr.h \ + ../../../PPTXFormat/Logic/NvPicPr.h \ + ../../../PPTXFormat/Logic/NvPr.h \ + ../../../PPTXFormat/Logic/NvSpPr.h \ + ../../../PPTXFormat/Logic/Paragraph.h \ + ../../../PPTXFormat/Logic/PartTitle.h \ + ../../../PPTXFormat/Logic/Path.h \ + ../../../PPTXFormat/Logic/Path2D.h \ + ../../../PPTXFormat/Logic/Ph.h \ + ../../../PPTXFormat/Logic/Pic.h \ + ../../../PPTXFormat/Logic/PrstDash.h \ + ../../../PPTXFormat/Logic/PrstGeom.h \ + ../../../PPTXFormat/Logic/PrstTxWarp.h \ + ../../../PPTXFormat/Logic/Rect.h \ + ../../../PPTXFormat/Logic/Rot.h \ + ../../../PPTXFormat/Logic/RunElem.h \ + ../../../PPTXFormat/Logic/RunProperties.h \ + ../../../PPTXFormat/Logic/Scene3d.h \ + ../../../PPTXFormat/Logic/Shape.h \ + ../../../PPTXFormat/Logic/ShapeProperties.h \ + ../../../PPTXFormat/Logic/ShapeStyle.h \ + ../../../PPTXFormat/Logic/ShapeTextProperties.h \ + ../../../PPTXFormat/Logic/SmartArt.h \ + ../../../PPTXFormat/Logic/Sp3d.h \ + ../../../PPTXFormat/Logic/SpPr.h \ + ../../../PPTXFormat/Logic/SpTree.h \ + ../../../PPTXFormat/Logic/SpTreeElem.h \ + ../../../PPTXFormat/Logic/StyleRef.h \ + ../../../PPTXFormat/Logic/SupplementalFont.h \ + ../../../PPTXFormat/Logic/Tab.h \ + ../../../PPTXFormat/Logic/TableBgStyle.h \ + ../../../PPTXFormat/Logic/TablePartStyle.h \ + ../../../PPTXFormat/Logic/TableStyle.h \ + ../../../PPTXFormat/Logic/TcBdr.h \ + ../../../PPTXFormat/Logic/TcStyle.h \ + ../../../PPTXFormat/Logic/TcTxStyle.h \ + ../../../PPTXFormat/Logic/TextFit.h \ + ../../../PPTXFormat/Logic/TextFont.h \ + ../../../PPTXFormat/Logic/TextListStyle.h \ + ../../../PPTXFormat/Logic/TextParagraphPr.h \ + ../../../PPTXFormat/Logic/TextSpacing.h \ + ../../../PPTXFormat/Logic/Timing.h \ + ../../../PPTXFormat/Logic/TxBody.h \ + ../../../PPTXFormat/Logic/TxStyles.h \ + ../../../PPTXFormat/Logic/UniColor.h \ + ../../../PPTXFormat/Logic/UniEffect.h \ + ../../../PPTXFormat/Logic/UniFill.h \ + ../../../PPTXFormat/Logic/UniMedia.h \ + ../../../PPTXFormat/Logic/UniPath2D.h \ + ../../../PPTXFormat/Logic/Xfrm.h \ + ../../../PPTXFormat/Logic/XmlId.h \ + ../../../PPTXFormat/Presentation/EmbeddedFont.h \ + ../../../PPTXFormat/Presentation/EmbeddedFontDataId.h \ + ../../../PPTXFormat/Presentation/Kinsoku.h \ + ../../../PPTXFormat/Presentation/NotesSz.h \ + ../../../PPTXFormat/Presentation/PhotoAlbum.h \ + ../../../PPTXFormat/Presentation/SldSz.h \ + ../../../PPTXFormat/Theme/ClrScheme.h \ + ../../../PPTXFormat/Theme/ExtraClrScheme.h \ + ../../../PPTXFormat/Theme/FmtScheme.h \ + ../../../PPTXFormat/Theme/FontScheme.h \ + ../../../PPTXFormat/Theme/ThemeElements.h \ + ../../../PPTXFormat/ViewProps/CSldViewPr.h \ + ../../../PPTXFormat/ViewProps/CViewPr.h \ + ../../../PPTXFormat/ViewProps/GridSpacing.h \ + ../../../PPTXFormat/ViewProps/Guide.h \ + ../../../PPTXFormat/ViewProps/NormalViewPr.h \ + ../../../PPTXFormat/ViewProps/NotesTextViewPr.h \ + ../../../PPTXFormat/ViewProps/NotesViewPr.h \ + ../../../PPTXFormat/ViewProps/Origin.h \ + ../../../PPTXFormat/ViewProps/OutlineViewPr.h \ + ../../../PPTXFormat/ViewProps/Ratio.h \ + ../../../PPTXFormat/ViewProps/Restored.h \ + ../../../PPTXFormat/ViewProps/Scale.h \ + ../../../PPTXFormat/ViewProps/Sld.h \ + ../../../PPTXFormat/ViewProps/SlideViewPr.h \ + ../../../PPTXFormat/ViewProps/SorterViewPr.h \ + ../../../PPTXFormat/App.h \ + ../../../PPTXFormat/CommentAuthors.h \ + ../../../PPTXFormat/Comments.h \ + ../../../PPTXFormat/Core.h \ + ../../../PPTXFormat/FileContainer.h \ + ../../../PPTXFormat/FileFactory.h \ + ../../../PPTXFormat/FileMap.h \ + ../../../PPTXFormat/Folder.h \ + ../../../PPTXFormat/HandoutMaster.h \ + ../../../PPTXFormat/NotesMaster.h \ + ../../../PPTXFormat/NotesSlide.h \ + ../../../PPTXFormat/PPTX.h \ + ../../../PPTXFormat/PPTXEvent.h \ + ../../../PPTXFormat/Presentation.h \ + ../../../PPTXFormat/PresProps.h \ + ../../../PPTXFormat/Slide.h \ + ../../../PPTXFormat/SlideLayout.h \ + ../../../PPTXFormat/SlideMaster.h \ + ../../../PPTXFormat/TableStyles.h \ + ../../../PPTXFormat/Theme.h \ + ../../../PPTXFormat/ViewProps.h \ + ../../../PPTXFormat/WrapperFile.h \ + ../../../PPTXFormat/WrapperWritingElement.h \ + ../../../Editor/BinaryFileReaderWriter.h \ + ../../../Editor/BinReaderWriterDefines.h \ + ../../../Editor/BinWriters.h \ + ../../../Editor/CalculatorCRC32.h \ + ../../../Editor/Converter.h \ + ../../../Editor/FontCutter.h \ + ../../../Editor/FontPicker.h \ + ../../../Editor/imagemanager.h \ + ../../../Editor/PPTXWriter.h \ + ../../../Editor/WMFToImageConverter.h \ + ../../../Editor/XmlWriter.h \ + ../../Settings.h \ + ../../../../ASCPresentationEditor/ASCPresentationEditorDef.h \ + ../../../../Common/FileDownloader.h \ + ../../../Editor/DefaultNotesMaster.h \ + ../../../Editor/DefaultNotesTheme.h \ + ../../../PPTXFormat/DocxFormat/Drawing/LegacyDiagramText.h \ + ../../../PPTXFormat/DocxFormat/Drawing/VmlDrawing.h \ + ../../../PPTXFormat/Logic/Controls.h \ + ../../../../Common/DocxFormat/Source/Base/Nullable.h \ + ../../../../Common/DocxFormat/Source/XML/xmlutils.h +unix { + target.path = /usr/lib + INSTALLS += target +} diff --git a/ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro b/ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro index 180b7d2fad..37110612ef 100644 --- a/ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro +++ b/ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro b/ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro index f7c233a146..1ae6f8193f 100644 --- a/ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro +++ b/ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficeUtils/ASCOfficeUtilsLib/Linux/ASCOfficeUtilsLib.pro b/ASCOfficeUtils/ASCOfficeUtilsLib/Linux/ASCOfficeUtilsLib.pro index 4d582fb701..61f3cf97dc 100644 --- a/ASCOfficeUtils/ASCOfficeUtilsLib/Linux/ASCOfficeUtilsLib.pro +++ b/ASCOfficeUtils/ASCOfficeUtilsLib/Linux/ASCOfficeUtilsLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro b/ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro index f815f412e1..e12cc5a7f7 100644 --- a/ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro +++ b/ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro @@ -33,10 +33,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro b/Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro index 2b35716d2d..cab676534b 100644 --- a/Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro +++ b/Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro @@ -34,10 +34,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } ############### destination path ############### diff --git a/DesktopEditor/Qt_build/graphics/project/graphics.pro b/DesktopEditor/Qt_build/graphics/project/graphics.pro index 7f21ac3429..3ea7306d72 100644 --- a/DesktopEditor/Qt_build/graphics/project/graphics.pro +++ b/DesktopEditor/Qt_build/graphics/project/graphics.pro @@ -31,10 +31,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } diff --git a/OfficeUtils/OfficeUtils.pro b/OfficeUtils/OfficeUtils.pro index d71cad3e2c..0fd9a78f96 100644 --- a/OfficeUtils/OfficeUtils.pro +++ b/OfficeUtils/OfficeUtils.pro @@ -28,10 +28,10 @@ CONFIG(debug, debug|release) { } } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 } diff --git a/UnicodeConverter/UnicodeConverter.pro b/UnicodeConverter/UnicodeConverter.pro index ad81442706..171c959736 100644 --- a/UnicodeConverter/UnicodeConverter.pro +++ b/UnicodeConverter/UnicodeConverter.pro @@ -41,11 +41,11 @@ CONFIG(debug, debug|release) { ICU_BUILDS_PLATFORM = win32 } -linux-g++:contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_64 ICU_BUILDS_PLATFORM = linux64 } -linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ +linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{ DESTDIR = $$DESTINATION_SDK_PATH/linux_32 ICU_BUILDS_PLATFORM = linux32 }