summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-3/+4
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-15/+15
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-1/+1
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+1
2016-11-10clarify class documentationEike Rathke1-6/+12
2016-11-07loplugin:expandablemethods in scNoel Grandin1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna1-0/+2
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-2/+2
2016-08-16loplugin:unusedenumvalues in scNoel Grandin1-1/+0
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin1-2/+0
2016-05-24loplugin:unusedmethods in scNoel Grandin1-7/+0
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-28com::sun::star->css in scNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-32/+32
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-01loplugin:unusedmethodsNoel Grandin1-7/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-2/+2
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-25/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-16Revert "make more classes dllpublic"David Tardon1-5/+5
2015-04-16make more classes dllpublicDavid Tardon1-5/+5
2015-02-07loplugin:deletedspecialStephan Bergmann1-9/+6
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann1-9/+14
2014-10-23loplugin: cstylecastNoel Grandin1-14/+17
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida1-1/+1
2014-07-17Unwind this logic and make it easier to read.Kohei Yoshida1-0/+2
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida1-10/+16
2014-07-14Move this header to the source file.Kohei Yoshida1-1/+0
2014-07-14Make these non inline.Kohei Yoshida1-37/+8
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-6/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-32/+32
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2013-12-02Integrate branch of IAccessible2Steve Yin1-1/+22
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-28/+9
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-3/+4
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-35/+35
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida1-2/+1
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-70/+53