summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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-033-3/+5
* 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-317-120/+17
* 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
* This check is redundant hereMike Kaganski2021-05-201-2/+1
* SetPhysFont always dereferences its OutputDevice* argCaolán McNamara2021-05-194-47/+43
* ImplInitDigitMode never passed null OutputDevice*Caolán McNamara2021-05-193-14/+12
* ImplInitLayoutMode always deferences its OutputDevice* argCaolán McNamara2021-05-193-9/+9
* ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2021-05-197-112/+112
* fix some castsNoel Grandin2021-05-181-1/+1
* split OutputDevice from WindowNoel Grandin2021-05-175-11/+12
* Improve loplugin:stringviewStephan Bergmann2021-05-141-5/+5
* do not leak SdrObject global pool on shutdownNoel Grandin2021-05-101-0/+24