# -*- 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: /cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdoc.cxx
AgeCommit message (Expand)Author
2018-01-29Modernize a bit vcl (part2)Julien Nabet
2017-10-31tdf#113519: fix crash by releasing returned unique_ptrJulien Nabet
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-11vcl: use default copy-ctor for TextAttribJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-09-08rename CollapsAttribs -> CollapseAttribsNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-04-01loplugin:constantparam in vclNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-01-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-07-27fdo#75757: remove inheritance to std::vectorTakeshi Abe