# -*- 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_Library_Library,invocadapt)) $(eval $(call gb_Library_use_external,invocadapt,boost_headers)) $(eval $(call gb_Library_use_udk_api,invocadapt)) $(eval $(call gb_Library_use_libraries,invocadapt,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_set_componentfile,invocadapt,stoc/source/invocation_adapterfactory/invocadapt)) $(eval $(call gb_Library_add_exception_objects,invocadapt,\ stoc/source/invocation_adapterfactory/iafactory \ )) # vim:set noet sw=4 ts=4: n value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2022-02-20lok: sc: introduce LocalStartDrag methodHenry Castro
2022-02-14fix the orientation combobox in the print dialogLuboš Luňák
2022-02-14support for the WebP image format (tdf#114532)Luboš Luňák
2022-02-14jsdialog: don't send back typed text for comboboxSzymon Kłos
2022-02-14jsdialog: sidebar: enable animation panel effectsSzymon Kłos
2022-02-14jsdialog: correctly clean statically created message dialogsSzymon Kłos
2022-02-14jsdialog: send popup when launched using Popover widgetSzymon Kłos
2022-02-14jsdialog: use string identifiersSzymon Kłos
2022-02-14jsdialog: weld Image widgetSzymon Kłos
2022-02-14Move SalInstanceImage decl to header fileSzymon Kłos
2022-02-14lok: add generic class DragContext, DropContextHenry Castro
2022-02-14lok: introduce local mouse trackingHenry Castro
2022-02-14lok: introduce Application::LOKHandleMouseEventHenry Castro
2022-02-14lok: sc: introduce ImplLOKHandleMouseEventHenry Castro
2022-02-05Avoid -Werror=dangling-pointer=Stephan Bergmann
2022-01-16Qt notify LO of many QScreen related eventsJan-Marek Glogowski
2021-12-22tdf#131467 Qt set default position on first resizeJan-Marek Glogowski
2021-12-11Revert "tdf#145354: Ensure displayed paper name matches displayed paper ..."Tor Lillqvist
2021-12-09tdf#145322, tdf#144378 fix printing for vertical writingMark Hung
2021-12-04only bilinear+mipmap for Skia/raster to-screen drawing (tdf#146024)Luboš Luňák
2021-11-25vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna
2021-11-23tdf#62812 WIN use a compatible DC for font funcsJan-Marek Glogowski
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara
2021-11-22handle filling and stroking at the same time if possibleLuboš Luňák
2021-11-22move code to helper functionsLuboš Luňák
2021-11-19add placement to Popover popup_at_rectCaolán McNamara
2021-11-19remove unused definesNoel Grandin
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin