summaryrefslogtreecommitdiff
path: root/sc/inc/patattr.hxx
AgeCommit message (Expand)Author
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
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2011-11-10sal_Bool to boolEike Rathke