summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2018-02-22lok - calc: add support for show/hide tabs in onlineMarco Cecchetti1-0/+12
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 Cecchetti3-8/+22
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 Rathke1-1/+1
2018-02-14lok IME: support dialogs as wellPranav Kant1-24/+10
2018-02-13lok IME: VclEventId does not existPranav Kant1-2/+2
2018-02-13sd, sc lok: IME support + unit testsPranav Kant1-0/+25
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-17handle ocWebservice similarly to ocDdeCaolán McNamara3-7/+17
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara2-1/+3
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 Cecchetti1-25/+0
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-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro11-97/+40
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 Nakashian1-1/+1
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 Grandin3-3/+3
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 Grandin14-25/+25
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
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 Cecchetti1-28/+54
2017-12-12lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-7/+11
2017-12-07Windows build fix - uninitialized variableSzymon Kłos1-1/+1
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin7-8/+8
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski4-0/+6
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-2/+1
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-01tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro1-14/+16