/canvas/

LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xetable.cxx
AgeCommit message (Expand)Author
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke
2020-01-08tdf#120502: Excel doesn't increment max column for OOXMLMike Kaganski
2019-11-24tdf#128976: properly calculate default value when writing XLSMike Kaganski
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-06-21tdf#126024 XLSX export: fix hyperlink on formula cellTünde Tóth
2019-05-24tdf#79972 XLSX export: fix hyperlink at numeric dataTünde Tóth
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
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