summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2021-06-01cid#1485154 try moving initialization into member init listCaolán McNamara
2021-06-01use std::make_unique instead of newCaolán McNamara
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin
2021-05-31no need to allocate these on the heapNoel Grandin
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-05-31flatten SvxItemPropertySet a littleNoel Grandin
2021-05-31vcl::Font is already a copy-on-write structureNoel Grandin
2021-05-26Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara
2021-05-20This check is redundant hereMike Kaganski
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara
2021-05-19ImplInitDigitMode never passed null OutputDevice*Caolán McNamara
2021-05-19ImplInitLayoutMode always deferences its OutputDevice* argCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-18fix some castsNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-10do not leak SdrObject global pool on shutdownNoel Grandin
2021-05-10simplify DefItemsNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-05-06use Widget::get_clipboardCaolán McNamara
2021-05-05don't leak editengine pool on shutdownNoel Grandin
2021-05-04Unify some code managing coordinated depending on text directionMike Kaganski
2021-05-04speed up saving large ODS a littleNoel Grandin
2021-05-04speed up loading large ODS a littleNoel Grandin
2021-05-04speed up loading large ODS a littleNoel Grandin
2021-05-02sal_uLong->sal_uInt32 in SvxFontHeightItemNoel Grandin
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara
2021-05-02sal_uLong->sal_Int32 in SvxNumberFormatNoel Grandin
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin
2021-05-02sal_uLong->sal_uInt32 in OutlinerNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-28Change scope of some variablesMike Kaganski
2021-04-27Small refactorMike Kaganski
2021-04-23Change some DBG_ASSERTs into assertMike Kaganski
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2021-04-08update PCHsLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-07lok: remove popup auto correct itemHenry Castro
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara