summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin1-2/+3
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+2
2021-06-24Delete copy ctors/assignments for DLLEXPORT classMike Kaganski1-1/+0
2021-05-27TETextPortion can be allocated inside the vectorNoel Grandin1-15/+15
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin1-1/+1
2021-04-06Fix --disable-pch build: missing includeMike Kaganski1-0/+1
2020-08-04loplugin:flatten in vclNoel Grandin1-24/+24
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke1-7/+6
2018-04-24loplugin:useuniqueptr in TETextPortionListNoel Grandin1-16/+12
2018-02-02loplugin:useuniqueptr in TEParaPortionsNoel Grandin1-2/+0
2018-01-29Modernize a bit vcl (part2)Julien Nabet1-3/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-25Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+1
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-3/+1
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-14Clean up uses of integer types in vcl/textengStephan Bergmann1-7/+11
2017-03-14Remove excess non-const gettersStephan Bergmann1-4/+4
2017-03-13loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-08Clean up uses of integer typesStephan Bergmann1-2/+2
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-6/+3
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-07-26tdf#75757 Remove inheritance to std::vectorTakeshi Abe1-10/+61
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-3/+3
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin1-3/+3
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-13/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-4/+2
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin1-3/+3
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin1-8/+9
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-03-25Typo: formated->formattedJulien Nabet1-2/+2
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+1
2014-12-09change timers to idlesTobias Madl1-2/+3
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-15/+15
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-12/+2