# -*- 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_Jar_Jar,ridl)) $(eval $(call gb_Jar_use_customtargets,ridl,\ ridljar/javamaker \ )) $(eval $(call gb_Jar_set_packageroot,ridl,com)) $(eval $(call gb_Jar_add_packagedirs,ridl,\ $(call gb_CustomTarget_get_workdir,ridljar/javamaker)/com \ )) $(eval $(call gb_Jar_add_sourcefiles,ridl,\ ridljar/com/sun/star/lib/uno/typedesc/FieldDescription \ ridljar/com/sun/star/lib/uno/typedesc/MemberDescriptionHelper \ ridljar/com/sun/star/lib/uno/typedesc/MethodDescription \ ridljar/com/sun/star/lib/uno/typedesc/TypeDescription \ ridljar/com/sun/star/lib/uno/typeinfo/AttributeTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/MemberTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/MethodTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/ParameterTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo \ ridljar/com/sun/star/lib/util/DisposeListener \ ridljar/com/sun/star/lib/util/DisposeNotifier \ ridljar/com/sun/star/lib/util/WeakMap \ ridljar/com/sun/star/uno/Any \ ridljar/com/sun/star/uno/Enum \ ridljar/com/sun/star/uno/IBridge \ ridljar/com/sun/star/uno/IEnvironment \ ridljar/com/sun/star/uno/IMapping \ ridljar/com/sun/star/uno/IQueryInterface \ ridljar/com/sun/star/uno/Type \ ridljar/com/sun/star/uno/UnoRuntime \ )) # vim:set noet sw=4 ts=4: breoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/wrkwin.cxx
AgeCommit message (Expand)Author
2018-05-23Revert "vcl: StartPresentationMode should be using a sal_uInt32.."Noel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-11Convert BORDERWINDOW_STYLE to scoped enumNoel Grandin
2016-05-10fix OSX buildNoel Grandin
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-01-08vcl: StartPresentationMode should be using a sal_uInt32 as function paramChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-05-29convert PRESENTATION constants to scoped enumNoel Grandin
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-10vcl/source/window/wrkwin.cxx: drop unused svsys.h headerDouglas Mencken
2014-06-13loplugin:staticcallStephan Bergmann