summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-05new clang plugin: loopvartoosmallNoel Grandin1-6/+6
2016-02-05tdf#91544: fix freezing of Data source windowLászló Németh1-1/+2
2015-05-27tdf#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
2014-01-25coverity#440841 : Dereference after NULL checkNorbert Thiebaud1-11/+16
2014-01-14longparas: none of the callers check for the error caseCaolán McNamara1-2/+2
2014-01-13longparas: drop STRING_MAXLEN limit in TextEngineCaolán McNamara1-78/+75
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara1-2/+2
2013-08-28Mark as constTakeshi Abe1-3/+3
2013-08-17fix DBG_ASSERT post String->OUString conversionCaolán McNamara1-1/+4
2013-08-17defer GetBreakIterator as long as possibleCaolán McNamara1-4/+8
2013-08-12fix for "signed overflow is undefined" warningNoel Grandin1-3/+3