summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Postpone loading of all external references, including INDIRECT()Eike Rathke2019-08-221-18/+36
* Postpone filter detection until link update is allowedMike Kaganski2019-08-221-7/+16
* forcepoint#55 invalid iterator incrementCaolán McNamara2019-08-221-0/+2
* forcepoint#64 null derefCaolán McNamara2019-08-221-1/+1
* Prevent out-of-bounds access, tdf#114228 relatedEike Rathke2019-08-221-1/+1
* LOK: re-factor async key & mouse event re-posting.Michael Meeks2019-03-151-40/+2
* Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke2018-09-212-4/+5
* tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh2018-09-173-0/+18
* ofz#10189 check container sizeCaolán McNamara2018-09-061-2/+6
* ofz#9431 don't check attribs of Invalid columnCaolán McNamara2018-08-081-1/+1
* lok: sc: ctrl-clicking links doesn't workMarco Cecchetti2018-07-042-75/+84
* forcepoint#40 null derefCaolán McNamara2018-06-272-4/+4
* Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky2018-06-274-33/+71
* Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke2018-06-211-1/+12
* tdf#105720: lok: sc: currency symbol is displayed in the preceding cellMarco Cecchetti2018-06-181-2/+11
* sc:test: fix access configuration ui dialogsHenry Castro2018-05-241-1/+1
* lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti2018-05-237-40/+64
* build fix after ea7fba0ff338098dea5292557c418b7d8c8a100bAndras Timar2018-05-161-2/+2
* lokdialog: do not lock events when opened ScFilter DialogHenry Castro2018-05-155-44/+73
* forcepoint #34 survive missing autostylesCaolán McNamara2018-04-071-0/+2
* forcepoint #32 survive missing value rangeCaolán McNamara2018-04-071-4/+14
* forcepoint #31 check validity of another group rangeCaolán McNamara2018-04-071-0/+2
* forcepoint #30 check validity of group rangeCaolán McNamara2018-04-072-0/+2
* forcepoint #29 detect illegal self series addCaolán McNamara2018-04-072-0/+5
* ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke2018-04-074-11/+8
* forcepoint #26 check input against max valid enum valuesCaolán McNamara2018-04-072-8/+8
* Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky2018-03-273-16/+7
* tdf#116241 Customizing value highlighting colorsSzymon Kłos2018-03-273-13/+16
* lok - sc: validity list drop down button callbackMarco Cecchetti2018-03-203-44/+36
* lok - sc: set a min width for valid list windowMarco Cecchetti2018-03-201-0/+5
* lokdialog: convert the show sheet dialog to async execHenry Castro2018-03-141-11/+17
* for listeners the range needs to be set before the formula, tdf#115530Aron Budea2018-03-131-5/+7
* sc: class enum not available in cp 5.3Marco Cecchetti2018-03-131-1/+1
* Fix build.Jan Holesovsky2018-03-131-1/+1
* lok - sc - list validationMarco Cecchetti2018-03-132-47/+102
* calc: unit tests for data validationMarco Cecchetti2018-03-134-0/+43
* oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky2018-03-082-1/+6
* sc lok: Let the tiled rendering draw the List Validation dropdowns.Jan Holesovsky2018-03-071-1/+3
* oox: unit-tests for custom package preservationAshod Nakashian2018-03-074-1/+31
* tdf#112033: enable the xml source feature when the experimental features are ...Markus Mohrhard2018-03-061-1/+5
* tdf#115044: do not load external documents if it is not allowedVasily Melenchuk2018-03-061-0/+9
* Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke2018-03-062-1/+15
* Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke2018-03-061-0/+7
* copy ScAddress before possibly joining itCaolán McNamara2018-03-062-1/+3
* Custom data validation: Add a missing string.Jan Holesovsky2018-02-261-0/+5
* lok: All mouse,key events asyncPranav Kant2018-02-243-23/+42
* lok sc: This is not needed nowPranav Kant2018-02-231-6/+0
* lok sc: Post mouse events to main threadPranav Kant2018-02-232-3/+5
* lokdialog sc: post key events to the main threadPranav Kant2018-02-232-2/+5
* Revert posting key events on the main threadPranav Kant2018-02-221-2/+2