summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke4-6/+37
2017-02-08tdf#79892: Improve performance of transliterationAron Budea1-2/+3
2017-02-08tdf#79892: Pass resolved locale to transliterate calls in CalcAron Budea3-6/+10
2017-02-08Resolves: tdf#99291 empty array element should not match empty cellEike Rathke1-3/+3
2017-02-08don't loop uint16 against sizeEike Rathke1-4/+4
2017-02-08tdf#63846 assign macros after VBA project fully loaded.Justin Luth1-0/+3
2017-02-08Resolves: tdf#103531 OOXML: write external file ID within quoted sheet namesEike Rathke1-5/+33
2017-02-08Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressionsEike Rathke2-6/+8
2017-02-08sc: OOXML: actually write both sheet names in external 3D referencesEike Rathke1-1/+1
2017-02-08trust the size ... tdf#79442 follow-upEike Rathke1-1/+1
2017-02-08Resolves: tdf#85553 intern SharedString of cached external references resultEike Rathke1-5/+7
2017-02-08tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai14-25/+364
2017-02-02tdf#105629: Let's move the advanced-filter specific stuff ...Kohei Yoshida1-15/+14
2017-01-11LOK: Calc: limiting undo and add support for repair modecp-5.1-17Marco Cecchetti2-0/+161
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