summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-7/+7
2014-09-30fdo#82577: Handle RegionNoel Grandin1-3/+3
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-8/+8
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-07-27fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+2
2014-07-21coverity#706084 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-17avoid segfault when nBrekPos is past the endLionel Elie Mamane1-2/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-9/+0
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-2/+3
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann1-1/+2
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin1-5/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-8/+8
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-75/+75
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+2
2014-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan1-6/+5
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1