Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2022
1 parent 5a6c345 commit 530622d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 48 files
+1 −1 ASCOfficeDocFile/DocDocxConverter/DocumentMapping.cpp
+1 −1 ASCOfficeDocFile/DocDocxConverter/StructuredStorageReader.h
+15 −10 ASCOfficeDocxFile2/BinReader/ReaderClasses.h
+7 −7 ASCOfficeOdfFile/src/docx/pptx_text_context.cpp
+1 −1 ASCOfficeOdfFile/src/odf/datatypes/presentationclass.cpp
+2 −2 ASCOfficeOdfFile/src/odf/draw_frame_docx.cpp
+3 −0 ASCOfficeOdfFileW/source/OdfFormat/odf_drawing_context.cpp
+1 −1 ASCOfficePPTFile/PPTFormatLib/Records/Drawing/ShapeContainer.cpp
+46 −2 ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
+10 −3 ASCOfficePPTXFile/PPTXFormat/Logic/Colors/SchemeClr.cpp
+2 −1 ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
+2 −2 ASCOfficePPTXFile/PPTXFormat/Logic/Timing/GraphicEl.h
+239 −210 Common/3dParty/html/css/src/CCompiledStyle.cpp
+51 −43 Common/3dParty/html/css/src/CCompiledStyle.h
+21 −1 Common/3dParty/html/css/src/CCssCalculator.cpp
+5 −0 Common/3dParty/html/css/src/CCssCalculator.h
+46 −12 Common/3dParty/html/css/src/CCssCalculator_Private.cpp
+9 −0 Common/3dParty/html/css/src/CCssCalculator_Private.h
+2 −0 Common/3dParty/html/css/src/CNode.h
+256 −27 Common/3dParty/html/css/src/ConstValues.h
+5 −1 Common/3dParty/html/css/src/xhtml/CDocumentStyle.cpp
+23 −23 Common/3dParty/html/htmltoxhtml.h
+160 −18 Common/DocxFormat/Source/Common/ComplexTypes.h
+2 −1 Common/DocxFormat/Source/Common/SimpleTypes_Word.h
+9 −5 Common/DocxFormat/Source/DocxFormat/Diagram/DiagramLayout.cpp
+1 −1 Common/DocxFormat/Source/DocxFormat/Diagram/DiagramLayout.h
+18 −31 Common/DocxFormat/Source/DocxFormat/Document.cpp
+11 −0 Common/DocxFormat/Source/DocxFormat/DocxFlat.cpp
+8 −2 Common/DocxFormat/Source/DocxFormat/FontTable.h
+214 −207 Common/DocxFormat/Source/DocxFormat/Logic/ParagraphProperty.h
+213 −203 Common/DocxFormat/Source/DocxFormat/Logic/RunProperty.cpp
+68 −203 Common/DocxFormat/Source/DocxFormat/Logic/RunProperty.h
+1 −1 Common/DocxFormat/Source/DocxFormat/Logic/Vml.h
+11 −0 Common/Network/FileTransporter/src/FileTransporter_win.cpp
+4 −0 Common/base.pri
+2 −0 DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com_2019.vcxproj
+100 −0 DesktopEditor/fontengine/ApplicationFontsWorker.cpp
+1 −1 DesktopEditor/fontengine/ApplicationFontsWorker.h
+1 −0 DesktopEditor/graphics/IRenderer.h
+1 −1 DesktopEditor/graphics/pro/officedrawingfile.cpp
+6 −6 DesktopEditor/graphics/shading_info.h
+24 −3 Fb2File/Fb2File.cpp
+266 −187 HtmlFile2/htmlfile2.cpp
+2 −2 HtmlFile2/test/main.cpp
+69 −10 PdfWriter/PdfRenderer.cpp
+4 −3 PdfWriter/PdfRenderer.h
+1 −1 PdfWriter/PdfWriter.pro
+3 −1 Test/Applications/StandardTester/main.cpp
2 changes: 1 addition & 1 deletion server
2 changes: 1 addition & 1 deletion web-apps
Submodule web-apps updated 1107 files

0 comments on commit 530622d

Please sign in to comment.