summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-081-1/+0
* convert EESelectionMode to scoped enumJochen Nitschke2017-05-072-3/+3
* create color config in ctor instead of on-demandCaolán McNamara2017-05-073-18/+4
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert editeng module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* ParaPortionList::SafeGetObject: remove SAL_WARN_IF, called on purposeEike Rathke2017-05-061-4/+0
* convert HTML_TOKEN_IDS to scoped enumNoel Grandin2017-05-054-206/+208
* convert EVAnchorMode enum to scoped enumJochen Nitschke2017-05-044-45/+45
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-5/+5
* editeng: add pUndoManager assert in ImpEditEngine::~ImpEditEngine()Michael Stahl2017-05-031-0/+4
* loplugin:checkunusedparams in editengNoel Grandin2017-05-0225-126/+115
* loplugin:salunicodeliteral: editengStephan Bergmann2017-04-284-6/+6
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* WaE: -Wsometimes-uninitializedCaolán McNamara2017-04-261-1/+1
* check all ParaPortionList::SafeGetObject() return values for nullptrEike Rathke2017-04-264-119/+165
* ParaPortionList::SafeGetObject: SAL_WARN_IF nPos out of boundsEike Rathke2017-04-261-0/+4
* check for nullptr, tdf#104265Eike Rathke2017-04-261-10/+13
* use strong_int for LanguageTypeNoel Grandin2017-04-269-66/+58
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-2519-0/+19
* Fix mouse position conversion in case of BottomToTop textTamás Zolnai2017-04-231-2/+10
* Handle keyinput properly in case of BottomToTop vertical textTamás Zolnai2017-04-231-1/+3
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-214-4/+0
* convert HTML_OPTION_IDS to scoped enumNoel Grandin2017-04-211-22/+15
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* SvxSpellWrapper::ReplaceAll doesn't use it's second paramNoel Grandin2017-04-203-6/+4
* clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin2017-04-193-13/+4
* cppcheck: useInitializationListMuhammet Kara2017-04-181-8/+8
* Fix vertical text and bitmap bullet renderingTamás Zolnai2017-04-152-6/+28
* Introduce text rotation for Impress tablesTamás Zolnai2017-04-1511-72/+270
* 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