summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textview.cxx
AgeCommit message (Expand)Author
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-05-16Remove unused mpVirtDev (vcl/textview)Julien Nabet
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-14Clean up uses of integer types in vcl/textengStephan Bergmann
2017-03-08Clean up uses of integer typesStephan Bergmann
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-06Convert TextView to unique_ptrMark Page
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin
2016-09-30loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-26Convert TextDirectionality to scoped enumNoel Grandin
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2016-01-08vcl: cleanup namespace in vcl/source/edit/textview.cxxChris Sherlock
2016-01-05tdf#96687 - force validation after External InputJustin Luth
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01Fix typosAndrea Gelmini
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara