summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel15-124/+1
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-2/+2
2020-11-01Resolves: tdf#135108 Allow link updates if loaded document so far had noneEike Rathke3-1/+16
2020-11-01use officecfg for Experimental flagNoel Grandin5-14/+10
2020-11-01Fix typoAndrea Gelmini1-4/+4
2020-10-31Enquote sheet name if necessary, tdf#137896 follow-upEike Rathke1-1/+6
2020-10-31Use ScDocument::GetSheetSeparator()Eike Rathke1-9/+2
2020-10-31Resolves: tdf#137896 Paste sheet-local names with sheet name prefixEike Rathke2-1/+9
2020-10-31Implement ScDocument::GetSheetSeparator()Eike Rathke2-0/+14
2020-10-31tdf#137897 scRetypePassInputDlg: re-allow password removalJustin Luth1-1/+1
2020-10-31Constructing ScCompiler is unnecessary hereEike Rathke1-2/+3
2020-10-31rename to NotifyContainsEmbeddedFontCaolán McNamara2-2/+2
2020-10-31Improve 'resize with cell' handlingRegina Henschel10-108/+361
2020-10-31Support external names in INDIRECT()Eike Rathke1-4/+48
2020-10-31Resolves: tdf#100818 Support sheet-local scoped names in INDIRECT()Eike Rathke3-3/+38
2020-10-31Let INDIRECT() bail out early on empty stringEike Rathke1-1/+8
2020-10-31Pass ExternalInfo up to caller from lcl_ScAddress_Parse_OOo()Eike Rathke1-0/+9
2020-10-31Reintroduce ScGlobal::FindUnquoted() nStart parameterEike Rathke2-4/+5
2020-10-30tdf#137620 add explicit SurroundingText support to ScGridWindowCaolán McNamara4-0/+98
2020-10-30Fix typoAndrea Gelmini1-1/+1
2020-10-30tdf#137625 sc: autofill user list sequences in merged cellsAttila Szűcs3-19/+184
2020-10-30NB tabbed update writer and calc arrangementandreas kainz1-7/+8
2020-10-30tdf#84874 XLSX export: truncate validation textTibor Nagy3-16/+56
2020-10-30convert some tools::Long->sal_Int32Noel34-354/+352
2020-10-29calc: clear the spell-checking cache on tab switch.Michael Meeks3-0/+12
2020-10-28tdf#136694 - share spelling context across all ScGridWindows.Michael Meeks7-9/+29
2020-10-28convert some more long -> tools::LongNoel2-6/+6
2020-10-28tdf#tdf#137726: sc: Add UItestXisco Fauli2-2/+30
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis15-336/+426
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann3-7/+7
2020-10-28convert some more long -> tools::LongNoel21-49/+49
2020-10-27avoid warning on set_active(0) on empty GtkComboBoxCaolán McNamara1-3/+6
2020-10-27tdf#137726 hide pivot table dlg so its not a candidate as error dlg parentCaolán McNamara1-0/+6
2020-10-27uitest: move all calc tests to sc/qa/uitestXisco Fauli14-0/+681
2020-10-27Resolves: tdf#137617 Use document address convention to create namesEike Rathke1-1/+2
2020-10-26Clean-up of commit: 0d193c12a673fade8ece9d84cc4024fafdf52c9bAttila Szűcs1-2/+2
2020-10-26tdf#137621 sc: autofill bool sequences in merged cellsAttila Szűcs3-9/+59
2020-10-26uitest: sc: move data folder to the root uitest folderXisco Fauli142-27/+27
2020-10-26std::unique_ptr -> std::optionalNoel3-13/+14
2020-10-26std::unique_ptr -> std::optionalNoel9-23/+23
2020-10-26tdf#129969 XLSX export: file URLs need IURI encodingTünde Tóth3-5/+25
2020-10-25tdf#137713 GetEditView must be called unconditionally in PaintCaolán McNamara1-3/+7
2020-10-25tdf#115588 write autoDataStyles for master-slidesTomaž Vajngerl1-0/+1
2020-10-24tdf#137713 don't crash if there is no m_xEditViewCaolán McNamara1-2/+4
2020-10-24uitest: sc: get_url_for_data_file -> pathlib.PathXisco Fauli21-62/+47
2020-10-24tdf#104378: sc: Add UItestXisco Fauli2-1/+38
2020-10-24simplify a bitMike Kaganski1-8/+5
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara168-168/+168
2020-10-22always call GetFocus if GrabFocus succeededCaolán McNamara1-1/+0
2020-10-21new tools::Degree10 strong typedefNoel Grandin3-11/+11