summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin8-16/+17
2017-02-28new loplugin unoanyNoel Grandin3-30/+30
2017-02-24Added Test for EditEngine - Copy/Paste using Legacy FormatVarun Dhall1-0/+36
2017-02-24Resolves: tdf#106123 store and restore the PaM around the menu ExecuteCaolán McNamara1-0/+11
2017-02-24LOK - Calc: Text is not visible in cell when entering numerical inputMarco Cecchetti2-13/+13
2017-02-21loplugin:subtlezeroinit: editengStephan Bergmann4-4/+4
2017-02-20this can't be nullptrJochen Nitschke1-5/+2
2017-02-18revert tdf#101815 editeng SetMustRepaint when InsertTextJustin Luth1-1/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist14-60/+60
2017-02-17convert editeng spell menu to .ui formatCaolán McNamara7-74/+113
2017-02-16convert EESpellState to scoped enumNoel Grandin4-11/+11
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin5-18/+12
2017-02-16remove unused NONE from ScrollRangeCheck enumNoel Grandin1-2/+2
2017-02-14convert SvParserState to scoped enumNoel Grandin3-9/+9
2017-02-14editeng: presumed copypasta in 048e30c1f8231e6cd144a9251061f6fa127b353eMichael Stahl1-1/+1
2017-02-13convert CharCompressType to scoped enumNoel Grandin6-10/+12
2017-02-12Various typos on accessibleJulien Nabet1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-3/+3
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-7/+1
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-2/+2
2017-02-07Clean up some OUString creationStephan Bergmann1-7/+5
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann7-0/+15
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist3-9/+9
2017-02-06default ctor is fine hereJochen Nitschke1-2/+0
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-14/+14
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-16/+16
2017-01-27tdf#102688: let's purge it here just in case...Kohei Yoshida1-0/+1
2017-01-27tdf#102688: prevent leaking of VirtualDevice instances.Kohei Yoshida2-1/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann24-474/+259
2017-01-26tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida4-25/+21
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-2/+2
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin3-8/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski3-5/+5
2017-01-23cppcheck: memleak (false positive)Jochen Nitschke1-3/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, editengStephan Bergmann1-0/+3
2017-01-18use rtl::Reference in AccessibleStaticTextBase_ImplNoel Grandin1-25/+21
2017-01-18manage pField with tools::SvRefNoel Grandin1-11/+11
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-1/+1
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+3
2017-01-13coverity#1371287 don't need to copy and then overwriteCaolán McNamara1-4/+4
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin25-112/+71
2017-01-09New loplugin:externvar: editengStephan Bergmann1-1/+1
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht2-4/+15
2017-01-05editeng: convert more DBG_ASSERT to assertMichael Stahl1-23/+23
2017-01-05editeng: convert some DBG_ASSERT to assertMichael Stahl1-20/+20
2016-12-30cleanup tailing backslashesJochen Nitschke1-2/+2
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin3-64/+65