summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdoc.cxx
AgeCommit message (Expand)Author
2019-01-23loplugin:constparams in vclNoel Grandin
2018-10-04use regular Set methods in TextCharAttribNoel Grandin
2018-10-04use unique_ptr in TextCharAttribList::InsertAttribNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:stringloop in vclNoel Grandin
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke
2018-04-26loplugin:useuniqueptr in TextDocNoel Grandin
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
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara
2014-01-13longparas: drop STRING_MAXLEN limit in TextDocCaolán McNamara
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-12fix up some other single arg String::Erase conversionsCaolán McNamara
2013-08-12convert vcl/source/edit/textdoc.hxx from String to OUStringNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-05-18sal_Bool to boolTakeshi Abe
2013-04-16fdo#39468 Translate German comments V2 - vcl/source/edit/{textdata, textdoc}Christian M. Heller
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks