summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-18Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida2-128/+131
2017-12-18Reduce the indirection count...Kohei Yoshida1-3/+7
2017-12-18Use std::unique_ptr for the input handler instance here.Kohei Yoshida3-13/+15
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin27-45/+45
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin3-3/+3
2017-12-16lok: sc: fix DesktopLOKTest::testCellCursor unit test failureMarco Cecchetti1-2/+3
2017-12-15lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti13-61/+83
2017-12-15lok: sc: handling conflicts btw group collapsing and cell editingMarco Cecchetti1-27/+84
2017-12-15lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-3/+6
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant3-7/+16
2017-12-12lok: calc: get uno:RowHeight/uno:ColumnWidth to work with online 2.1/3.0Marco Cecchetti2-30/+56
2017-12-12lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-7/+11
2017-12-07Windows build fix - uninitialized variableSzymon Kłos1-1/+1
2017-12-05sc: simplify ScColContainerAshod Nakashian4-43/+23
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin10-12/+12
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski6-5/+18
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara7-15/+15
2017-12-05convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin4-14/+7
2017-12-05convert ScChartGlue to scoped enumNoel Grandin2-21/+21
2017-12-05new loplugin: useuniqueptr: sc part 1Noel Grandin35-163/+120
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin2-3/+3
2017-12-05lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant1-1/+2
2017-12-04lok: calc: fix: the last col/row headers were not collectedMarco Cecchetti1-12/+13
2017-12-04lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti1-1/+2
2017-12-04fix buildAron Budea1-2/+2
2017-12-04tdf#109240, tdf#112571: add unit testAron Budea2-0/+28