mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 23:02:34 +08:00
канвасы, схемы-диаграммы(smart-art) git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57846 954022d7-b5bf-4e40-9824-e11837661b57
1423 lines
33 KiB
XML
1423 lines
33 KiB
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="OdfFormat"
|
|
ProjectGUID="{E5A67556-44DA-4481-8F87-0A3AEDBD20DD}"
|
|
RootNamespace="OdfFormat"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\ASCOfficeOdfFile\include;..\..\ASCOfficeOdfFile\3dparty\utf8cpp\include;..\..\ASCOfficeOdfFile\src\odf\datatypes;.\OdfFormat;..\..\ASCOfficeOdfFile\formulasconvert\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="precompiled_cpodf.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories="..\..\ASCOfficeOdfFile\include;..\..\ASCOfficeOdfFile\3dparty\utf8cpp\include;..\..\ASCOfficeOdfFile\src\odf\datatypes;.\OdfFormat;..\..\ASCOfficeOdfFile\formulasconvert\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="precompiled_cpodf.h"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="datatypes"
|
|
>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\anchortype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\anchortype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\backgroundcolor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\backgroundcolor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\bool.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\bool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\bordermodel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\bordermodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\borderstyle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\borderstyle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\borderwidths.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\borderwidths.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\calcext_type.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\calcext_type.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartdatalabelnumber.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartdatalabelnumber.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\charterrorcategory.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\charterrorcategory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartinterpolation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartinterpolation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartlabelarrangement.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartlabelarrangement.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartregressiontype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartregressiontype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartseriessource.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartseriessource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartsolidtype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartsolidtype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartsymbol.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\chartsymbol.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\clockvalue.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\clockvalue.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\color.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\color.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\common_attlists.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\common_attlists.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\direction.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\direction.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\drawfill.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\drawfill.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\dropcaplength.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\dropcaplength.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fillimagerefpoint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fillimagerefpoint.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fobreak.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fobreak.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontfamilygeneric.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontfamilygeneric.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontpitch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontpitch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontrelief.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontrelief.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontsize.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontsize.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontstretch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontstretch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontstyle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontstyle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontvariant.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontvariant.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontweight.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\fontweight.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\gradientstyle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\gradientstyle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\hatchstyle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\hatchstyle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\hyphenationkeep.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\hyphenationkeep.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\hyphenationladdercount.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\hyphenationladdercount.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\iconset_type.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\iconset_type.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\keeptogether.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\keeptogether.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\layoutgridmode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\layoutgridmode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\length.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\length.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\lengthorpercent.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\lengthorpercent.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\letterspacing.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\letterspacing.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linebreak.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linebreak.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linemode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linemode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linestyle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linestyle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linetype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linetype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linewidth.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\linewidth.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\markerstyle.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\markerstyle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\noteclass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\noteclass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\officevaluetype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\officevaluetype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\pageusage.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\pageusage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\percent.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\percent.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\percentorscale.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\percentorscale.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\presentationclass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\presentationclass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\punctuationwrap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\punctuationwrap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\rotationalign.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\rotationalign.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\runthrough.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\runthrough.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\scripttype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\scripttype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\shadowtype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\shadowtype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\smil_transitiontype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\smil_transitiontype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\style_ref.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\style_ref.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylefamily.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylefamily.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylehorizontalpos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylehorizontalpos.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylehorizontalrel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylehorizontalrel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleleadercolor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleleadercolor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleposition.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleposition.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylerepeat.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylerepeat.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styletype.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styletype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleverticalpos.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleverticalpos.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleverticalrel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\styleverticalrel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylewrap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylewrap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylewrapcontourmode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\stylewrapcontourmode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablealign.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablealign.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablecentering.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablecentering.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablemode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablemode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablevisibility.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\tablevisibility.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\targetframename.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\targetframename.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textalign.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textalign.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textalignsource.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textalignsource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textautospace.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textautospace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textcombine.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textcombine.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textdisplay.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textdisplay.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textemphasize.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textemphasize.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textposition.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textposition.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textrotationscale.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\textrotationscale.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\texttransform.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\texttransform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\underlinecolor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\underlinecolor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\verticalalign.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\verticalalign.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\wrapoption.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\wrapoption.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\writingmode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\writingmode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\xlink.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\odf\datatypes\xlink.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="package"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\mediaitems.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\mediaitems.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\mediaitems_utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\mediaitems_utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\object_package.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\object_package.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_rels.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_rels.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="elements"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\calcext_elements.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\calcext_elements.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\draw_base.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\draw_base.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\draw_frame.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\draw_frame.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\draw_shapes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\draw_shapes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\list.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_annotation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_annotation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_body.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_body.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_chart.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_chart.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_spreadsheet.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_spreadsheet.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_text.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_text.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\paragraph_elements.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\paragraph_elements.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\table.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\table.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\table_database_ranges.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\table_database_ranges.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\table_named_expressions.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\table_named_expressions.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\text_elements.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\text_elements.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="odf spreadsheet"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\ods_conversion_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\ods_conversion_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\ods_table_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\ods_table_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\ods_table_state.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\ods_table_state.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="xml_common"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\svg_creator.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\svg_creator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\xml\utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\ASCOfficeOdfFile\src\xml\xmlchar.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="styles"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\header_footer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\header_footer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\number_style.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\number_style.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_chart_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_chart_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_graphic_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_graphic_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_map.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_map.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_page_layout_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_page_layout_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_paragraph_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_paragraph_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_section_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_section_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_table_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_table_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_text_properties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\style_text_properties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\styles.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\styles.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\styles_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\styles_list.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="contexts"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_lists_styles_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_lists_styles_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_number_styles_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_number_styles_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_page_layout_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_page_layout_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_page_layout_state.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_page_layout_state.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_style_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_style_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_style_state.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_style_state.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_table_styles_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_table_styles_context.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="odf text"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\odt_conversion_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odt_conversion_context.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="odf presentation"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="odf common"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_chart_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_chart_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_comment_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_comment_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_conversion_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_conversion_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_drawing_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_drawing_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_table_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_table_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_text_context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\odf_text_context.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="odf_shapes_defines"
|
|
>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\odf_shape_mapping.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\oox_shape_defines.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\oox_shape_defines.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeAccentCallouts.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeActionButtons.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeArrows.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeBents.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeCallouts.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeCharts.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\Shapes\oox_shapeConnectors.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeCurvedArrows.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeCustoms.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeMaths.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapePrimitives.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeRibbons.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeSnipRoundRects.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\shapes\oox_shapeStars.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\Shapes\oox_shapeWordArt.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\OdfFormat\abstract_xml.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\abstract_xml.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\logging.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_elements.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_elements_create.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\OdfFormat\office_elements_create.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ReadMe.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\utils.h"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|