# -*- 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_compression)) $(eval $(call gb_CppunitTest_add_exception_objects,oox_vba_compression,\ oox/qa/unit/vba_compression \ )) $(eval $(call gb_CppunitTest_use_sdk_api,oox_vba_compression)) $(eval $(call gb_CppunitTest_use_libraries,oox_vba_compression,\ 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: pia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/dpage.hxx
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-12-04be more explicitDavid Tardon
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-04-30sw: sal_Bool->boolNoel Grandin