summaryrefslogtreecommitdiffstats
path: root/include/editeng
Commit message (Expand)AuthorAgeFilesLines
* tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara2020-11-201-8/+8
* tdf#104378: don't reset para attributes whileMark Hung2020-10-263-0/+4
* tdf#134566 gtk IM support for custom widgetsCaolán McNamara2020-10-061-0/+3
* tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara2020-10-061-5/+9
* tdf#133524 add option to angle quote AutoCorrectLászló Németh2020-06-302-1/+3
* tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh2020-06-052-1/+5
* tdf#88109 improve autofill perf (2)Noel Grandin2020-06-031-0/+8
* tdf#128860 AutoCorrect: fix apostrophe in Czech, German,László Németh2020-06-021-0/+1
* tdf#133524 AutoCorrect: support double angle quotesLászló Németh2020-06-021-0/+1
* AutoCorrect: clean-up InsertQuoteLászló Németh2020-06-011-1/+9
* Fix typosAndrea Gelmini2020-05-171-1/+1
* tdf#120394: list format string can be emptyVasily Melenchuk2020-05-171-2/+6
* tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling2020-05-072-0/+4
* use more compact namespace syntax in /includeNoel Grandin2020-05-039-27/+20
* tdf#116883: sw: support for lists level format stringVasily Melenchuk2020-04-271-0/+3
* Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara2020-04-241-0/+5
* tdf#130058 Import shadow size.Gülşah Köse2020-04-231-0/+2
* lokit: fix edit-text/view-cursor positionDennis Francis2020-04-231-0/+2
* Partial revert "make more classes private in mergedlibs"Thorsten Behrens2020-04-221-1/+1
* loplugin:buriedassign in variousNoel Grandin2020-04-191-1/+7
* HAVE_CPP_GUARANTEED_COPY_ELISION should always be true nowStephan Bergmann2020-04-171-4/+0
* small cleanups in TextRangerNoel Grandin2020-04-121-13/+11
* Turn defines into constexprsMike Kaganski2020-04-031-65/+68
* tdf#80194 autoEsc: use fontmetrics in calculationJustin Luth2020-04-031-0/+2
* OutlinerMode is not a typed_flags, it's not a bitmask (editeng)Julien Nabet2020-03-291-4/+0
* Fix is_typed_flags for SvxNumRuleFlags (editeng)Julien Nabet2020-03-291-1/+1
* Fix is_typed_flags for EEControlBits (editeng)Julien Nabet2020-03-291-1/+1
* sw: add pad-to-5 numberingMiklos Vajna2020-03-231-0/+1
* make more classes private in mergedlibs modeNoel Grandin2020-03-238-47/+55
* sw pad-to-4 numbering: add doc model, UNO API and layoutMiklos Vajna2020-03-201-0/+1
* sw pad-to-3 numbering: add doc model, UNO API and layoutMiklos Vajna2020-03-171-1/+2
* sd lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai2020-03-171-0/+1
* editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian2020-03-151-1/+5
* improve loplugin:unusedfieldsNoel Grandin2020-03-091-2/+0
* move some headers inside their moduleNoel Grandin2020-03-032-114/+0
* sw padded numbering: add doc model and UNO APIMiklos Vajna2020-03-031-1/+2
* sw doc model xml dump: show numbering typeMiklos Vajna2020-03-031-0/+5
* Drop o3tl::optional wrapperStephan Bergmann2020-02-218-17/+17
* tdf#80194 UI: revert subscript DFLT_ESC_SUB to 8% (from 33%)Justin Luth2020-02-181-2/+2
* rename nFirstLineOfst -> nFirstLineOffsetNoel Grandin2020-02-061-4/+4
* rename nPropFirstLineOfst->nPropFirstLineOffsetNoel Grandin2020-02-061-4/+4
* find more symbols that can be privateNoel Grandin2020-02-061-3/+3
* rename Get/SetPropTextFirstLineOfst -> Get/SetPropTextFirstLineOffsetNoel Grandin2020-02-041-2/+2
* tdf#96505 Get rid of cargo cult "long" integer literals .Shivam Kumar Singh2020-02-041-1/+1
* rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin2020-02-041-4/+4
* make some headers privateCaolán McNamara2020-02-031-201/+0
* Change some #define to constexprStephan Bergmann2020-01-255-7/+7
* tdf#129712: check if outliner view pointer is valid to avoid crashMike Kaganski2020-01-021-0/+4
* sal_Char->char in editeng..eventattacherNoel Grandin2019-12-191-2/+2
* use covariant return type for SfxPoolItem::CloneCaolán McNamara2019-12-1260-73/+73