summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-12-06Invalidate the entire sheet after having inserted the image.cp-5.1-14Jan Holesovsky2-1/+51
2016-12-05tdf#104310: Accept x12ac and x14 extensions in dataValidationsMike Kaganski6-125/+324
2016-12-05LOK - Calc: row header message must include less than MAXTILEDROW rowsMarco Cecchetti2-2/+8
2016-11-18LOK - Calc: unit test for invalidation on row insertMarco Cecchetti1-1/+49
2016-11-18LOK - Calc: use GetMaxTiledCol/GetMaxTiledRow instead of GetPrintAreaMarco Cecchetti1-23/+16
2016-11-18tdf#103960: The import of UCS2 data uses a different code path.Jan Holesovsky2-0/+13
2016-11-17LOK - Calc: unit test for invalidation on copy/paste to the doc bottomMarco Cecchetti1-0/+44
2016-11-17LOK - Calc: use the whole doc as visible area in ScTabView::PaintAreaMarco Cecchetti1-24/+45
2016-11-17LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti3-7/+9
2016-11-08tdf#88821: Implement support for <meta charset="..."> for HTML import.Jan Holesovsky2-0/+32
2016-11-08tdf#88821: Set the encoding correctly for HTML files with a BOM.Jan Holesovsky2-0/+35
2016-11-07tdf#92160 - sc: limit search results to 1000 entries.Michael Meeks3-7/+74
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