summaryrefslogtreecommitdiff
path: root/sc/inc/patattr.hxx
AgeCommit message (Expand)Author
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
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-14do not forward-declare templatesDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann