summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-05-24sc:test: fix access configuration ui dialogsHenry Castro1-1/+1
2018-05-23lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti7-40/+64
2018-05-16build fix after ea7fba0ff338098dea5292557c418b7d8c8a100bAndras Timar1-2/+2
2018-05-15lokdialog: do not lock events when opened ScFilter DialogHenry Castro5-44/+73
2018-04-07forcepoint #34 survive missing autostylesCaolán McNamara1-0/+2
2018-04-07forcepoint #32 survive missing value rangeCaolán McNamara1-4/+14
2018-04-07forcepoint #31 check validity of another group rangeCaolán McNamara1-0/+2
2018-04-07forcepoint #30 check validity of group rangeCaolán McNamara2-0/+2
2018-04-07forcepoint #29 detect illegal self series addCaolán McNamara2-0/+5
2018-04-07ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke4-11/+8
2018-04-07forcepoint #26 check input against max valid enum valuesCaolán McNamara2-8/+8
2018-03-27Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky3-16/+7
2018-03-27tdf#116241 Customizing value highlighting colorsSzymon Kłos3-13/+16
2018-03-20lok - sc: validity list drop down button callbackMarco Cecchetti3-44/+36
2018-03-20lok - sc: set a min width for valid list windowMarco Cecchetti1-0/+5
2018-03-14lokdialog: convert the show sheet dialog to async execHenry Castro1-11/+17
2018-03-13for listeners the range needs to be set before the formula, tdf#115530Aron Budea1-5/+7
2018-03-13sc: class enum not available in cp 5.3Marco Cecchetti1-1/+1
2018-03-13Fix build.Jan Holesovsky1-1/+1
2018-03-13lok - sc - list validationMarco Cecchetti2-47/+102
2018-03-13calc: unit tests for data validationMarco Cecchetti4-0/+43
2018-03-08oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky2-1/+6
2018-03-07sc lok: Let the tiled rendering draw the List Validation dropdowns.Jan Holesovsky1-1/+3
2018-03-07oox: unit-tests for custom package preservationAshod Nakashian4-1/+31
2018-03-06tdf#112033: enable the xml source feature when the experimental features are ...Markus Mohrhard1-1/+5
2018-03-06tdf#115044: do not load external documents if it is not allowedVasily Melenchuk1-0/+9
2018-03-06Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke2-1/+15
2018-03-06Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke1-0/+7
2018-03-06copy ScAddress before possibly joining itCaolán McNamara2-1/+3
2018-02-26Custom data validation: Add a missing string.Jan Holesovsky1-0/+5
2018-02-24lok: All mouse,key events asyncPranav Kant3-23/+42
2018-02-23lok sc: This is not needed nowPranav Kant1-6/+0
2018-02-23lok sc: Post mouse events to main threadPranav Kant2-3/+5
2018-02-23lokdialog sc: post key events to the main threadPranav Kant2-2/+5
2018-02-22Revert posting key events on the main threadPranav Kant1-2/+2
2018-02-22lok - calc: add support for show/hide tabs in onlineMarco Cecchetti2-0/+15
2018-02-22sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky1-2/+6
2018-02-21lok: Factor out the code for finding vcl::Window of a documentPranav Kant1-16/+12
2018-02-21tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti10-12/+91
2018-02-21tdf#115020: Cutting a large dataset is very slow since 6.1.0.0.alpha0+Henry Castro1-6/+16
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke4-5/+37
2018-02-14lok IME: support dialogs as wellPranav Kant3-29/+17
2018-02-13lok IME: VclEventId does not existPranav Kant1-2/+2
2018-02-13sd, sc lok: IME support + unit testsPranav Kant3-0/+63
2018-02-08CheckLinkFormulaNeedingCheck() for named expressionsEike Rathke3-1/+12
2018-02-08CheckLinkFormulaNeedingCheck() for conditional format expressionsEike Rathke4-2/+29
2018-02-08CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke7-2/+20
2018-02-07lok: calc: grouping - workaround no more neededMarco Cecchetti1-1/+1
2018-01-23StartExecuteAsync doesn't need a second paramNoel Grandin1-1/+1
2018-01-19SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet*Caolán McNamara1-1/+1