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