summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-03-21lokdialog: Don't output anything for the incoming SfxRequest.Jan Holesovsky1-0/+2
2018-03-21lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2-16/+23
2018-03-21lok: sc: invalidate cached positions and row header on font resizingMarco Cecchetti1-0/+17
2018-03-21Revert "lok: sc: copy / paste confusion -- workaround"Marco Cecchetti3-32/+2
2018-03-21lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti4-288/+301
2018-03-21lok: send modified status when applying cell-formula before savingAshod Nakashian2-0/+19
2018-03-20lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-03-19lok: sc: missing header invalidation on undo an autofilter actionMarco Cecchetti1-0/+1
2018-03-19lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti13-61/+83
2018-03-19lok: sc: handling conflicts btw group collapsing and cell editingMarco Cecchetti1-26/+83
2018-03-19lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-5/+9
2018-03-19lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-7/+11
2018-03-19lokdialog: Give non-programmatic name to autofilterPranav Kant2-0/+4
2018-03-19tdf#114384 reset the print state if the sheet changesTomaž Vajngerl1-2/+2
2018-03-19tdf#114256 add cache criterium when to recalculate page range sizeTomaž Vajngerl2-21/+75
2018-03-19tdf#95295: don't add duplicate conditional formatsMike Kaganski6-67/+126
2018-03-19lok: calc: fix: the last col/row headers were not collectedMarco Cecchetti1-12/+13
2018-03-19sc lok: 1 view has 1 clipboard to transfer dataHenry Castro16-132/+89
2018-03-19lokit: add .uno:DocumentRepair commandHenry Castro2-1/+55
2018-03-19lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant1-1/+2
2018-03-19Calculate print page ranges only when needed, cache in print stateTomaž Vajngerl3-145/+228
2018-03-19Convert from unique_ptr<bool[]> to vector<bool>Tomaž Vajngerl2-28/+11
2018-03-19Use print state when rendering a Calc documentTomaž Vajngerl4-6/+59
2018-03-19Don't leak formats that get mergedMike Kaganski1-4/+4
2018-03-19Remove nonsensical loopMike Kaganski1-3/+2
2018-03-19Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist1-3/+4
2018-03-19lok: calc: set outline stateMarco Cecchetti1-14/+13
2018-03-19Deduplicate conditional formats loaded from .odsTor Lillqvist8-6/+542
2018-03-19lok - calc: outline and group handlingMarco Cecchetti14-35/+377
2018-03-19lok: sc: subdivide headers data in rangeMarco Cecchetti1-1/+10
2018-03-19lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2018-03-19lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-0/+9
2018-03-19lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+1
2018-03-19Do as the FIXME suggestedTor Lillqvist3-16/+21
2018-03-19Factor out a code snippet copy-pasted four timesTor Lillqvist2-76/+35
2018-03-19The aStrNmsp[12] fields can be constTor Lillqvist1-2/+2
2018-03-19The eTempGrammar[12] fields can be constTor Lillqvist1-2/+2
2018-03-19Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXMLTor Lillqvist1-2/+0
2018-03-19Add debug output operator<< for ScFormatEntry::TypeTor Lillqvist1-0/+27
2018-03-19Add debug output operator<< for ScConditionModeTor Lillqvist1-0/+92
2018-03-19Convert ScFormatEntryType to scoped enumTor Lillqvist18-99/+94
2018-03-19Avoid a trivial typedefTor Lillqvist2-15/+14
2018-03-19Resolves: tdf#115923 try a different approach to solving tdf#46637Caolán McNamara1-5/+20
2018-03-19Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke4-8/+96
2018-03-19Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke1-2/+3
2018-03-19Resolves: tdf#54197 update input line with new cell content after Ctrl+D fillEike Rathke1-0/+26
2018-03-19Resolves: tdf#116149 handle external references in VAR* and STDEV* functionsEike Rathke1-1/+3
2018-03-19copy multiple single row cond formats correctly, tdf#115835Markus Mohrhard1-2/+2
2018-03-19forcepoint #26 check input against max valid enum valuesCaolán McNamara2-8/+8
2018-03-19tdf#103175: Initialize DrawLayer if requiredMike Kaganski1-2/+3