summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin2022-04-259-366/+407
* tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara2022-02-211-0/+1
* Resolves: tdf#139974 Do not munge character after forced line breakEike Rathke2022-01-211-2/+4
* editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna2022-01-111-2/+8
* tdf#146179: fix Dev Tools crash when inspecting object in special fileJulien Nabet2021-12-131-0/+4
* ofz#41345 Negative-size-paramCaolán McNamara2021-12-091-6/+6
* Related: tdf#142719 the first time undo adds an exception it gets lostCaolán McNamara2021-11-171-2/+1
* tdf#145610: lists should not have includeUpperLevels < 1Vasily Melenchuk2021-11-151-0/+7
* tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk2021-10-051-1/+11
* tdf#143858: sw: default value for nInclUpperLevels is 1Vasily Melenchuk2021-08-191-1/+1
* sw: use followby parameter of outline in Chapter fieldVasily Melenchuk2021-08-121-0/+21
* tdf#142845 editeng: don't update selection when formatting before sd pasteMiklos Vajna2021-08-105-5/+18
* editengine-columns: number of columns is sal_Int16Mike Kaganski2021-08-043-6/+6
* tdf#143424: support for "Chapter number without separator"Vasily Melenchuk2021-07-271-0/+10
* editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2021-07-124-84/+45
* tdf#132740 don't broadcast if modified status has not changedNoel Grandin2021-07-081-0/+2
* tdf#132740 bypass work if selection has not changedNoel Grandin2021-07-081-0/+3
* tdf#143176 Old Hungarian transliteration: fix AutoCorrect->ApplyLászló Németh2021-07-031-1/+1
* new ODF numbered list parameter loext:num-list-formatVasily Melenchuk2021-06-291-0/+49
* tdf#142716 Update selection after any text is inserted.Gülşah Köse2021-06-211-7/+7
* tdf#142839: do not forget to initialize *pHeightNTPMike Kaganski2021-06-171-0/+4
* tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)2021-06-111-47/+59
* cid#1485166 silence Uninitialized scalar variable harderCaolán McNamara2021-06-101-6/+0
* loplugin:unusedmethodsNoel Grandin2021-06-102-70/+0
* Fix typosAndrea Gelmini2021-06-091-3/+3
* Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)2021-06-081-3/+0
* editengine-columns: Implement layoutMike Kaganski2021-06-087-380/+659
* editengine-columns: Create document model and dialog pageMike Kaganski2021-06-084-0/+29
* cid#1485166 silence Uninitialized scalar variableCaolán McNamara2021-06-081-2/+12
* Remove SfxItemState::READONLYArmin Le Grand2021-06-081-4/+3
* sc: lok: apply the previous fix for selections tooDennis Francis2021-06-081-3/+6
* sc: lokit: fix wrong edit cursor coordinates for numeric cellsDennis Francis2021-06-081-4/+8
* cid#1485166 silence Uninitialized scalar variableCaolán McNamara2021-06-051-0/+1
* loplugin:virtualdeadNoel Grandin2021-06-044-4/+4
* use std::make_unique instead of newCaolán McNamara2021-06-031-7/+18
* cid#1485166 try and suppress bogus Uninitialized scalar variableCaolán McNamara2021-06-031-0/+1
* use std::make_unique instead of newCaolán McNamara2021-06-031-15/+14
* loplugin:noexceptmoveStephan Bergmann2021-06-011-2/+2
* cid#1485154 try moving initialization into member init listCaolán McNamara2021-06-011-16/+13
* use std::make_unique instead of newCaolán McNamara2021-06-012-14/+12
* no need to allocate EditNodeIdx separatelyNoel Grandin2021-05-314-29/+25
* EditPosition does not need to be allocated separatelyNoel Grandin2021-05-313-31/+26
* no need to allocate these on the heapNoel Grandin2021-05-312-6/+6
* no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin2021-05-316-40/+63
* Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse2021-05-316-118/+16
* flatten SvxItemPropertySet a littleNoel Grandin2021-05-311-8/+8
* vcl::Font is already a copy-on-write structureNoel Grandin2021-05-311-19/+17
* Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse2021-05-261-10/+56
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-211-4/+4
* use toggle instead of click for RadioButtonCaolán McNamara2021-05-201-2/+2