# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Module_Module,basic)) $(eval $(call gb_Module_add_targets,basic,\ AllLangResTarget_sb \ AllLangResTarget_stt \ Library_sb \ Package_inc \ StaticLibrary_app \ StaticLibrary_sample \ )) # vim: set noet sw=4 ts=4: ce-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/spinbtn.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-20Convert PART to scoped enumNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2015-12-12<vcl/spin.h> can be private to vclTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-04remove unused Link<> fieldsNoel Grandin
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-20cleanup codeTomaž Vajngerl
2015-05-07Refactor "SpinField" & "SpinButton" - use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-09vcl: window destructors calling disposeNoel Grandin
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-25coverity#440994 Logically dead codeCaolán McNamara
2014-01-18Window::PreNotify should return boolStephan Bergmann
2013-05-16sal_Bool to boolTakeshi Abe
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl