# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: git.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/splitwin.hxx
AgeCommit message (Expand)Author
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
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
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
2015-09-03convert Link<> to typedNoel Grandin
2015-07-24convert WindowAlign to scoped enumNoel Grandin
2015-07-13loplugin:unusedmethods vclNoel Grandin
2015-05-21convert SWIB constants to scoped enumNoel Grandin
2015-05-19tdf#91259 Crash when closing HelpPhilippe Jung
2015-05-18Revert "tdf#91259 Crash when closing Help"Michael Meeks
2015-05-16Correct forward definition.Michael Meeks
2015-05-16tdf#91259 Crash when closing HelpPhilippe Jung
2015-05-11refactor SplitWindow to use RenderContexTomaž Vajngerl
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann