summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xcl97/XclExpChangeTrack.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-67/+67
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-021-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha2015-09-131-15/+15
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-3/+0
* fix OOXML validation errorsMarkus Mohrhard2014-12-221-0/+6
* loplugin: cstylecastNoel Grandin2014-10-281-3/+3
* Use sc::CompileFormulaContext for faster exportMatúš Kukan2014-10-231-1/+1
* Remove unused classes.Kohei Yoshida2014-07-181-48/+0
* bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida2014-07-181-101/+212
* Let's use this macro since it's there.Kohei Yoshida2014-07-171-3/+3
* fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida2014-07-171-1/+0
* And this too.Kohei Yoshida2014-07-171-4/+0
* We can use ptr_vector for this.Kohei Yoshida2014-07-171-27/+23
* No need to check for NULL value before deleting.Kohei Yoshida2014-07-171-8/+4
* Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida2014-07-141-2/+15
* remove whitespaceMarkus Mohrhard2014-06-251-3/+0
* workaround for DBG_UTIL XML correctness checksMarkus Mohrhard2014-06-081-1/+2
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* whitespace cleanup in scMarkus Mohrhard2014-04-061-48/+0
* Remove redundant pure overrideStephan Bergmann2014-04-031-1/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-7/+7
* fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida2014-03-101-2/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-25/+25
* sal_Bool->boolNoel Grandin2014-02-141-7/+7
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-2/+3
* convert sc/source/filter/xcl97/*.cxx from String to OUStringNoel Grandin2013-10-081-1/+1
* convert sc/source/filter/inc/Xcl*.hxx from String to OUStringNoel Grandin2013-10-041-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-13/+13
* resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke2013-07-251-1/+1
* WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist2013-04-191-1/+1
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-3/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-6/+3
* Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2013-03-281-1/+1
* Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2013-03-261-21/+25
* Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida2013-03-191-0/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-4/+4
* resolved fdo#59819 write correct OOXML function name mappingEike Rathke2013-01-251-1/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-4/+4
* -Werror,-Wunused-private-field (various sc)Stephan Bergmann2012-09-111-1/+0
* merge GetString variantsCaolán McNamara2012-02-271-2/+2
* Use std::set to store user names instead.Kohei Yoshida2012-02-031-6/+5
* WaE: converting ‘false’ to pointer typeDavid Tardon2012-01-151-1/+1
* fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz2011-12-211-5/+7
* Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz2011-12-051-17/+11
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-1/+1