summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-08tdf#160369 Do not broadcast temporarily group changeRegina Henschel1-13/+28
2024-04-01tdf#160356 Add support for hidden named expressions in CalcRafael Lima1-0/+4
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-3/+1
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-1/+3
2023-12-08cid#1545617 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-07busy loop seen on ods export attemptCaolán McNamara1-1/+7
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-4/+4
2023-10-19tdf#156336 - sc ods: fix can't remove Calc comment metadataBalazs Varga1-2/+8
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima1-0/+6
2023-09-01sc: add ODF import/export of the Theme + testsTomaž Vajngerl1-0/+21
2023-08-15use sal_uInt64 when dealing with stream positionNoel Grandin1-13/+13
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-1/+1
2023-05-20loplugin:unusedfieldsNoel Grandin1-1/+0
2023-05-18Fix typoAndrea Gelmini1-1/+1
2023-05-18Fix typoAndrea Gelmini1-1/+1
2023-05-18tdf#154821 improve shape export with hidden row/colRegina Henschel1-115/+115
2023-04-18fix brain malfunctionNoel Grandin1-4/+3
2023-04-13remove unnecessary exportStyleFamily methodNoel Grandin1-2/+2
2023-04-12OUString::intern is a relicNoel Grandin1-2/+2
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga1-1/+1
2023-03-29tdf#154445 - Export all page styles even if they are not in useAndreas Heinisch1-2/+4
2023-03-26loplugin:stringadd in scNoel Grandin1-56/+46
2023-03-23sc drawstyles: ODF import and exportMaxim Monastirsky1-5/+3
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-3/+3
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin1-7/+0
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin1-3/+4
2022-09-16tdf#103829 ods export: don't output invalid office:string-valueJustin Luth1-1/+2
2022-09-15tdf#103829 ods export: output <text:tab/> when CELLTYPE_EDITJustin Luth1-1/+13
2022-09-09Related: tdf#150312 Assert a defined name's non-empty table:base-cell-addressEike Rathke1-0/+1
2022-09-01cid#1500508 Using a moved objectNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-02crashtesting: assert on export of forum-mso-en3-17256.xlsx to odsCaolán McNamara1-9/+17
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-6/+6
2022-06-22Fix shape rectangle calculationMike Kaganski1-5/+3
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-3/+3
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-2/+2
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-3/+3
2022-06-16make meType in ScCellValue privateNoel Grandin1-5/+5
2022-06-13sc: ODF export: fix style:font-name on EE text/paragraph stylesMichael Stahl1-9/+19
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-3/+3
2022-04-17use more string_view in scNoel Grandin1-2/+2
2022-04-05sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl1-9/+3
2022-04-04sc: sparkline import/export for ODFTomaž Vajngerl1-0/+15
2022-03-25fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák1-4/+4
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-4/+0
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin1-3/+3
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-1/+1
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-3/+3
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-11/+5
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-6/+7