summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-09-12tdf#119562 Fix export of AutoFit property of shapes to XLSXBalazs Varga2-0/+16
2018-09-12tdf#118153 VBA Macro: add XLSX support to Workbooks.Openbvarga911-0/+1
2018-09-10tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)Aron Budea2-0/+30
2018-09-06ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-09-03tdf#112454 Also consider last SCTAB in loopMichael Weghorn1-1/+1
2018-08-27loplugin:unreffunStephan Bergmann1-0/+7
2018-08-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro13-60/+53
2018-08-27Null deref in ScDocument::IsClipboardSourceStephan Bergmann1-1/+1
2018-08-27sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro24-629/+408
2018-08-27sc: prefix members of ScDocShellHenry Castro8-742/+742
2018-08-27sc: disable test that fails on WindowsHenry Castro1-1/+0
2018-08-27sc: simplify ScModule::GetClipDocHenry Castro1-15/+9
2018-08-27sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro8-13/+96
2018-08-27tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro20-74/+172
2018-08-27sc: prefix members of ScModuleHenry Castro2-244/+244
2018-08-27sc: prefix members of ScDrawTransferObjHenry Castro2-92/+92
2018-08-27sc: prefix members of ScTransferObjHenry Castro2-123/+123
2018-08-27sc: prefix members of ScNoteMarkerHenry Castro2-85/+86
2018-08-27sc: prefix members of ScRefHandlerHenry Castro2-16/+16
2018-08-27sc: prefix members of ScFormulaReferenceHelperHenry Castro2-129/+129
2018-08-23Allow fast result return for formula-cells with...Dennis Francis2-4/+26
2018-08-23Resolves: tdf#118983 do not expand range if sheet references not affectedEike Rathke1-8/+5
2018-08-23Resolves: tdf#119402 +- typo sign flipEike Rathke1-1/+1
2018-08-21tdf#119128 toggle INSERT/OVERWRITE is brokenMaxim Monastirsky1-3/+2
2018-08-21Related tdf#118547: Lock mark on protected sheet tabJulien Nabet1-0/+4
2018-08-21tdf#119141 Revert "sc htmlimp: non-global sheet range names"Justin Luth2-3/+4
2018-08-21tdf#115086 crash in assignLabelsToDataSequenceCaolán McNamara1-1/+1
2018-08-21Resolves: tdf#118609 crash in calc after some manipulation through basicCaolán McNamara1-1/+1
2018-08-20tdf#118990: use full URI for absolute referencesMike Kaganski3-1/+35
2018-08-10ofz#9431 don't check attribs of Invalid columnCaolán McNamara1-1/+1
2018-08-10tdf#114131 Remove insert rows/columns in read-only modeXisco Fauli1-4/+4
2018-07-18tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks2-3/+8
2018-07-16SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet*Caolán McNamara1-1/+1
2018-07-09lok: sc: formulas were not updated correctlyMarco Cecchetti6-10/+55
2018-07-09lok: sc: user input is lost when another user moves the related cellMarco Cecchetti1-0/+10
2018-07-09Avoid assertion on user dataMike Kaganski1-1/+4
2018-07-09Resolves: tdf#118561 handle external references as jump matrix resultEike Rathke1-1/+35
2018-07-09tdf#118547: Remove lock mark only if password is correct, tdf#95880 follow-upEike Rathke2-4/+11
2018-07-06tdf#118452 Don't crash when multi thread calculation is disabledGabor Kelemen1-1/+1
2018-07-04lok: sc: ctrl-clicking links doesn't workMarco Cecchetti2-75/+84
2018-06-30tdf#118441: also keep string-formula results for shared formulasMike Kaganski1-3/+19
2018-06-27tdf#118189 : Propagate the state of mbNeedsNumberFormat...Dennis Francis1-1/+1
2018-06-27Resolves: tdf#118161 use ScCellIterator::isEmpty() for COUNTA()Eike Rathke1-1/+1
2018-06-27tdf#116552 restore copy on focus and jump focus to sourceCaolán McNamara4-0/+29
2018-06-27tdf#114487 sc htmlimp: non-global sheet range namesJustin Luth2-3/+3
2018-06-27tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis3-8/+14
2018-06-21tdf#66089 tdf#105720: only rely on bPixelToLogicAron Budea1-8/+6
2018-06-18tdf#105720: lok: sc: currency symbol is displayed in the preceding cellMarco Cecchetti1-2/+11
2018-06-13calc: unit tests for data validationMarco Cecchetti4-0/+43
2018-06-11tdf#117522 Calc Column Width after Insert ColumnsNoel Grandin1-0/+3