# -*- 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_UITest_UITest,writer_demo2)) $(eval $(call gb_UITest_add_modules,writer_demo2,$(SRCDIR)/uitest,\ writer_tests2/ \ )) $(eval $(call gb_UITest_set_defs,writer_demo2, \ TDOC="$(SRCDIR)/uitest/writer_tests/data" \ )) # vim: set noet sw=4 ts=4: ore
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/wmadaptor.hxx
AgeCommit message (Expand)Author
2023-11-20tdf#143148: Use pragma once instead of include guards in vcl/inc/unxTaichi Haradaguchi
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2021-02-25drop archaic rollable supportCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-11-22make some classes module-privateNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2018-09-14loplugin:constfields in vclNoel Grandin
2018-04-24loplugin:useuniqueptr in SalDisplayNoel Grandin
2017-12-07loplugin:constparamsNoel Grandin
2017-11-10tdf#48300 kde4+gen: bring forward the window with already opened docKatarina Behrens
2017-07-18loplugin:constparams in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-08convert WMWindowType to scoped enumNoel Grandin
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-06-16Fix typosAndrea Gelmini
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-02Fix simple typos.Andrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-03-28set window icon also as _NET_WM_ICON (fdo#71494)Luboš Luňák
2013-10-28fixincludeguards.sh: vclThomas Arnhold