summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand14-397/+206
2019-04-25Re-arrange the conditions to avoid the dynamic_castXisco Fauli2-15/+15
2019-04-25tdf#124572 TabBar new look, protected icon, width and heightTomaž Vajngerl1-5/+5
2019-04-25tdf67629 FILEOPEN Particular .xlsx hangs SpreadsheetNoel Grandin1-0/+3
2019-04-24simplify condition (remove always true part)Mike Kaganski1-2/+1
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin7-27/+23
2019-04-24tdf#124896 CRASH: deleting sheetNoel Grandin2-3/+6
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski2-21/+31
2019-04-24tdf#81765 slow loading of .ods with >1000 of conditional formats, part 4Noel Grandin1-1/+3
2019-04-23Skip clipboard queries while the document is still loadingKatarina Behrens1-1/+2
2019-04-23fix bad comparison in StrCmp/StrLessNoel Grandin1-8/+2
2019-04-23multiple concatted AcceptChgDat stored in configCaolán McNamara1-17/+28
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin5-99/+40
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen5-0/+5
2019-04-23Fix typos in codeAndrea Gelmini2-6/+6
2019-04-22tdf#124883: don't drop data field names on importMike Kaganski2-0/+11
2019-04-22crashtesting: failure on export of ooo40197-1.sxc to xlsxCaolán McNamara1-1/+2
2019-04-22tdf#124881: Provide a non-empty name for pivot table's data fieldMike Kaganski1-4/+7
2019-04-22Simplify parameter pack handling: use if constexpr to drop extra functionMike Kaganski1-2/+2
2019-04-21bug tdf#120697Gagandeep Singh7-74/+162
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin10-44/+61
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin9-72/+109
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin2-2/+68
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin9-131/+80
2019-04-20Fix typoAndrea Gelmini1-1/+1
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski5-0/+65
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski18-598/+387
2019-04-19suspicious unbalanced busy/normal cursor settingCaolán McNamara1-0/+1
2019-04-19drop some unneeded includesCaolán McNamara3-3/+0
2019-04-19Don't close elements that weren't openMike Kaganski1-2/+7
2019-04-19optimise find/insert patternNoel Grandin5-44/+10
2019-04-19sc: Get rid of the Idle hack in the Special Filter Dialog.Jan Holesovsky2-21/+28
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski7-58/+31
2019-04-18C++11-ify XclExpXmlStream::WriteAttributesMike Kaganski2-58/+23
2019-04-18tdf#124822 CRASH: cutting and undoingNoel Grandin1-0/+1
2019-04-18weld ScOptSolverDlgCaolán McNamara5-374/+363
2019-04-18tdf#124818 CRASH selecting all and switching spreadsheetNoel Grandin1-1/+2
2019-04-18tdf#124815 CRASH: inserting a columnNoel Grandin1-1/+1
2019-04-18crashtesting: failure on import of ooo6593-5.stcNoel Grandin2-2/+7
2019-04-18crashtesting: failure on export of ooo118068-1.ods to odsNoel Grandin2-0/+10
2019-04-17m_mapRefWindow is unneeded nowCaolán McNamara2-34/+0
2019-04-17boil incomprehensible template spew down to its simpler realityCaolán McNamara2-33/+12
2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara8-377/+326
2019-04-17tdf#124778 View - Comments causes crashNoel Grandin1-1/+2
2019-04-17tdf#124772: export data field number format to XLSXMike Kaganski1-10/+34
2019-04-17use DeactivateCaolán McNamara4-36/+6
2019-04-17drop newly unused ScFilterOptionsMgrCaolán McNamara5-300/+12
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet5-25/+37
2019-04-17loplugin:sequentialassign in scNoel Grandin25-81/+41
2019-04-17weld ScSpecialFilterDlgCaolán McNamara5-210/+180