summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-10-31Revert "sc lok: remove tiled row limitation"Ashod Nakashian3-1/+10
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara1-1/+1
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara4-61/+184
2016-10-26Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke3-0/+19
2016-10-25sc lok: remove tiled row limitationAshod Nakashian3-10/+1
2016-10-25tdf#103409: No selection outline displayed when SUM button is clickedHenry Castro4-44/+50
2016-10-23Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for CalcEike Rathke2-0/+2
2016-10-23create NoName error token instead of setting error at the token arrayEike Rathke1-2/+10
2016-10-23Resolves: tdf#101691 re-intern strings of external formula resultsEike Rathke1-2/+2
2016-10-23Resolves: tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchangedEike Rathke2-4/+21
2016-10-23sc lok: fix cell cursor when hide column/rowHenry Castro2-2/+98
2016-10-20sc: check SID_EDIT_POSTIT parametersHenry Castro1-10/+18
2016-10-20Calc: fix seg fault due to commit 483a866bMarco Cecchetti2-2/+15
2016-10-20LOK: Calc: notes: on edit mode starts/ends: missing tiles invalidationMarco Cecchetti2-0/+6
2016-10-20LOK: Calc: show/hide a note does not perform any tile invalidationMarco Cecchetti3-0/+46
2016-10-20LOK: Calc: notes: when edit mode begins the text content is misplacedMarco Cecchetti1-0/+14
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida3-7/+25
2016-10-16tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is grow...Marco Cecchetti2-1/+20
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti4-34/+64
2016-10-11tdf#93894: Get column labels to work with formula groups.Kohei Yoshida1-14/+6
2016-10-10Resolves tdf#100709 Optimize SheetDataBuffer::addColXfStyleMaarten Bosmans1-35/+24
2016-10-10Related: tdf#100709 Fix two bugs in SheetDataBuffer::addColXfStyleMaarten Bosmans1-0/+6
2016-10-10sc-perf: avoid second call to ScAttrArray::Search(), tdf#87101 relatedEike Rathke1-1/+4
2016-10-10sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke2-6/+8
2016-10-10sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.Eike Rathke4-1/+33
2016-10-10sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() callsEike Rathke1-4/+14
2016-10-10sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke1-1/+2
2016-10-10sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numericEike Rathke1-4/+44
2016-10-10tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek6-8/+26
2016-10-10tdf#70565 Set correct default values to "0" of xfId attributeBartosz Kosiorek1-1/+16
2016-10-10tdf#93967 - better fix for leak around calc header-footer UNO objectsMarkus Mohrhard4-31/+49
2016-10-10support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard7-8/+20
2016-10-10tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard2-4/+20
2016-10-10tdf#99386, broadcast that cell content changed after merge cells undo/redoMarkus Mohrhard1-0/+2
2016-10-10Resolves: tdf#101711 revert attempt to drop unused bg imagesCaolán McNamara1-1/+1
2016-10-09LOK: Calc: in the numeric content case, the used alignment can be wrongMarco Cecchetti3-11/+17
2016-10-09LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti1-0/+4
2016-10-09LOK: Calc: if text of 2 cells overlaps, painting occurs in wrong orderMarco Cecchetti1-70/+70
2016-10-09LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti3-79/+47
2016-10-09LOK: Calc: parallel cell editing: small code improvementsMarco Cecchetti4-129/+141
2016-10-08Reduce the number of calls to underlying flat_segment_tree structure.Kohei Yoshida1-3/+14
2016-10-08Properly skip the hidden row(s) at the end.Kohei Yoshida2-1/+23
2016-10-07sc: Allow paste to overwrite existing data in tiled editin mode.Michael Meeks1-0/+1
2016-10-06sc lok: add .uno:AutoSumHenry Castro9-150/+242
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti4-2/+28
2016-10-02LOK: Calc: clear cell background in other views on editingMarco Cecchetti1-24/+15
2016-10-02Calc LOK: clear cell background when editing in parallelAshod Nakashian1-10/+10
2016-10-01tdf#101104 this paranoid safety check actually causes a bugMarkus Mohrhard1-4/+0
2016-09-30Calc: fixed bug in parallel cell editingMarco Cecchetti2-40/+43
2016-09-30Calc: implemented parallel cell text editingMarco Cecchetti6-1/+377