summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* tdf#114628 unit test for line spacingSzymon Kłos2018-01-251-0/+94
* ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara2018-01-191-4/+5
* tdf#114628 correct line spacing for impressSzymon Kłos2018-01-102-17/+28
* editeng: fix RTF export of colorsMichael Stahl2018-01-051-13/+13
* tdf#113591 Fix crash when switching between Calc and other LO windowSamuel Mehrbrodt2017-11-131-3/+6
* Resolves: tdf#108795 merge table EditEngine language attributes to input lineEike Rathke2017-09-055-30/+41
* tdf#110988 Middle click does not paste primary selectionNoel Grandin2017-08-171-1/+7
* Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke2017-07-272-1/+33
* tdf#108622: use correct type for last check timestamp during autocorrectAron Budea2017-07-031-1/+1
* tdf#108324 fix crash: paste from textframeJochen Nitschke2017-06-041-2/+1
* fix gdi resource leak (editeng/impedit)Julien Nabet2017-05-192-0/+5
* tdf#107176: just return initial selection when there's no rangeJulien Nabet2017-05-181-0/+4
* loplugin:unusedmethodsNoel Grandin2017-05-181-4/+2
* remove some unused forward declarationsJochen Nitschke2017-05-141-2/+0
* remove unused uno::Reference varsNoel Grandin2017-05-121-3/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-092-3/+3
* loplugin:constantparamNoel Grandin2017-05-091-2/+2
* 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