# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Package_Package,sd_xml,$(SRCDIR)/sd/xml)) $(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\ effects.xml \ transitions.xml \ layoutlist.xml \ objectlist.xml \ styles.xml \ )) # vim: set noet sw=4 ts=4: td class='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)Author
2024-09-17tdf#162866 package: fix loading AutoCorrect file with case-insensitiveMichael Stahl
2024-09-16tdf#162841 package: fix loading AES-GCM encrypted macros from ODFMichael Stahl
2024-09-13package: m_nMagicalHackSize appears superfluousMichael Stahl
2024-09-13tdf#162823 package: fix loss of ODF encrypted basic macrosMichael Stahl
2024-09-07Use unique_ptr to pass ownership of ZipEntryMike Kaganski
2024-08-28tdf#158556 reduce allocations in ZipFileNoel Grandin
2024-08-27tdf#158556 unnecessary temporary OUString in ZipFileNoel Grandin
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin
2024-08-19Remove now useless include in packageArnaud VERSINI
2024-08-16tdf#158556 ByteGrabber does not need a mutexNoel Grandin
2024-08-16package: ZipPackage: add additional check for entries STORED withMichael Stahl
2024-07-29package: ZipFile: check Zip64 end of central directory for consistencyMichael Stahl
2024-07-26cid#1607270 silence Overflowed integer argumentCaolán McNamara
2024-07-17package: don't check case insensitive duplicates for ZIP packageMichael Stahl
2024-07-16package: add additional consistency checks for local file headerMichael Stahl
2024-07-10package: ZipFile: don't accept duplicate entries (case insensitive)Michael Stahl
2024-07-02package: ZipFile: check Info-ZIP Unicode Path Extra FieldMichael Stahl
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara
2024-02-02Extract Local file header and Data descriptor handling into own functionsMike Kaganski
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-20package: ODF encryption: fix 2 GPG problemsMichael Stahl
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl
2023-12-14tdf#105844 package: check for unexpected zip entries on loading ...Michael Stahl
2023-12-13tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann