summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdat2.hxx
AgeCommit message (Expand)Author
2021-09-11clang:optin.performance.Padding in vclNoel Grandin
2021-05-27TETextPortion can be allocated inside the vectorNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2018-09-14loplugin:constfields in vclNoel Grandin
2018-04-24loplugin:useuniqueptr in TETextPortionListNoel Grandin
2018-02-02loplugin:useuniqueptr in TEParaPortionsNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-22improve RTL detection in TextEngineNoel Grandin
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
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
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-26tdf#75757 Remove inheritance to std::vectorTakeshi Abe
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-04-07vcl: Make it noncopyable by deleting copy ctor & coTakeshi Abe
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
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_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin
2015-08-16Prefer member initialization lists and remove some redundant parenthesesMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03inline some use-once typedefsNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-03-06Timer: Adapted all idle includes and enum usesTobias 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-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-05-22sal_Bool to boolTakeshi Abe
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás