summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* loplugin:inlinefields in SvxAutoCorrectNoel Grandin2017-04-101-51/+44
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-072-3/+3
* Improved loplugin:redundantcast, static_cast on arithmetic types: editengStephan Bergmann2017-04-061-8/+8
* loplugin:redundantcast check for c-style float castsNoel Grandin2017-04-061-1/+1
* loplugin:singlevalfieldsNoel Grandin2017-04-062-5/+5
* unnecessary pre-all-oustring copyCaolán McNamara2017-04-061-8/+7
* Fix typosAndrea Gelmini2017-04-061-1/+1
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-052-8/+8
* loplugin:constantparam part2Noel Grandin2017-04-051-3/+2
* tdf#39468 Translate German commentsJens Carl2017-04-032-3/+3
* Remove DBG_ASSERT since it's always wrongJulien Nabet2017-04-031-1/+0
* Add SvxTextRotateItem inherited from SvxCharRotatItemTamás Zolnai2017-04-022-12/+115
* coverity#1403662 Mixing enum typesCaolán McNamara2017-04-022-9/+9
* use actual UNO enums in editengNoel Grandin2017-03-316-9/+11
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-3125-197/+197
* editeng: tweak commentMichael Stahl2017-03-301-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-307-13/+9
* convert SvxDateType to scoped enumNoel Grandin2017-03-303-8/+8
* Resolves: tdf#106079 automatic color described as 'white'Caolán McNamara2017-03-292-0/+8
* split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin2017-03-294-55/+90
* Fix integer type of EditCharAttrib nStart/nEnd membersStephan Bergmann2017-03-294-75/+77
* loplugin:unusedmethodsNoel Grandin2017-03-292-35/+0
* Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann2017-03-273-20/+30
* Fix typosAndrea Gelmini2017-03-254-4/+4
* Added Test for EditEngine - Copy/Paste with Hyperlinks in TextVarun Dhall2017-03-241-0/+131
* Added Test for EditEngine - Copy/Paste with Tabs in TextVarun Dhall2017-03-241-0/+57
* Added Test for EditEngine - Copy/Paste using Underline TextVarun Dhall2017-03-241-0/+125
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-243-4/+4
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-2/+0
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-238-14/+14
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-225-10/+8
* Fix typos + some German translationsAndrea Gelmini2017-03-191-1/+1
* Fix typosAndrea Gelmini2017-03-191-1/+1
* Revert "Revert "Implement export and import of author field in fixed format""Rosemary Sebastian2017-03-181-6/+9
* remove EE_RESSTR preprocessor abuseBjoern Michaelsen2017-03-1814-131/+131
* get rid of pointless EE_DLL macroBjoern Michaelsen2017-03-183-4/+4
* convert SvxBorderStyle to scoped enumNoel Grandin2017-03-174-149/+149
* Revert "Implement export and import of author field in fixed format"Rosemary Sebastian2017-03-161-9/+6
* remove useless castsJochen Nitschke2017-03-153-10/+10
* convert SvxFrameDirection to scoped enumNoel Grandin2017-03-156-20/+19
* -Werror,-Wformat (clang-cl)Stephan Bergmann2017-03-141-2/+2
* remove unused RID constantsNoel Grandin2017-03-143-62/+0
* change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke2017-03-141-11/+3
* Added Test for EditEngine - Copy/Paste using Bold/Italic TextVarun Dhall2017-03-131-0/+192
* make this a member of SvxBrushItemCaolán McNamara2017-03-121-2/+1
* Fix typosAndrea Gelmini2017-03-111-1/+1
* ensure SfxApplication exists for editeng testCaolán McNamara2017-03-101-0/+3
* tdf#99352: create editeng::SharedVclRessourcesBjoern Michaelsen2017-03-104-14/+42
* tdf#99352: dispose EditEngines when SfxApp diesBjoern Michaelsen2017-03-105-2/+19
* Implement export and import of author field in fixed formatRosemary Sebastian2017-03-101-6/+9