summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-18lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky1-0/+2
2018-01-18lokit: add .uno:DocumentRepair commandHenry Castro2-2/+54
2018-01-17Resolves: tdf#114539 only pop own parameters from stackEike Rathke1-1/+2
2018-01-17handle ocWebservice similarly to ocDdeCaolán McNamara10-45/+252
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara7-11/+19
2018-01-16VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2-16/+23
2018-01-15Revert "lok: sc: copy / paste confusion -- workaround"Marco Cecchetti3-35/+2
2018-01-15lok: sc: invalidate cached positions and row header on font resizingMarco Cecchetti1-0/+17
2018-01-15lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti4-284/+301
2018-01-11limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2018-01-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro15-127/+84
2018-01-05lok: send modified status when applying cell-formula before savingAshod Nakashian2-0/+19
2018-01-04lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2017-12-19lok: sc: missing header invalidation on undo an autofilter actionMarco Cecchetti1-0/+1
2017-12-18sc: compact ScColumnAshod Nakashian10-134/+153
2017-12-18Remove unused ScColumn::mbDirtyGroupsEike Rathke3-6/+0
2017-12-18Drop a bunch of font metrics flagsKhaled Hosny1-1/+1
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl9-22/+20
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-6/+6
2017-12-18convert SFX_VISIBILITY constants to scoped enumNoel Grandin12-12/+23