summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-01-04lok: send modified status when applying cell-formula before savingAshod Nakashian2-0/+19
2017-12-09sc: compact ScColumnAshod Nakashian10-134/+153
2017-12-06Remove unused ScColumn::mbDirtyGroupsEike Rathke3-6/+0
2017-12-06Drop a bunch of font metrics flagsKhaled Hosny1-1/+1
2017-12-06vcl: rename Window::Notify to EventNotifyMichael Stahl9-22/+20
2017-12-06use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-6/+6
2017-12-06convert SFX_VISIBILITY constants to scoped enumNoel Grandin12-12/+23
2017-12-06Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida2-128/+131
2017-12-06Reduce the indirection count...Kohei Yoshida1-3/+7
2017-12-06Use std::unique_ptr for the input handler instance here.Kohei Yoshida3-12/+14
2017-12-02convert DecodeMechanism to scoped enumNoel Grandin27-45/+45
2017-12-02convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin3-3/+3
2017-11-29sc: simplify ScColContainerAshod Nakashian4-43/+23
2017-11-29remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin10-12/+12
2017-11-28tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski6-5/+18
2017-11-28vector::data seems more natural than &vector::frontCaolán McNamara7-15/+15
2017-11-28convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-11-28loplugin:useuniqueptr extend to check local varsNoel Grandin4-14/+7
2017-11-28convert ScChartGlue to scoped enumNoel Grandin2-21/+21
2017-11-28new loplugin: useuniqueptr: sc part 1Noel Grandin35-163/+120
2017-11-28new loplugin: useuniqueptr: vclNoel Grandin2-3/+3
2017-07-06handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-07-06always import page scaling, tdf#65848Markus Mohrhard1-1/+1
2017-07-06Resolves: tdf#108671 mark named expression single reference #REF! if deletedEike Rathke1-0/+59
2017-07-05sc lok: disable items of the overlay managerHenry Castro1-12/+12
2017-07-05support for saving a modified image instead of original versionMarco Cecchetti1-3/+23
2017-07-03pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-06-27tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6
2017-06-27Resolves: tdf#108292 WalkAndMatchElements: really limit the matchEike Rathke1-4/+9
2017-06-26tdf#89139: pivotCache: output sharedItems children only for string fieldsMike Kaganski1-37/+65
2017-06-26tdf#89139: dump pivotField itemsMike Kaganski1-5/+97
2017-06-21Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke2-7/+8
2017-06-19Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke2-0/+8
2017-06-13tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-06-06sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-06Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke1-1/+1
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-5/+13
2017-05-30import stream on the LibreOffice side, tdf#107827Markus Mohrhard1-3/+13
2017-05-30use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard3-0/+11
2017-05-30PushError() instead of SetError() so there's a result tokenEike Rathke1-5/+5
2017-05-30tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth1-1/+2
2017-05-30tdf#108017 xlsb import: protection settings were reversedJustin Luth3-26/+41
2017-05-29tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai1-1/+4
2017-05-29sc lok: prevent wrong assignment aEnd.Y()Henry Castro1-1/+1
2017-05-23tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida16-25/+324
2017-05-22tdf#107920: Crash when using ScCompiler in condformatJulien Nabet1-0/+2
2017-05-22tdf#107892: fix negative values case with maxifsJulien Nabet2-2/+2
2017-05-19Respect read-only config items in Options/Calc/Calculate dialogAron Budea2-0/+19
2017-05-18sc lok: fix wrong assignment aEnd.X()Henry Castro1-2/+3
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky2-1/+3