summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)Author
2021-06-03use std::make_unique instead of newCaolán McNamara
2021-06-01loplugin:noexceptmoveStephan Bergmann
2021-06-01Avoid -Werror,-Wdeprecated-copyStephan Bergmann
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 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-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-18loplugin:unnecessaryvirtualNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-06use Widget::get_clipboardCaolán McNamara
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-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy
2021-03-21cid#1473926 Uninitialized scalar variableCaolán McNamara
2021-03-20add GetInputLanguage to EditViewCaolán McNamara
2021-03-14loplugin:unusedmethodsNoel
2021-02-24avoid LOK text selection update when reference cell is in different tabPranam Lashkari
2021-02-23loplugin:unusedmethodsNoel
2021-02-23loplugin:constantparamNoel
2021-02-22loplugin:refcounting in editengNoel
2021-02-15use GetPopupParent for editeng transient dialogsCaolán McNamara
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara
2021-02-15Revert "ofz#29461 flatten SetAttrSet recursion"Caolán McNamara
2021-02-13ofz#29461 flatten SetAttrSet recursionCaolán McNamara
2021-02-11fix spelling AppendBlanc->AppendBlankNoel Grandin
2021-02-08tdf#91920 sw page gutter margin: handle mirrored marginsMiklos Vajna
2021-02-04remove svx/mutxhelp.hxxNoel
2021-02-02sw page gutter margin: add UNO APIMiklos Vajna
2021-02-02sw page gutter margin: add doc modelMiklos Vajna
2021-01-26tdf#139147 sw outline UI: allow clearing of custom list formatJustin Luth
2021-01-26loplugin:passstuffbyrefNoel
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil777
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro
2021-01-09fix coverity parse errorsCaolán McNamara