summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)Author
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
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-21cid#1473926 Uninitialized scalar variableCaolán McNamara
2021-02-22loplugin:refcounting in editengNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-02-04remove svx/mutxhelp.hxxNoel
2021-01-18Get the rest directly from startsWithMike Kaganski
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy445
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin