summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-07-19Resolves: tdf#94925 proper recalc mode and dirty broadcast for OOXML importEike Rathke8-14/+73
2018-07-19Related: tdf#117016 DoubleRefToVars: always put in orderEike Rathke1-0/+6
2018-07-18Resolves: tdf#118520 insert sheet list not horizontally expandedCaolán McNamara1-0/+1
2018-07-18tdf#107690 OOXML import/export of setting "Open as read-only"László Németh3-1/+13
2018-07-17tdf#113646, export font size for dxf recordsMarkus Mohrhard1-0/+7
2018-07-16tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard1-1/+53
2018-07-16related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard2-2/+2
2018-07-16related tdf#113646, keep cjk, ctl font items in syncMarkus Mohrhard1-11/+22
2018-07-14disable OpenCL for XIRRLuboš Luňák1-2/+2
2018-07-13Resolves: tdf#118624 let RAND() in array/matrix mode fill a matrixEike Rathke1-1/+33
2018-07-13tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks2-3/+8
2018-07-12SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063Eike Rathke1-1/+1
2018-07-12NB Implementation: fix Underline command and add CharmapControlandreas kainz3-5/+5
2018-07-10tdf#118645 NB grouped calc: styles drop down menu will work nowandreas kainz2-30/+30
2018-07-10Resolves: tdf#118638 preset include format patterns for anonymous subtotalsEike Rathke1-1/+13
2018-07-10tdf#118153 VBA Macro: add XLSX support to Workbooks.Openbvarga911-0/+1
2018-07-09tdf#114131 Remove insert rows/columns in read-only modeXisco Fauli1-4/+4
2018-07-08Resolves: tdf#118561 handle external references as jump matrix resultEike Rathke1-1/+35
2018-07-07Handle protection lock mark in Undo/Redo, tdf#95880 follow-upEike Rathke1-0/+2
2018-07-06Related: tdf#118547 handle multi-sheet un-/protect, tdf#95880 follow-upEike Rathke1-2/+9
2018-07-06tdf#118547: Remove lock mark only if password is correctXisco Fauli1-2/+3
2018-07-06Limit GetNextPos() loops to range also for nMoveX, tdf#68290 follow-upEike Rathke1-88/+98
2018-07-05Limit GetNextPos() loops to range, if available, tdf#68290 follow-upEike Rathke1-17/+58
2018-07-04tdf#118308: Incorrect Paste Special dialog when ...Henry Castro13-60/+53
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro24-629/+403
2018-07-04sc: prefix members of ScDocShellHenry Castro8-741/+741
2018-07-04sc: simplify ScModule::GetClipDocHenry Castro1-15/+9
2018-07-04sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro8-14/+97
2018-07-04Check for HasAttrFlags::Protected instead ATTR_PROTECTION, tdf#68290 follow-upEike Rathke1-1/+4
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke3-12/+17
2018-07-04use ScInterpreterContext in ScMin()Luboš Luňák1-0/+2
2018-07-04use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák8-15/+24
2018-07-04Menubar Calc: move document compare features to track changes groupandreas kainz1-2/+3
2018-07-03Resolves: tdf#118221 whole cell kerning default is offEike Rathke1-0/+4
2018-07-03tdf#118086: calc: invalid row autoheight fixedVasily Melenchuk1-1/+1
2018-07-03tdf#118452 Don't crash when multi thread calculation is disabledGabor Kelemen1-1/+1
2018-07-03blacklist ocGetPivotData for calc's threadingLuboš Luňák1-1/+2
2018-07-03tdf#118441: also keep string-formula results for shared formulasMike Kaganski1-3/+19
2018-07-02Resolves: tdf#56910 detect a Space (blank) separator if not selectedEike Rathke4-17/+83
2018-06-30thread-safe initialization of transliteration objectsLuboš Luňák1-18/+16
2018-06-30tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk1-3/+3
2018-06-29tdf#36867 - Undo autocapitalization when inserting a cell in CalcNickson Thanda1-9/+22
2018-06-29Null deref in ScDocument::IsClipboardSourceStephan Bergmann1-1/+1
2018-06-27tdf#112452 : Refine the fix for tdf#94561Dennis Francis2-8/+4
2018-06-26NB calc: add initial chart items to object tabandreas kainz1-0/+123
2018-06-25tdf#118296 Grid line color cannot be revertedMaxim Monastirsky3-3/+8
2018-06-25use ScInterpreterContext in ScValueIteratorLuboš Luňák3-4/+10
2018-06-25blacklist ocDde and ocWebservice for calc's threadingLuboš Luňák1-1/+3
2018-06-25disable calc's threading for external referencesLuboš Luňák2-9/+29
2018-06-22discard cached cell values if the cell changesLuboš Luňák5-4/+37