summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-03-31lok: introduce QueryControlState functionHenry Castro3-0/+12
2020-03-30FrameLineColor - add Color parameter, and share code for color params.Michael Meeks1-27/+32
2020-03-25lokit: Mark document as modified on chart insert/edit...Dennis Francis1-0/+2
2020-03-18lok: get the formula input bar focused after inserting '='Marco Cecchetti1-0/+2
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_APPLY_SUGGESTIONTamás Zolnai2-0/+25
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai2-0/+25
2020-03-17sc lok: Implement execution of SID_LANGUAGE_STATUS...Tamás Zolnai1-1/+52
2020-03-16Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist8-9/+10
2020-03-02fix ToC links give unhelpful url popupsMert Tumer1-3/+7
2020-02-26lok: remove complex rotation / alignment settingsHenry Castro2-0/+47
2020-02-25formula manager: wrong category returned by ScFuncDesc::getCategoryMarco Cecchetti1-1/+1
2020-02-21lok: calc: unwanted cell range selection occurs when clicking on a cellMarco Cecchetti1-1/+1
2020-02-21Blind build fix for AndroidAron Budea1-7/+2
2020-02-20send hyperlinkclicked callback on calc mobileMert Tumer1-1/+25
2020-02-12lok: Center shape on insert also for Desktop viewMuhammet Kara1-7/+1
2020-02-12mobile: Center inserted shapes on visible areaMuhammet Kara1-0/+12
2020-02-12Store and retrieve client visible area on ScViewDataMuhammet Kara2-0/+8
2020-02-11android: Don't show the multiline toggle in the formula input bar on phones.Jan Holesovsky1-2/+6
2020-02-03tdf#129412: Crash when registered data source is not availableJulien Nabet1-0/+2
2020-01-30lok: preserve mouse event logic position and use in calcTomaž Vajngerl2-4/+9
2020-01-28lok: calc: send text selection rectangles for the input barMarco Cecchetti1-0/+5
2020-01-22tdf#130112 lok: Do not apply zoom-factor twice...Dennis Francis1-4/+5
2020-01-21Fix csv dialog pops up on mobile when copy/pasteMert Tumer1-1/+2
2020-01-20lok formula input: Don't show un-needed elements with the LOK active.Jan Holesovsky1-8/+14
2020-01-15lok: ui: more files to increase the 'step-increment'Henry Castro2-4/+4
2020-01-13lok: Unlock chart contollers after insertion on mobile viewMuhammet Kara1-0/+2
2020-01-13mobile: escape JSON for function wizard, and emit only on mobile.Michael Meeks1-5/+16
2020-01-13Fix FontColor does not change selected cells on calcMert Tumer1-2/+24
2020-01-13WaE: unused code in calc.Michael Meeks1-3/+0
2019-12-19lok: Improve hyperlink insertion to cell with contentMuhammet Kara1-2/+19
2019-12-19lok: send "EMPTY" if the rect is empty for cell selection or fillTomaž Vajngerl1-7/+19
2019-12-16sc: clear the spell checking markers after applying correctionsAshod Nakashian1-0/+5
2019-12-16sc: correctly update spelling markers on undo/redoAshod Nakashian1-0/+4
2019-12-16LOK: spelldialog: don't create the dialog when loading new viewsAshod Nakashian1-1/+4
2019-12-16sc: spelldialog: lock before resetting the editviewAshod Nakashian1-0/+2
2019-12-11jsdialog: send items on status changeSzymon Kłos1-4/+0
2019-12-10lok: calc: zoomed text entry not renderedMarco Cecchetti1-4/+7
2019-12-10jsdialog: apply FillGradient with JSON argSzymon Kłos1-0/+11
2019-12-09lok: calc - update our version of the other view's selections on zoom.Michael Meeks3-2/+40
2019-12-09If a SdrOle2Obj object is missing/broken show the preview set for itCaolán McNamara4-4/+34
2019-12-09lok: calc: zoom: object selection - is unreliableMarco Cecchetti1-0/+25
2019-12-07lok: calc - update our version of the other view's selections on zoom.Michael Meeks4-26/+60
2019-12-04lok: calc - send other views our selection in their co-ordinates.Michael Meeks5-35/+82
2019-12-03lok: send other views our cursor position in their view co-ordinates.Michael Meeks1-17/+31
2019-12-03lok: cleanup getCellCursorMichael Meeks6-65/+43
2019-12-03revert optimization - 31b7dc19c32f42197c481cb7d2f44c600b755e2bMichael Meeks3-15/+0
2019-12-03lok: calc - store zoom in the view itself.Michael Meeks3-26/+64
2019-12-02lok: formula bar: function completionMarco Cecchetti4-0/+31
2019-11-27jsdialogs: share the commands updates sending codeSzymon Kłos1-27/+1
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos1-39/+15