summaryrefslogtreecommitdiff
path: root/include/editeng/unotext.hxx
AgeCommit message (Expand)Author
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin
2024-04-28reduce symbol visibilityNoel Grandin
2024-03-26loplugin:finalmethodsNoel Grandin
2023-11-02this should never be null, so we can use a referenceCaolán McNamara
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-06loplugin:ostr: manual modificationsStephan Bergmann
2023-09-23tdf#146619 Recheck include/[e-j]* with IWYUGabor Kelemen
2023-09-09SvxUnoTextContentEnumeration does not need to implement XAggreggationNoel Grandin
2023-09-08SvUnoTextRangeEnumeration does not need to implement XAggreggationNoel Grandin
2023-06-18ooxml: import and export background and fill theme colors props.Tomaž Vajngerl
2023-06-16tdf#103064 sw,editeng: enable UNO API and ODF import/exportMaxim Monastirsky
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-04-29use XThemeColor instead of XInterface for *ThemeReference propsTomaž Vajngerl
2023-04-26Typo UNO_NAME_EDIT_PARA_TAPSTOPS->UNO_NAME_EDIT_PARA_TABSTOPSJulien Nabet
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-03-16tdf#102261: introduce editeng paragraph tab stop default distanceSarper Akdemir
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl
2022-11-29New loplugin:crosscastStephan Bergmann
2022-08-02tdf#148810 pptx import: Depth set by EE_PARA_OUTLLEVELJustin Luth
2022-07-25use more o3tl::spanNoel Grandin
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2021-12-20osl::Mutex->std::mutex in SvxUnoTextContentNoel Grandin
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in SvxUnoTextContentNoel Grandin
2021-11-24ofz#41345 Negative-size-paramCaolán McNamara
2021-11-24PPTX import: implement native handling of a color's luminance offsetMiklos Vajna
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna
2021-11-17expose the SvxColorItem theme related uno for draw/impressSarper Akdemir
2021-10-09Typo *ropertie -> *ropertyJulien Nabet
2021-06-19loplugin:finalclassesNoel Grandin
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-19editeng: add UNO API for semi-transparent textMiklos Vajna
2019-11-03find symbols that can be privateNoel Grandin
2019-10-29loplugin:finalclasses in editengNoel Grandin
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin