# -*- 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/. # ifeq ($(BUILD_TYPE),) ifeq ($(gb_Side),) gb_Side:=host endif include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../config_$(gb_Side).mk endif include $(SRCDIR)/compilerplugins/Makefile.mk all: build build: compilerplugins clean: compilerplugins-clean # vim: set noet sw=4 ts=4: le='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/source/uielement/toolbarwrapper.cxx
AgeCommit message (Expand)Author
2018-04-27make WB_LINESPACING a bool field on ToolboxNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin
2017-10-01Wayland: Make the shapes popup work in the overflow toolbarMaxim Monastirsky
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-17framework: convert new to ::Create.Michael Meeks
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-03-20Remove newly unused framework::GuardStephan Bergmann
2014-03-18Use SolarMutexGuard directlyStephan Bergmann
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin