summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-06-17tdf#142839: do not forget to initialize *pHeightNTPMike Kaganski1-0/+4
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-47/+59
2021-06-10cid#1485166 silence Uninitialized scalar variable harderCaolán McNamara1-6/+0
2021-06-10loplugin:unusedmethodsNoel Grandin2-70/+0
2021-06-09Fix typosAndrea Gelmini1-3/+3
2021-06-08Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)1-3/+0
2021-06-08editengine-columns: Implement layoutMike Kaganski7-380/+659
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski4-0/+29
2021-06-08cid#1485166 silence Uninitialized scalar variableCaolán McNamara1-2/+12
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-4/+3
2021-06-08sc: lok: apply the previous fix for selections tooDennis Francis1-3/+6
2021-06-08sc: lokit: fix wrong edit cursor coordinates for numeric cellsDennis Francis1-4/+8
2021-06-05cid#1485166 silence Uninitialized scalar variableCaolán McNamara1-0/+1
2021-06-04loplugin:virtualdeadNoel Grandin4-4/+4
2021-06-03use std::make_unique instead of newCaolán McNamara1-7/+18
2021-06-03cid#1485166 try and suppress bogus Uninitialized scalar variableCaolán McNamara1-0/+1
2021-06-03use std::make_unique instead of newCaolán McNamara1-15/+14
2021-06-01loplugin:noexceptmoveStephan Bergmann1-2/+2
2021-06-01cid#1485154 try moving initialization into member init listCaolán McNamara1-16/+13
2021-06-01use std::make_unique instead of newCaolán McNamara2-14/+12
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin4-29/+25
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin3-31/+26
2021-05-31no need to allocate these on the heapNoel Grandin2-6/+6
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin6-40/+63
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse7-120/+17
2021-05-31flatten SvxItemPropertySet a littleNoel Grandin1-8/+8
2021-05-31vcl::Font is already a copy-on-write structureNoel Grandin1-19/+17
2021-05-26Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse1-10/+56
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-4/+4
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-2/+2
2021-05-20This check is redundant hereMike Kaganski1-2/+1
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara4-47/+43
2021-05-19ImplInitDigitMode never passed null OutputDevice*Caolán McNamara3-14/+12
2021-05-19ImplInitLayoutMode always deferences its OutputDevice* argCaolán McNamara3-9/+9
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara7-112/+112
2021-05-18fix some castsNoel Grandin1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin5-11/+12
2021-05-14Improve loplugin:stringviewStephan Bergmann1-5/+5
2021-05-10do not leak SdrObject global pool on shutdownNoel Grandin1-0/+24
2021-05-10simplify DefItemsNoel Grandin3-6/+7
2021-05-08ref-count SfxItemPoolNoel Grandin6-85/+26
2021-05-06loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-10/+1
2021-05-06use Widget::get_clipboardCaolán McNamara2-4/+12
2021-05-05don't leak editengine pool on shutdownNoel Grandin1-2/+12
2021-05-04Unify some code managing coordinated depending on text directionMike Kaganski2-202/+128
2021-05-04speed up saving large ODS a littleNoel Grandin1-28/+19
2021-05-04speed up loading large ODS a littleNoel Grandin11-439/+396
2021-05-04speed up loading large ODS a littleNoel Grandin4-59/+36