summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-06-26Revert "tdf#133858 opening spreadsheet with large array formula takes 10 mins...Noel Grandin1-9/+0
2020-06-25Let's not run on hopeTor Lillqvist1-6/+5
2020-06-25Avoid crash with multiple documents open in the iOS appTor Lillqvist1-0/+6
2020-06-25tdf#128502: Remove one more assertionTor Lillqvist1-1/+0
2020-06-25tdf#128502: Remove assertions that fire for gtktiledviewer on two docsTor Lillqvist1-3/+0
2020-06-25tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist16-52/+65
2020-06-25Revert "tdf#128502: Try to support multiple documents in LibreOfficeKit-using...Tor Lillqvist15-62/+50
2020-06-24tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist15-50/+62
2020-06-24lok: calc: messed up view when deleting from multiline contentMarco Cecchetti3-0/+59
2020-06-12lok: formula bar: disable tunneled tooltipsMarco Cecchetti1-3/+3
2020-06-10tdf#133858 opening spreadsheet with large array formula takes 10 minsNoel Grandin1-0/+9
2020-06-10tdf#128502: Avoid potential crash in mobile app with multiple open documentsTor Lillqvist1-1/+1
2020-06-04LOK: Emit the doc. modified state even when changing the cell inline.Jan Holesovsky2-6/+21
2020-05-25Fix sending reference marks for current selectionSzymon Kłos1-5/+11
2020-05-21weld SvxSearchDialogCaolán McNamara1-4/+4
2020-05-19Fix 'GetNumLines' overrides a member function but is not marked 'override'Tor Lillqvist1-1/+1
2020-05-19jsdialog: use for message dialogs on mobileSzymon Kłos1-1/+6
2020-05-10Calc, sidebar: Cell Border selector isn't shown in onlinePranam Lashkari3-4/+4
2020-05-08formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky4-11/+15
2020-05-05tdf#131230: Sidebar: Can't set Automatic colorPranam Lashkari1-1/+1
2020-05-01Incomplete OpAverage, OpCount must not be used in dynamic_castStephan Bergmann1-369/+376
2020-05-01Extend loplugin:external to warn about classesStephan Bergmann1-2/+17
2020-05-01Cut down on -pthread/-lpthread proliferationStephan Bergmann2-12/+0
2020-05-01lokit: fix autofilter window position...Dennis Francis1-1/+14
2020-05-01Revert "lokit: scale the validation dropdown with client zoom"Dennis Francis1-20/+3
2020-04-29lok: calc: input bar: send number of text lines to clientMarco Cecchetti2-1/+4
2020-04-29lok: formula input bar: get a function inserted in a not focused top viewMarco Cecchetti1-2/+14
2020-04-29lok: remove sum and equal buttons from the formula barMarco Cecchetti1-16/+26
2020-04-29lok: formula bar: send whole function listMarco Cecchetti3-21/+182
2020-04-29lok: set device form factor of the client on view creationMarco Cecchetti9-14/+16
2020-04-28lokit: scale the validation dropdown with client zoomDennis Francis1-5/+22
2020-04-28lokit: trim validation dropdown height to contentDennis Francis1-1/+5
2020-04-28lokit: fix validation dropdown's wrong positionDennis Francis1-0/+16
2020-04-22lokit: fix edit-text/view-cursor positionDennis Francis3-7/+134
2020-04-15mobile: fix double tap on chart doesn't get into editmodeMert Tumer1-0/+11
2020-04-15Added unique id for number format comboboxMert Tumer1-0/+1
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