# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,sw_unoapi_1)) $(eval $(call gb_JunitTest_set_unoapi_test_defaults,sw_unoapi_1)) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/splitwin.hxx
AgeCommit message (Expand)Author
2021-04-09expose what sizes are used for theseCaolán McNamara
2021-02-24use unique_ptr in SplitWindowNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-05-16loplugin:unusedmethodsNoel Grandin
2020-02-11SplitWindow::ImplDrawBack is effectively unusedNoel Grandin
2019-01-23loplugin:constparams in vclNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-26remove unused enum value SplitWindowItemFlags::InvisibleNoel Grandin
2018-05-30ImplSplitSet::mpBitmap is unusedNoel Grandin
2018-04-23loplugin:useuniqueptr in SplitWindowNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-05loplugin:constantparamNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-01-04drop unused SplitWindow::ImplDrawButtonRectCaolán McNamara
2017-01-04follow up remove unused autohide leftoversCaolán McNamara
2017-01-04drop AutoHide codeCaolán McNamara
2016-11-15loplugin:countusersofdefaultparams in include/vclNoel Grandin
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin
2016-10-07loplugin:staticmethods: vclStephan Bergmann