summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-11-06sc lok: cope with non 100% zoom better.Michael Meeks4-33/+35
2019-11-06Revert "lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor"Michael Meeks1-5/+2
2019-11-06Show highlight ranges when chart is selectedSzymon Kłos5-15/+49
2019-11-05Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks2-27/+14
2019-10-31jsdialogs: set .uno:BackgroundColor in CalcSzymon Kłos1-2/+17
2019-10-21lok: on calc spelling context menu didn't pop upMarco Cecchetti2-11/+17
2019-10-21sc: open hyperlinks when requested through context menuMarco Cecchetti5-6/+6
2019-10-11lok: Don't activate chart on insert.Michael Meeks1-1/+3
2019-10-10Don't show chart wizard on mobileSzymon Kłos1-1/+3
2019-10-04jsdialogs: hide one number format option initiallySzymon Kłos1-2/+2
2019-10-01Handle SinglePageSheets option for pdf exportMuhammet Kara1-4/+127
2019-09-30use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin9-33/+32
2019-09-28Make Chart Creation Wizard asyncSzymon Kłos5-63/+87
2019-09-26sc lok: Optimize invalidation triggered by ScTabView::TabChanged() methodTamás Zolnai2-3/+16
2019-09-26lok: deduplicate code related to notifyDocumentSizeChanged() callTamás Zolnai2-35/+10
2019-09-26sc lok: Optimize invalidation triggered by ScTabView::SetCursor() methodTamás Zolnai2-14/+12
2019-09-26sc lok: Test invalidation triggered by jumping to the last row on the sheetTamás Zolnai1-0/+27
2019-09-26sc lok: Test invalidation triggered by jumping horizontally on the sheetTamás Zolnai1-0/+30
2019-09-26sc lok: Optimize invalidation triggered by getRowColumnHeaders() methodTamás Zolnai2-28/+25
2019-09-26sc lok: Test invalidation triggered by getRowColumnHeaders() methodTamás Zolnai1-0/+46
2019-09-26sc lok: Test invalidation after adding\removing sheetTamás Zolnai2-0/+46
2019-09-26lok: send an invalidation by document size changeTamás Zolnai6-14/+24
2019-09-26sc lok tests: Store all invalidation rectangles.Tamás Zolnai1-18/+21
2019-09-26sc lok: Test invalidation after sheet changeTamás Zolnai2-0/+25
2019-09-26sc lok: Test also the invalidation rectangle in case of row/column insertionTamás Zolnai1-0/+4
2019-09-26Resolves: tdf#127682 out_of_range thrown on print empty calc docCaolán McNamara1-15/+15
2019-09-26Resolves tdf#122707 - Replace listbox for print range by radio buttonsheiko tietze2-8/+16
2019-09-26Adds print even pages/print odd pages options in print dialogDaniel Silva3-14/+89
2019-09-26Configures page range in print dialogDaniel2-26/+15
2019-09-26sc lok: Test invalidation triggered by PageDownTamás Zolnai1-0/+36
2019-09-26Allow dialogs to create multiple instances in OnlineSzymon Kłos1-1/+1
2019-09-26Fix range selection in chart wizard for onlineSzymon Kłos1-5/+8
2019-09-25Keep reference mode if only one dialog closedSzymon Kłos1-2/+17
2019-09-25Formula editing when switching tabsSzymon Kłos4-21/+6
2019-09-25Add reference marks callbackSzymon Kłos10-14/+349
2019-09-25Allow to use multiple Formula dialog instancesSzymon Kłos11-74/+78
2019-09-23Resolves: tdf#98844 calculate as shown with SUM() againEike Rathke1-1/+5
2019-09-22tdf#125800: accessing cond format props in UNO throws errorAron Budea2-2/+2
2019-09-22crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis1-4/+2
2019-09-22tdf#124953: Use rangelist's combined range top-left address...Dennis Francis4-7/+29
2019-09-22tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis7-12/+163
2019-09-22tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse22-32/+431
2019-09-20Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist2-0/+10
2019-09-20Avoid "Text Import" dialog if invoking Paste() from OLE AutomationTor Lillqvist1-2/+4
2019-09-20tdf#127163: Add AutoRedactDoc command to the Tools menuMuhammet Kara1-0/+2
2019-09-19make insert->header/footer dialogs asyncNoel Grandin2-15/+21
2019-09-19make format->page dialog asyncNoel Grandin1-31/+35
2019-09-19make Format->Conditional Formatting->Manage dialog asyncNoel Grandin2-33/+36
2019-09-16sc: Get rid of the Idle hack in the Special Filter Dialog.Jan Holesovsky2-23/+15
2019-09-16lok: avoid locking table when ScSpecialFilterDlg is destroyedHenry Castro1-1/+1