summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-01-101-1/+1
* new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2016-01-051-1/+1
* add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke2015-12-171-1/+2
* loplugin:unusedfieldsNoel Grandin2015-11-303-7/+7
* Revert "Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0A"Eike Rathke2015-11-251-1/+1
* Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0AEike Rathke2015-11-241-1/+1
* loplugin:unusedfields in scNoel Grandin2015-11-236-19/+13
* use unique_ptr for pImpl in sc/Noel Grandin2015-11-181-2/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-132-5/+5
* sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-132-8/+8
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1039-240/+240
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-091-1/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-2/+2
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-021-2/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-023-3/+3
* com::sun::star->css in scNoel Grandin2015-10-2813-51/+51
* loplugin:unusedmethodsNoel Grandin2015-10-271-273/+0
* WaE: Unreferenced function declaration [loplugin:unreffun]Tor Lillqvist2015-10-251-2/+0
* WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist2015-10-251-2/+0
* the cells need to be imported before we handle charts, tdf#81396Markus Mohrhard2015-10-252-57/+73
* Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke2015-10-202-6/+22
* loplugin:defaultparamsStephan Bergmann2015-10-191-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-19/+19
* loplugin:mergeclassesNoel Grandin2015-10-121-4/+0
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-061-3/+1
* loplugin:unusedmethodsNoel Grandin2015-10-021-16/+0
* tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens2015-10-011-0/+10
* Fix typosAndrea Gelmini2015-09-305-6/+6
* Work around odd -Werror=strict-overflowStephan Bergmann2015-09-291-1/+1
* tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers2015-09-281-1/+1
* better OOXML VBA exportMarkus Mohrhard2015-09-251-1/+2
* boost->stdCaolán McNamara2015-09-185-12/+12
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-175-12/+12
* boost->stdCaolán McNamara2015-09-175-12/+12
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* make these types future proofMarkus Mohrhard2015-08-281-2/+2
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-3/+3
* loplugin:literaltoboolconversionStephan Bergmann2015-08-191-1/+1
* tdf#77431: Move setting sheet visibility to finalize phaseKatarina Behrens2015-08-193-11/+27
* tdf#92256: Don't force CalcA1 syntax on all !Microsoft xlsx docsKatarina Behrens2015-08-141-15/+7
* loplugin: defaultparamsNoel Grandin2015-08-144-5/+5
* tdf#92256: Make sure ref syntax of Excel docs gets savedKatarina Behrens2015-08-121-1/+1
* loplugin:unusedmethodsNoel Grandin2015-08-051-19/+0
* sc: inline some use-once typedefsNoel Grandin2015-08-041-6/+3
* tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware tooKatarina Behrens2015-07-251-4/+7
* tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens2015-07-232-0/+54
* clear HasHeader at database range if table headerRowCount is 0Eike Rathke2015-07-231-0/+9
* loplugin:unusedmethods scNoel Grandin2015-07-222-44/+1
* tdf#68868: better handle xlsx with samecell anchor imageRavindra_Vidhate2015-07-202-0/+18