summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xetable.cxx
AgeCommit message (Expand)Author
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-16remove mempoolNoel Grandin
2018-08-10tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-01Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-03-14sc: remove GETITEMVALUE macroJochen Nitschke
2017-02-14tdf#105840 EXCEL export: fixes for hidden defaultRowJustin Luth
2017-02-14Optimize Excel GetOrCreateRow: compare to previous map entryJustin Luth
2017-02-10Optimize Excel GetOrCreateRow: reduce loopsJustin Luth
2016-12-08sc-perf: avoid calling GetRowHeight() twice or thriceEike Rathke
2016-12-08sc-perf: call RowHidden() only once, tdf#98106 follow-upEike Rathke
2016-12-07sc-perf: possibly halve the iterations to find the most used XF indexEike Rathke
2016-12-06Revert "attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#...Eike Rathke
2016-12-06Revert "try a volatile"Eike Rathke
2016-12-06try a volatileEike Rathke
2016-12-05attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363Eike Rathke
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-12-02prevent corrupt warning in MSO - justify dimensionJustin Luth
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-09sc: fix Android buildMiklos Vajna
2016-08-07tdf#101363 Fix precision of column width according to MS specificationBartosz Kosiorek
2016-07-28write the customWidth property also to XLSMarkus Mohrhard
2016-07-28tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek
2016-07-28use n prefix for numeric variableMarkus Mohrhard
2016-07-28tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keysBartosz Kosiorek
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-07-12tdf#51524 Preserve hidden column width after saving into .xlsx and .xlsBartosz Kosiorek
2016-07-04tdf#100347 Fix Outline export into XLSX formatBartosz Kosiorek
2016-06-22tdf#98106 Preserving hidden and empty rows after xlsx exportBartosz Kosiorek