summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editeng.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-06scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis1-0/+10
2020-05-28editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian1-3/+6
2020-04-29Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara1-0/+4
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-09-06TyposAndrea Gelmini1-2/+2
2019-09-02loplugin:constmethod in editengNoel Grandin1-3/+3
2019-08-02lok: don't be prejudiced against a single missing mime-type.Michael Meeks1-0/+3
2019-07-22tdf#118370 Draw: add option to consolidate multiple textObjsJustin Luth1-1/+4
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+1
2019-05-15tdf#90297 set default SmEditWindow backgroundJan-Marek Glogowski1-10/+0
2019-05-14tdf#90297 use field colors for math's edit engineJan-Marek Glogowski1-0/+10
2019-04-13loplugin:sequentialassign in editeng..extensionsNoel Grandin1-2/+1
2019-04-04weld ClassificationDialogCaolán McNamara1-2/+4
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin1-1/+1
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-1/+1
2018-12-12loplugin:useuniqueptr in editengNoel Grandin1-2/+1
2018-11-30loplugin:unusedmethodsNoel Grandin1-5/+0
2018-11-22loplugin:unusedenumconstants in EEControlBitsNoel Grandin1-11/+3
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai1-5/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-06drop some now unnecessary includesCaolán McNamara1-3/+1
2018-09-25Queue notifications only oncePaul Trojahn1-3/+3
2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn1-21/+3
2018-08-30Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann1-0/+5
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-1/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin1-1/+1
2018-04-13-Werror,-Wreturn-std-moveStephan Bergmann1-1/+3
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-4/+4
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-3/+3
2018-04-04tdf#108608 Draw file unresponsive on large text pasted into textboxNoel Grandin1-2/+25
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-3/+3
2018-03-12loplugin:unusedmethodsNoel Grandin1-5/+0
2018-03-11Use for-range loops in editengJulien Nabet1-8/+4
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-2/+6
2018-02-19tdf#115639: Handle alignment correctly for multiple paragraph caseTamás Zolnai1-2/+2
2018-02-17tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai1-2/+12
2018-02-16tdf#115783 sd: fix lost char attributes during in-table copy&pasteMiklos Vajna1-0/+7
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin1-7/+7
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin1-27/+27
2018-02-05loplugin:useuniqueptr in ImpEditEngineNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-4/+4
2018-01-04tdf#114732 backspace can only make bullet invisible.Mark Hung1-14/+15
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin1-8/+8
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-11-13ofz#4202 Null-dereference READCaolán McNamara1-2/+0