summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin13-79/+124
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski2-6/+4
2019-04-04tdf#124323: show restart dialog when toggling multi-threaded...Xisco Fauli1-0/+6
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-2/+2
2019-04-03tdf#120270 : ScUndoDragDrop - Notifying listeners of the area...Dennis Francis1-27/+1
2019-04-03add more append methods to *StringBufferNoel Grandin1-2/+2
2019-04-02tdf#121103 ANOVA sum of squares formula correctionJaromir Wysoglad1-2/+1
2019-04-02tdf#124266 : Paint cell if formula-cell has changed even if...Dennis Francis1-14/+28
2019-04-02tdf#124329 Keep ResizeWithCell value when anchoring to a different cellSamuel Mehrbrodt1-0/+3
2019-04-02tdf#124329 Add API to make cell anchored graphic resize with cellSamuel Mehrbrodt1-0/+30
2019-04-02drop some unneeded includesCaolán McNamara1-3/+0
2019-04-02Related tdf#124329 Handle shapes resizing with the cellSamuel Mehrbrodt1-4/+10
2019-04-02Remove unnecessary commentsSamuel Mehrbrodt2-3/+0
2019-04-02tdf#120445 File-open ODS: Slower as compared to LibO 4.4.7.2Noel Grandin2-128/+98
2019-04-01Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist2-0/+10
2019-04-01sc lok: avoid save incorrect data, whether the pane has ...Henry Castro2-11/+16
2019-04-01tdf#115192 XLSX export: fix hyperlink inserted to shapetundet1-6/+4
2019-04-01weld ScSolverProgressDialogCaolán McNamara2-26/+18
2019-04-01Avoid "Text Import" dialog if invoking Paste() from OLE AutomationTor Lillqvist1-2/+4
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski14-87/+81
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen9-0/+10
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski2-5/+6
2019-03-29Remove now moot commentEike Rathke1-3/+0
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen12-0/+13
2019-03-28tdf#124286 fix annoying rounding error.Winfried Donkers2-8/+30
2019-03-28tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis1-14/+52
2019-03-28loplugin:useuniqueptr in sc dialog constructorsNoel Grandin2-13/+13
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen9-0/+11
2019-03-28return unique_ptr from CreateTokenMatrixMapNoel Grandin2-4/+4
2019-03-27return unique_ptr from CreateOutputEditEngineNoel Grandin2-5/+5
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin2-9/+9
2019-03-27return unique_ptr from MakeNumberInfoItemNoel Grandin3-6/+6
2019-03-27return unique_ptr from CreateAttrIteratorNoel Grandin2-7/+7
2019-03-27no need to allocate aEmptyOUString separatelyNoel Grandin1-9/+1
2019-03-26weld SearchResultsDlgCaolán McNamara3-65/+54
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski9-91/+46
2019-03-26tdf#74664 : add Fourier analysis toolDennis Francis9-10/+352
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis5-26/+61
2019-03-26weld ScPivotFilterDlgCaolán McNamara6-259/+224
2019-03-26No need in function object; just use range-based loopMike Kaganski1-16/+2
2019-03-26flatten TabRangesNoel Grandin4-6/+6
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen21-0/+21
2019-03-25tdf#124318 FILEOPEN: XLS Hyperlink URL incorrectNoel Grandin1-1/+3
2019-03-25avoid a crash with an editor-forced matrix formula (tdf#123479)Luboš Luňák2-14/+19
2019-03-25Removed executable permission on data filesAndrea Gelmini1-0/+0
2019-03-24weld SvxSearchDialogCaolán McNamara1-4/+4
2019-03-24Fix typoAndrea Gelmini1-1/+1
2019-03-23formatting fixesLuboš Luňák1-6/+5
2019-03-22Remove listening in ScDocument::SetString() and ScDocument::SetValue()Eike Rathke1-39/+15