summaryrefslogtreecommitdiff
path: root/vcl/source/edit/vclmedit.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-27align ImpVclMEdit::SetMaxTextWidth arg with TextEngine::SetMaxTextWidthCaolán McNamara1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-3/+3
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-9/+9
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-14Use int to count to threeStephan Bergmann1-1/+1
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-30I don't see why we hide 'select all' if there is no insert symbol dialogCaolán McNamara1-1/+0
2017-01-30convert edit menu to .ui formatCaolán McNamara1-55/+72
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2016-12-12coverity#1397043 Unchecked return valueCaolán McNamara1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-11/+13
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-3/+3
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-05convert ScrollType to scoped enumNoel Grandin1-6/+6
2016-08-04Resolves: tdf#97120 printing controls uses wrong font and font sizesCaolán McNamara1-6/+1
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-5/+0
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-2/+2
2016-05-30Convert TxtAlign to scoped enumNoel Grandin1-3/+3
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2015-12-27Prefer switch-case to cascaded ifsMatteo Casalin1-20/+21
2015-12-01tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl1-2/+8
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-7/+7
2015-09-04convert Link<> to typedNoel Grandin1-4/+2
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin1-6/+6
2015-08-16sal_uLong to sal_uInt32Matteo Casalin1-1/+1
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin1-4/+4
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-5/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-5/+5
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-2/+2
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl1-1/+2
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-21/+68