# -*- 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: it logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/tabctrl.cxx
AgeCommit message (Expand)Author
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-04-25controllayout.hxx can be a toolkit-only headerCaolán McNamara
2020-04-25tdf#123292 notebookbar: vertical align for shortcuts toolbarSzymon Kłos
2020-04-22Include <deque>Mike Kaganski
2020-04-17loplugin:buriedassign in vclNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-10-19loplugin:unusedfieldsNoel Grandin
2019-10-04loplugin:unusedmethodsNoel Grandin
2019-10-03loplugin:virtualdeadNoel Grandin
2019-08-20loplugin:constvars in vclNoel Grandin
2019-07-08tdf#126266 adjust calculations for invisble tabsJan-Marek Glogowski
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-06-21VCL constify ImplTabItem::m_nIdJan-Marek Glogowski
2019-06-21tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski
2019-06-21VCL merge most of NotebookbarTabControlBaseJan-Marek Glogowski
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin
2019-06-07improve empty tools::Rectangle (width)Noel Grandin
2019-05-13handle empty tools::Rectangle in vclNoel Grandin
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-30loplugin:unusedmethodsNoel Grandin
2018-11-27remove unused HelpEventMode enum valueNoel Grandin
2018-11-12Fix typosAndrea Gelmini
2018-11-12loplugin:singlevalfields in vclNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-12Fix typoAndrea Gelmini
2018-05-11[GSoC]Notebookbar: Hamburger icon is now well alignedKshitij Pathania
2018-05-11tdf#117549 crash with focus setting during disposingCaolán McNamara
2018-04-24loplugin:useuniqueptr in TabControlNoel Grandin
2018-04-17loplugin:constparamsNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin