summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SvPersistBase no longer necessaryNoel Grandin2018-07-1613-121/+42
* loplugin:useuniqueptr in SwHistoryNoel Grandin2018-07-162-61/+52
* loplugin:useuniqueptr in SwSdrUndoNoel Grandin2018-07-162-9/+7
* loplugin:useuniqueptr in UndoTransliterate_DataNoel Grandin2018-07-162-10/+12
* loplugin:useuniqueptr in SwUndoInsertsNoel Grandin2018-07-162-8/+7
* loplugin:useuniqueptr in SwUndoCompDocNoel Grandin2018-07-162-18/+15
* loplugin:useuniqueptr in SwUndoRedlineNoel Grandin2018-07-162-8/+7
* loplugin:useuniqueptr in SwUndoInsNumNoel Grandin2018-07-162-7/+7
* Remove obsolete (cargo-cult copied) dependenciesJens Carl2018-07-161-30/+1
* related tdf#113646, keep cjk, ctl font items in syncMarkus Mohrhard2018-07-161-11/+22
* pretty-print the calc default stylesMarkus Mohrhard2018-07-161-8/+8
* Fix Win32 warning C4702: unreachable codeThorsten Behrens2018-07-161-0/+3
* Update git submodulesOlivier Hallot2018-07-161-0/+0
* related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard2018-07-152-2/+2
* related tdf#117816, only export cond format formula to xlsx when requiredMarkus Mohrhard2018-07-151-3/+24
* related tdf#117816, add more work arounds for MS Excel bugsMarkus Mohrhard2018-07-151-11/+53
* Update git submodulesOlivier Hallot2018-07-151-0/+0
* coverity#1437956 Dereference after null checkCaolán McNamara2018-07-151-0/+1
* coverity#1437960 Resource leak in objectCaolán McNamara2018-07-152-16/+13
* coverity#1437954 Dereference null return valueCaolán McNamara2018-07-151-1/+1
* coverity#1437953 Unchecked dynamic_castCaolán McNamara2018-07-151-0/+1
* coverity#1437957 Unchecked dynamic_castCaolán McNamara2018-07-151-0/+1
* coverity#1437958 Uninitialized pointer fieldCaolán McNamara2018-07-151-0/+1
* remove SvxFrameDirectionItem::operator== overrideJochen Nitschke2018-07-152-9/+0
* cppcheck: useInitializationList in writerfilterJochen Nitschke2018-07-154-7/+10
* Icon theme bug: add sc icons for some page layout iconsandreas kainz2018-07-1513-0/+25
* tdf#118377 Do not use disposed OutputDeviceArmin Le Grand2018-07-151-4/+18
* Developer ModeXimeng Zu2018-07-157-13/+268
* accessibility : move ensureIsAlive outside of implGetText and implGetLocaleArnaud Versini2018-07-151-2/+14
* use array version of unique_ptrJochen Nitschke2018-07-151-1/+1
* add test for tdf#117816Markus Mohrhard2018-07-152-0/+13
* tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard2018-07-151-0/+10
* ofz#9116 Integer-overflowCaolán McNamara2018-07-141-10/+10
* ofz#9403 null derefCaolán McNamara2018-07-141-2/+3
* Remove the check for IsRecalcModeMustAfterImport(), tdf#94925 follow-upEike Rathke2018-07-141-15/+6
* tdf#118123 Tango shouldn't fallback to Colibreandreas kainz2018-07-141469-0/+6251
* fix oss-fuzz buildCaolán McNamara2018-07-141-1/+1
* Broadcast formula cells marked for recalc, tdf#94925 relatedEike Rathke2018-07-143-0/+62
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorUlkem Kasapoglu2018-07-141-4/+1
* Update git submodulesOlivier Hallot2018-07-141-0/+0
* Update git submodulesOlivier Hallot2018-07-141-0/+0
* add test for tdf#91385Markus Mohrhard2018-07-142-0/+40
* tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard2018-07-143-0/+42
* sc: disable sc_apitest::ScTabViewObj::testGetReferredCells()Miklos Vajna2018-07-141-1/+2
* add tests for tdf#117809Markus Mohrhard2018-07-144-0/+45
* tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard2018-07-146-11/+81
* Resolves: tdf#94925 do not unset dirty if formula cell must be recalculatedEike Rathke2018-07-142-8/+26
* sc: Add a test case for ZTEST() raising #DIV/0!Takeshi Abe2018-07-131-4/+16
* uitest Calc - ValidityZdeněk Crhonek2018-07-133-0/+164
* Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke2018-07-137-64/+65