summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/xetable.cxx
Commit message (Expand)AuthorAgeFilesLines
* sc-perf: avoid calling GetRowHeight() twice or thriceEike Rathke2016-12-081-12/+9
* sc-perf: call RowHidden() only once, tdf#98106 follow-upEike Rathke2016-12-081-6/+5
* sc-perf: possibly halve the iterations to find the most used XF indexEike Rathke2016-12-071-0/+9
* Revert "attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#...Eike Rathke2016-12-061-8/+1
* Revert "try a volatile"Eike Rathke2016-12-061-1/+1
* try a volatileEike Rathke2016-12-061-1/+1
* attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363Eike Rathke2016-12-051-1/+8
* loplugin:unnecessaryoverride (dtors) in scStephan Bergmann2016-12-051-1/+1
* prevent corrupt warning in MSO - justify dimensionJustin Luth2016-12-021-0/+1
* OOXML: Write dimension range in full address notationBartosz Kosiorek2016-11-231-1/+4
* convert CR flags to typed_flags_setNoel Grandin2016-09-261-2/+2
* convert formula error codes to scoped enumNoel Grandin2016-09-231-2/+3
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* sc: fix Android buildMiklos Vajna2016-08-091-0/+11
* tdf#101363 Fix precision of column width according to MS specificationBartosz Kosiorek2016-08-071-3/+14
* write the customWidth property also to XLSMarkus Mohrhard2016-07-281-1/+1
* tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek2016-07-281-3/+16
* use n prefix for numeric variableMarkus Mohrhard2016-07-281-6/+6
* tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keysBartosz Kosiorek2016-07-281-3/+24
* clang-tidy performance-unnecessary-value-param in scStephan Bergmann2016-07-191-4/+4
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-181-3/+6
* tdf#51524 Preserve hidden column width after saving into .xlsx and .xlsBartosz Kosiorek2016-07-121-3/+7
* tdf#100347 Fix Outline export into XLSX formatBartosz Kosiorek2016-07-041-6/+12
* tdf#98106 Preserving hidden and empty rows after xlsx exportBartosz Kosiorek2016-06-221-7/+9
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-151-1/+1
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-05-231-1/+0
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* clang-tidy modernize-loop-convert in scNoel Grandin2016-05-071-2/+2
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-5/+5
* tdf#98083: Always save cell formatKatarina Behrens2016-03-041-11/+14
* Fix typosAndrea Gelmini2016-02-051-2/+2
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-2/+1
* number format keys are sal_uInt32, so use itEike Rathke2015-11-301-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-8/+8
* tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens2015-11-051-6/+11
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* stab MM_FAKE, it's a zombieEike Rathke2015-09-151-1/+0
* do not write MM_REFERENCE formulas to OOXML, tdf#61908 follow-upEike Rathke2015-09-151-46/+67
* array formulas do not consist only of multiple rows, tdf#61908 follow-upEike Rathke2015-09-151-1/+1
* fix 176 unbalanced XML_f xlsx export failuiresCaolán McNamara2015-06-161-1/+3
* tdf#61908:XLSX formula cell range is not exported for MMULT.yogesh.bharate0012015-06-121-14/+50
* loplugin:loopvartoosmallNoel Grandin2015-06-021-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-041-1/+1
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-251-9/+9
* tdf#88810 XLSX export: more cleanupLászló Németh2015-01-291-3/+3
* tdf#88810 XSLT address export: cleanup and more optimizationLászló Németh2015-01-271-6/+3
* tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh2015-01-271-4/+6
* Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh2015-01-261-11/+3
* fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh2015-01-261-3/+11