# -*- 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_Executable_Executable,sp2bv)) $(eval $(call gb_Executable_use_api,sp2bv,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,sp2bv,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Executable_add_exception_objects,sp2bv,\ cpputools/source/sp2bv/sp2bv \ )) # vim:set noet sw=4 ts=4: ption value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5Tools.hxx
6e9cc2f22e41bfd4604480ca'>loplugin:casttovoid (clang-cl): sfx2
AgeCommit message (Expand)Author
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-08-23Qt5 some minor code cleanupsJan-Marek Glogowski
2019-08-22tdf#126560 Qt5 fix D'n'D key-modifier handlingJan-Marek Glogowski
2019-05-07tdf#123549 Qt5 implement Qt5Menu::ShowCloseButtonJan-Marek Glogowski
2019-03-05tdf#120783: take suggested/preferred DnD ops into accountKatarina Behrens
2019-03-04Unbreak internal DnD by using null MimeDataKatarina Behrens
2018-10-31qt5 a11y: Implement QAccessibleTableInterfaceSamuel Mehrbrodt
2018-07-06Qt5 flesh out font handlingJan-Marek Glogowski
2018-06-04Qt's interpretation of transparency is different from vcl's oneKatarina Behrens
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens
2018-06-01Unify Color -> QColor conversionKatarina Behrens
2018-06-01Use QImage format with premultiplied alphaKatarina Behrens
2018-06-01Move qt5 headers into vcl top-level includeKatarina Behrens
Stephan Bergmann
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara
2017-04-24OUStrings: constify and avoid temporariesMatteo Casalin
2017-04-05loplugin:constantparamNoel Grandin
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-02-02loplugin:useuniqueptrStephan Bergmann
2016-10-16clang-cl loplugin: sfx2Stephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-07loplugin:constantparam in vclNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
2014-05-14bool conversion for windows, tooThomas Arnhold
2014-05-14warning C4305: 'argument' : truncation from 'const rtl::OUString *'Thomas Arnhold
2014-05-09remove presys.h and postsys.hThomas Arnhold
2014-04-07sfx2: sal_Bool->boolNoel Grandin