summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)Author
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-08-20cid#1500500 Explicit null dereferencedCaolán McNamara
2022-08-02tdf#148810 pptx import: Depth set by EE_PARA_OUTLLEVELJustin Luth
2022-07-25use more o3tl::spanNoel Grandin
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-20osl::Mutex->std::mutex in SvxUnoTextContentNoel Grandin
2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna
2021-12-12tdf#146179: fix Dev Tools crash when inspecting object in special fileJulien Nabet
2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin
2021-11-24ofz#41345 Negative-size-paramCaolán McNamara
2021-11-10rtl::Static to thread-safe staticNoel Grandin
2021-10-08use SfxItemSetFixed in editengNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: editengStephan Bergmann
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-26tdf#114441 Convert use of sal_uLong to better int typesRadhey Parekh
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin
2021-06-21tdf#142716 Update selection after any text is inserted.Gülşah Köse
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-08Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)
2021-06-08Remove SfxItemState::READONLYArmin Le Grand
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-31flatten SvxItemPropertySet a littleNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann