# -*- 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 (,$(gb_Side)) gb_Side := host endif ifeq (,$(BUILDDIR)) BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) endif include $(BUILDDIR)/config_$(gb_Side).mk include $(SOLARENV)/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) # vim: set noet sw=4 ts=4: thod='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleControlShape.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-21loplugin:unusedfields in svxNoel Grandin
2017-07-02loplugin:casttovoid: svxStephan Bergmann
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas
2017-03-25Fix typosAndrea Gelmini
2017-02-10indicate which indices mismatchEike Rathke
2017-02-03TyposJulien Nabet
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin
2016-08-30convert DescriptionGenerator::PropertyType to scoped enumNoel Grandin
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-01-10Fix typosAndrea Gelmini
2016-01-02tdf#96365: ensure holding SolarMutex before triggering core codeBjoern Michaelsen
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-07-04coverity#1309266 Uncaught exceptionCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-06-28coverity#1308509 Uncaught exceptionCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin