summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
3 daystdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga1-1/+2
3 daystdf#158237 Use contains instead of find-endRMZeroFour1-1/+1
3 daystdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga1-1/+2
7 daysRelated: tdf#160056 this SvNumberFormatter is the one from the ScDocumentCaolán McNamara1-11/+7
2024-03-14tdf#48140: Remove unused headers from xlsx importseturaj1-2/+0
2024-03-13tdf#123026: also use global config "RecalcOptimalRowHeightMode" for xlsxJustin Luth1-1/+3
2024-03-09tdf#158773 avoid some OUString constructionNoel Grandin1-7/+7
2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga1-1/+2
2024-02-18tdf#128425 Add Excel2021 function XMATCH to CalcBalazs Varga1-1/+2
2024-02-16for caching if a font has glyphs, strikethrough and underline don't matterCaolán McNamara1-3/+13
2024-02-10sc: pivot table not correct when data and PT cache is not in syncTomaž Vajngerl1-3/+15
2024-01-31tdf#127293 Add Excel2021 function XLOOKUP to CalcWinfried Donkers1-0/+15
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-4/+4
2024-01-16ofz#65809 Direct-leakCaolán McNamara1-4/+4
2024-01-09tdf#114441 - Convert sal_uLong to better integer typessahil1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)2-11/+10
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+3
2023-11-26Fix typoAndrea Gelmini1-1/+1
2023-11-24use more concrete UNO in scNoel Grandin13-32/+35
2023-11-24loplugin:fieldcast in oox::xls::PivotTableNoel Grandin1-10/+5
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)2-3/+3
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann3-4/+4
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima2-18/+30
2023-09-15reduce casting around ScDocShellNoel Grandin2-2/+2
2023-09-12sc: row import - default style index is 0 and not -1Tomaž Vajngerl1-1/+1
2023-09-10using decls should come after #includeNoel Grandin1-3/+2
2023-08-28Shared string shouldn't account preserve space propertyParis Oplopoios1-1/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-1/+1
2023-08-27Change theme location to SdrModel and SdrPage (master page only)Tomaž Vajngerl1-3/+2
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin4-5/+28
2023-08-18Fix typoAndrea Gelmini1-1/+1
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin4-28/+5
2023-08-13defer turning xlsx notes into SdrCaptions until activatedCaolán McNamara2-35/+73
2023-08-11rearrange to collect the properties set on the annotation togetherCaolán McNamara1-9/+34
2023-08-11move setting properties into note comments from oox to scCaolán McNamara1-1/+6
2023-08-11refactor to return the position to be set by the caller insteadCaolán McNamara1-1/+6
2023-08-11xlsx with a lot of comments repeatedly calls OutputDevice::HasGlyphsCaolán McNamara2-38/+67
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl1-10/+25
2023-08-01sc: rename oox::xls::Color to oox::xls::XlsColorTomaž Vajngerl1-12/+15
2023-07-26Resolves: tdf#147955 Recalculate OOXML for bad generators with all 0.0 resultsEike Rathke3-13/+55
2023-07-25tdf#142905 XLSX import: don't trim leading spaces in formula cellCzeber László Ádám1-1/+3
2023-07-23cid#1401342 Uncaught exceptionCaolán McNamara1-1/+8
2023-07-11tdf#123026 xlsx import: recalc optimal row height on importJustin Luth1-0/+1
2023-07-02sc: OOXML import and export the model::Theme properlyTomaž Vajngerl1-0/+8
2023-06-27sc: import and prop. theme color support for cell bordersTomaž Vajngerl1-1/+10
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth1-0/+6
2023-06-26sc: filter: oox: fix crash delete ScDatabarFormatDataHenry Castro2-1/+6
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-06-22sc: filter: excel: import cell multi-line textHenry Castro2-2/+8
2023-06-22sc: filter: oox: fix preserve space, single line caseHenry Castro2-2/+14