summaryrefslogtreecommitdiff
path: root/sc/inc/patattr.hxx
AgeCommit message (Expand)Author
2024-07-04tdf#152104 speed xls->ods convert part 2Noel Grandin
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)
2024-04-27reduce symbol visibility in scNoel Grandin
2024-04-21Related: tdf#160056 add number format info to ScPatternAttr cacheCaolán McNamara
2024-04-19tdf#160706 speed up loading conditional formatting rule in XLS (4)Noel Grandin
2024-03-29speed up ScPatternAttrNoel Grandin
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-02avoid SvNumberFormatter lock in formula-group-threadingCaolán McNamara
2024-01-15loplugin:unnecessaryvirtualNoel Grandin
2024-01-15cid#1559946 Missing move assignment operatorCaolán McNamara
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-11-19Fix performance regression with ScPatternAttr/SCArmin Le Grand (allotropia)
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-07-06ScAutoFontColorMode::Black is unusedNoel Grandin
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin
2023-06-23Speed up scrolling through large document with lots of patternsNoel Grandin
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl
2023-06-07Avoid signed integer overflowStephan Bergmann
2023-06-06use a SIMD friendly hashcode for ScPatternAttrNoel Grandin
2022-03-07faster check whether attributes have changed (tdf#117366)Luboš Luňák
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák
2022-02-20fix ScPatternAttr lookup hashing (tdf#135215)Luboš Luňák
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-01-02introduce Degree100 strong_int typeNoel
2020-10-20use tools::Long in scNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-29tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-05-02revert part of "tdf#81765 slow loading of .ods"Noel Grandin
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin
2018-05-17tdf#42949 Fix IWYU warnings in sc/inc/[pq]*Gabor Kelemen
2018-03-28use boost::optional in sc and svgioNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-08-16Removing unused serialisation codeVarun Dhall
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin