# -*- 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_Zip_Zip,autocorr,$(call gb_CustomTarget_get_workdir,extras/source/autotext))) $(eval $(call gb_Zip_add_files,autocorr,\ acor_af-ZA.dat \ acor_bg-BG.dat \ acor_cs-CZ.dat \ acor_da-DK.dat \ acor_de-DE.dat \ acor_en-AU.dat \ acor_en-GB.dat \ acor_en-US.dat \ acor_en-ZA.dat \ acor_es-ES.dat \ acor_eu.dat \ acor_fa-IR.dat \ acor_fi-FI.dat \ acor_fr-FR.dat \ acor_ga-IE.dat \ acor_hr-HR.dat \ acor_hu-HU.dat \ acor_it-IT.dat \ acor_ja-JP.dat \ acor_ko-KR.dat \ acor_lb-LU.dat \ acor_lt-LT.dat \ acor_mn-MN.dat \ acor_nl-BE.dat \ acor_nl-NL.dat \ acor_pl-PL.dat \ acor_pt-BR.dat \ acor_pt-PT.dat \ acor_ru-RU.dat \ acor_sh-ME.dat \ acor_sh-RS.dat \ acor_sh-YU.dat \ acor_sk-SK.dat \ acor_sl-SI.dat \ acor_sr-ME.dat \ acor_sr-RS.dat \ acor_sr-YU.dat \ acor_sv-SE.dat \ acor_tr-TR.dat \ acor_vi-VN.dat \ acor_zh-CN.dat \ acor_zh-TW.dat \ )) # vim: set noet sw=4 ts=4: value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
AgeCommit message (Expand)Author
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann
2014-09-11create a master document template typeCaolán McNamara
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-03-28coverity#1078520 Logically dead codeCaolán McNamara
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2013-12-27cppcheck: reduce scopeJulien Nabet
2013-07-16Delete SvCacheStream classPalenik Mihály
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30coverity#440717 Dereference after null checkJulien Nabet
2013-03-19fdo#39445 writing out tools/fsys.hxx (sot)Krisztian Pinter
2013-02-04warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann
2012-11-14callcatcher: more binfilter freed up methodsCaolán McNamara
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara