# -*- 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_CppunitTest_CppunitTest,oox_vba_encryption)) $(eval $(call gb_CppunitTest_add_exception_objects,oox_vba_encryption,\ oox/qa/unit/vba_encryption \ )) $(eval $(call gb_CppunitTest_use_sdk_api,oox_vba_encryption)) $(eval $(call gb_CppunitTest_use_libraries,oox_vba_encryption,\ basegfx \ comphelper \ cppu \ cppuhelper \ editeng \ expwrap \ drawinglayer \ msfilter \ sal \ i18nlangtag \ oox \ sax \ sfx \ svl \ svt \ svx \ svxcore \ sot \ tl \ unotest \ utl \ vcl \ xo \ xmlscript \ )) # vim: set noet sw=4 ts=4: -2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot/inc
AgeCommit message (Expand)Author
2023-10-11Use std::spanMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-04-12update PCHsCaolán McNamara
2021-04-08update PCHsLuboš Luňák
2021-03-21update pchesCaolán McNamara
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-03-06update pchesJulien Nabet
2021-02-23update pchesCaolán McNamara
2021-02-19update pchesCaolán McNamara
2021-02-08update pchesCaolán McNamara
2020-12-04update pchesCaolán McNamara
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara
2020-08-27remove some unused includes and update pchesCaolán McNamara
2020-08-19update pchesCaolán McNamara
2020-07-12update pchesCaolán McNamara
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-03-12Revert "loplugin:constfields in smoketest..sot"Noel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2018-11-05tdf#42949 Fix IWYU warnings in include/sot/*Gabor Kelemen
2018-10-09loplugin:constfields in smoketest..sotNoel Grandin
2018-03-29tdf#115574 sot: fix Excel -> Writer pasteMiklos Vajna
2018-02-02sot: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10Missing includesAshod Nakashian
2015-09-17boost->stdCaolán McNamara