summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdat2.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-1/+1
2017-03-14Clean up uses of integer types in vcl/textengStephan Bergmann1-10/+14
2017-03-14Remove excess non-const gettersStephan Bergmann1-4/+0
2017-03-13loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-08Clean up uses of integer typesStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-26tdf#75757 Remove inheritance to std::vectorTakeshi Abe1-1/+16
2016-05-20loplugin:unusedmethods in vclNoel Grandin1-7/+0
2016-04-07vcl: Make it noncopyable by deleting copy ctor & coTakeshi Abe1-2/+3
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-6/+0
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-4/+4
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin1-4/+4
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-16sal_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin1-5/+5
2015-08-16Prefer member initialization lists and remove some redundant parenthesesMatteo Casalin1-25/+34
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-10/+10
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin1-7/+7
2015-08-05loplugin:unusedmethodsNoel Grandin1-20/+5
2015-08-03inline some use-once typedefsNoel Grandin1-3/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-0/+1
2014-12-09change timers to idlesTobias Madl1-1/+1
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-14/+5
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-3/+10
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-11/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-11/+11
2013-10-28fixincludeguards.sh: vclThomas Arnhold1-3/+3
2013-05-22sal_Bool to boolTakeshi Abe1-18/+18
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+14
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-0/+312