summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-18com::sun::star->css in vcl/Noel Grandin1-3/+3
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin1-13/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-10coverity#1323752 Logically dead codeCaolán McNamara1-6/+1
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-7/+2
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin1-42/+40
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin1-3/+3
2015-08-16sal_uLong to sal_uInt32Matteo Casalin1-2/+2
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin1-1/+1
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-68/+66
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin1-15/+13
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-16Simplify by using range-based for loopsMatteo Casalin1-8/+8
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-24/+23
2015-08-16sal_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin1-4/+4
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-8/+8
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin1-4/+4
2015-08-16Do not use duplicated variables, and simplifyMatteo Casalin1-10/+4
2015-08-16Use auto and range-based for loopsMatteo Casalin1-17/+13
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin1-25/+19
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-10/+9
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin1-6/+6
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-07-14tdf#92582 Revert "tdf#91544: fix freezing of Data source window"Marek Doležel1-2/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-13/+13
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-6/+6
2015-05-27tdf#91544: fix freezing of Data source windowLászló Németh1-1/+2
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-4/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-19loplugin:constantfunction: vclNoel Grandin1-4/+0
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+3
2015-01-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre1-45/+45
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara1-46/+46
2014-12-09change timers to idlesTobias Madl1-1/+1
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-46/+46
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-49/+38