summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-08-07Resolves: tdf#143714 only three of four of these buttons have always-show-imageCaolán McNamara1-0/+1
2021-08-03Consolidate link update handlingEike Rathke6-59/+71
2021-07-25Related: tdf#135762 Suppress cout if not command lineEike Rathke1-14/+34
2021-07-22Dereferencing uninitialized pointerMike Kaganski1-2/+2
2021-07-21tdf#142854 XLSX import: fix grid visibility in headless modeAttila Szűcs5-7/+55
2021-07-20tdf#46184 sc AutoFilter: reset filter options to default valuesTünde Tóth2-10/+111
2021-07-20tdf#123598 sc UI: don't show autofilter dropdown arrowsTünde Tóth1-0/+4
2021-07-19tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl1-0/+2
2021-07-15Related: tdf#135762 Allow --convert-to csv to specify 1-based sheet numberEike Rathke3-10/+47
2021-07-15tdf#143068 XLSX: fix export of top10 filter conditionTünde Tóth3-7/+25
2021-07-15rhbz#1980800 allow --convert-to csv to write each sheet to a separate fileCaolán McNamara4-28/+84
2021-07-14tdf#142929 XLSX: fix import of "Less than" filter conditionTünde Tóth3-1/+18
2021-07-14move freeze/thaw so we don't select while frozenCaolán McNamara1-5/+8
2021-07-13tdf#143101 sc UI: fix highlight of standard filter with logical ORTünde Tóth1-14/+12
2021-07-12editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2-3/+3
2021-07-08tdf#142910 sc filter: fix "greater than" or "smaller than" etcBalazs Varga14-135/+122
2021-07-07tdf#142764 sc: import "Same content on first/left page"Daniel Arato (NISZ)3-3/+28
2021-07-06speed up exporting very large spreadsheets to pdf(2)Noel Grandin2-51/+75
2021-07-05speed up exporting very large spreadsheets to pdfNoel Grandin2-18/+3
2021-07-02uitest: LICENSE.html can be read-only, skip the 'ok' buttonXisco Fauli1-1/+1
2021-07-01Resolves: tdf#138432 Use locale's CharClass to parse numeric i18n contextEike Rathke1-1/+5
2021-07-01sc: VclPtr, missing dispose (Page Style->Edit...->Header)László Németh1-0/+2
2021-06-30tdf#132421 - don't URL encode filename for the import ASCII dialog titleAndreas Heinisch1-1/+2
2021-06-30tdf#140431 XLSX export: fix double file:// prefixTünde Tóth3-2/+21
2021-06-30editengine-columns: add sidebar property panelMike Kaganski3-1/+18
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)20-55/+192
2021-06-29maShowPageBreaksTimer.Stop() in ScGridWindow::dispose(), tdf#124983 follow-upEike Rathke1-0/+2
2021-06-28Revert "Revert "tdf#124983 In calc make printable page borders initially visi...Eike Rathke4-0/+79
2021-06-28tdf#58250 - Show custom unicode separator in the csv import dialogAndreas Heinisch1-7/+3
2021-06-24tdf#69207 - Use selected text delimiter to parse the provided csv dataAndreas Heinisch1-0/+2
2021-06-24Revert "tdf#124983 In calc make printable page borders initially visible"Eike Rathke4-79/+0
2021-06-23Resolves: tdf#143008 Evaluate AM/PM for type date+time text-to-column and CSVEike Rathke1-1/+31
2021-06-23tdf#124983 In calc make printable page borders initially visibleIlhan Yesil4-0/+79
2021-06-22tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth2-0/+38
2021-06-22Resolves: tdf#140361 use the DisableEditHyperlink state as of menu launch timeCaolán McNamara5-1/+74
2021-06-22tdf#142932: fix crash when pasting cells with comments+"skip empty cells"Julien Nabet1-1/+2
2021-06-21tdf#142607 XLSX export: keep formatted dates in standard filterBalazs Varga5-49/+56
2021-06-20tdf#142873: Fix print preview zoom-out zoom-in buttonsJulien Nabet2-4/+4
2021-06-19fix 32bit build of tiledrendering testsRene Engelhard1-8/+8
2021-06-16tidy up .uiCaolán McNamara1-3/+2
2021-06-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze9-270/+333
2021-06-15button text should be Yes not yesCaolán McNamara1-1/+1
2021-06-15ucalc_copypaste: improve readability and shortenscito1-2546/+1688
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-1/+1
2021-06-12tdf#128018 - Add column/row labels to the descriptive statisticsAndreas Heinisch2-9/+18
2021-06-11Related: tdf#127013 Check loaded separators for validityEike Rathke1-2/+2
2021-06-11Resolves: tdf#127013 differentiate non-/array separators and restrictEike Rathke2-26/+59
2021-06-11Simplify vector initializationsJulien Nabet2-13/+15
2021-06-11Simplify Sequences initializations (sc)Julien Nabet25-79/+53
2021-06-11cid#1473844 Untrusted loop boundCaolán McNamara1-2/+16