summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)AuthorFilesLines
2024-10-27tdf#163486: PVS: Identical branchesBogdan Buzea1-8/+2
2024-10-21Make tools::Time ctor taking sal_Int64 privateMike Kaganski1-1/+1
2024-09-12use more concrete UNO type in editengNoel Grandin1-1/+1
2024-09-03use less dynamic_cast when broadcasting SfxHintNoel Grandin1-1/+1
2024-07-31reduce number of GetItem callsNoel Grandin1-3/+4
2024-07-31tdf#161846 no need to CloneAsValue() hereNoel Grandin1-4/+4
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin2-4/+4
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin4-47/+21
2024-05-07loplugin:ostr in editengNoel Grandin6-45/+45
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara3-7/+7
2024-04-09tdf#42982: Improve UNO API error reportingMohit Marathe1-4/+4
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)2-9/+9
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)3-11/+11
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-12/+7
2023-12-19Keep selection as after copying the textPranam Lashkari1-0/+1
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-02this should never be null, so we can use a referenceCaolán McNamara1-6/+6
2023-11-02crash seen in EditView::GetTransferable in calcCaolán McNamara1-0/+5
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2-3/+3
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-6/+6
2023-09-13loplugin:unodispose in editeng..extensionsNoel Grandin2-0/+4
2023-09-07SvxUnoNumberingRulesCompare does not need to implement XAggreggationNoel Grandin1-1/+1
2023-09-01SAL_WARN->SAL_INF in SvxUnoTextFieldNoel Grandin1-1/+1
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-2/+2
2023-06-29tdf#73537 - sc: show author and creation date in calc commentsBalazs Varga1-3/+35
2023-06-18Use getXWeak in editengMike Kaganski2-4/+4
2023-06-16tdf#103064 sw,editeng: enable UNO API and ODF import/exportMaxim Monastirsky4-3/+93
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-1/+1
2023-05-08svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl1-4/+4
2023-04-14fix check in SvxUnoTextBase::insertTextContentNoel Grandin1-1/+1
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga4-8/+9
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen1-1/+0
2023-01-13XUnoTunnel->dynamic_cast in SvxUnoNumberingRulesNoel Grandin1-5/+3
2023-01-13remove XUnoTunnel from SvxUnoTextFieldNoel Grandin1-12/+0
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl1-0/+6
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-3/+19
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+4
2022-08-20cid#1500500 Explicit null dereferencedCaolán McNamara1-0/+3
2022-08-02tdf#148810 pptx import: Depth set by EE_PARA_OUTLLEVELJustin Luth1-26/+7
2022-07-25use more o3tl::spanNoel Grandin3-18/+4
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin1-1/+2
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-1/+1
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin3-6/+9
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-1/+1
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida1-1/+1
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann3-14/+14
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin1-10/+10
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna1-3/+3
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen2-1/+1
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-2/+2