summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/textuno.cxx
AgeCommit message (Expand)Author
2024-07-18make ScRange single-arg constructor explicitNoel Grandin
2024-06-15tdf#158914 add back reusing weakly cached ScAccessibleCellsPatrick Luby
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-01-23XUnoTunnel->dynamic_cast in ScEditFieldObjNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ScHeaderFooterContentObjNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-09Typo *ropertie -> *ropertyJulien Nabet
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-05-08ref-count SfxItemPoolNoel 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-07rtl::Static -> function local staticNoel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-02-21loplugin:refcounting in scNoel
2021-02-15loplugin:referencecasting in scNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-04-08cid#1461387 Uncaught exceptionCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin
2018-07-03loplugin:useuniqueptr in ScHeaderFooterTextDataNoel Grandin
2018-05-28tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann