summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-07-18cid#1487495 Division or modulo by zeroCaolán McNamara1-0/+1
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl1-0/+2
2021-07-16avoid a map lookup on a hot pathNoel Grandin1-4/+4
2021-07-16Use WhichRangesContainer in editengMike Kaganski1-4/+4
2021-07-16use WhichRangesContainer in scNoel Grandin2-7/+5
2021-07-15Keep ScAsciiOptions in sync with ScImportOptions, tdf#135762 relatedEike Rathke1-1/+15
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin9-22/+15
2021-07-15Related: tdf#135762 Allow --convert-to csv to specify 1-based sheet numberEike Rathke3-10/+47
2021-07-14rhbz#1980800 allow --convert-to csv to write each sheet to a separate fileCaolán McNamara4-28/+84
2021-07-14tdf#123752, tdf#138432: sc_uicalc: Add unittestXisco Fauli3-0/+48
2021-07-13use WeakComponentImplHelper for ScEditFieldObjNoel Grandin2-30/+6
2021-07-13tdf#142929 XLSX: fix import of "Less than" filter conditionTünde Tóth3-1/+18
2021-07-13tdf#143068 XLSX: fix export of top10 filter conditionTünde Tóth3-7/+25
2021-07-13tdf#143101 sc UI: fix highlight of standard filter with logical ORTünde Tóth1-14/+12
2021-07-13tdf#95554 Add UITestshubham6561-0/+40
2021-07-13move freeze/thaw so we don't select while frozenCaolán McNamara1-5/+8
2021-07-12loplugin:unusedfieldsNoel Grandin2-2/+0
2021-07-12tdf#92503: sc: Add UItestXisco Fauli2-0/+68
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt3-12/+9
2021-07-12uitest: sc: move textToColumns tests to their own folderXisco Fauli12-1/+27
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2-3/+3
2021-07-09tdf#143008: sc: Add UItestXisco Fauli1-0/+39
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-2/+2
2021-07-09add Scheduler::ProcessEventsToIdle() to testCaolán McNamara1-0/+1
2021-07-09cid#1487029 Identical code for different branchesCaolán McNamara1-8/+1
2021-07-08tdf143222 Handle alternate content of graphicData element.Gülşah Köse1-3/+3
2021-07-08tdf#122191: sc_subsequent_export-test2: Add unittestXisco Fauli2-0/+33
2021-07-08sc, VmlFormControlExporter: avoid OStringBuffer styleMiklos Vajna1-8/+5
2021-07-08XSLX export, button form control: fix handling of no macrosMiklos Vajna2-1/+10
2021-07-07tdf#142910 sc filter: fix "greater than" or "smaller than" etcBalazs Varga14-135/+119
2021-07-07tdf#142764 sc: import "Same content on first/left page"Daniel Arato (NISZ)3-3/+28
2021-07-07tdf#126685 Add UnitTestshubham6562-0/+18
2021-07-07Added Find and Replace Transformation .tushar6-2/+214
2021-07-07add truncate-multiline to new GtkEntry widgetsCaolán McNamara2-0/+3
2021-07-06XLSX export: handle macros on button form controlsMiklos Vajna5-11/+72
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin9-22/+27
2021-07-05ofz#35817 TimeoutCaolán McNamara1-1/+7
2021-07-05XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna5-13/+55
2021-07-05uitest: sc: move pasteSpecial tests to their own folderXisco Fauli11-0/+21
2021-07-05speed 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-04move SfxSetItem to own header fileNoel Grandin1-1/+1
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun1-1/+1
2021-07-03Implement Interface for Data Providers.tushar15-1351/+1041
2021-07-02tdf#142932: sc: Add UItestXisco Fauli2-0/+56
2021-07-02uitest: LICENSE.html can be read-only, skip the 'ok' buttonXisco Fauli1-1/+1
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin4-22/+16
2021-07-02convert ScPrintSelectionMode to scoped enumNoel Grandin2-13/+13
2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun3-13/+7
2021-07-01XLSX export: handle button form controlsMiklos Vajna4-1/+88