summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Revert "Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-...Mike Kaganski1-34/+3
2022-02-17loplugin:unusedmethodsNoel Grandin25-383/+1
2022-02-17tdf#147398: sc_ucalc_formula: Add unittestXisco Fauli1-0/+77
2022-02-17micro-optimisation: use std::moveNoel Grandin1-1/+1
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel25-182/+831
2022-02-17sw: one modeline should be enough for EMACSMichael Stahl1-1/+0
2022-02-17libxslt: upgrade to release 1.1.35Michael Stahl4-74/+4
2022-02-17loplugin:unusedfieldsNoel Grandin16-166/+146
2022-02-17loplugin:unnecessaryvirtualNoel Grandin4-37/+31
2022-02-17Parameter should apparently be of type sal_Int32Stephan Bergmann1-1/+1
2022-02-17Drop -Wdeclaration-after-statementStephan Bergmann3-3/+0
2022-02-17optimize blank cell Excel export (tdf#133749)Luboš Luňák4-53/+109
2022-02-17std::map -> std::unordered_mapLuboš Luňák1-2/+2
2022-02-17Handle the possible case of broadcasted row block, tdf#119083 follow-upEike Rathke1-4/+19
2022-02-17ScriptForge - (SF_UI) Fix omission of ServiceNameJean-Pierre Ledure1-0/+6
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth2-14/+72
2022-02-17fix maxrow/maxcol mixupLuboš Luňák3-4/+4
2022-02-17svtools: extract EmbeddedObjectRef::dumpAsXml() from SwOLEObjMiklos Vajna4-12/+45
2022-02-17ODBC: fix signatures of Bulk, SpecialColumns et NativeSQLJulien Nabet1-5/+5
2022-02-17SwNavigator: reduce the amount of content tracking codeJim Raykowski5-389/+120
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna7-58/+107
2022-02-17tdf#132057: sc_uicalc: Add unittestXisco Fauli2-0/+15
2022-02-17tdf#147164 Drawings are gone converting to PDF from commandlineNoel Grandin1-1/+3
2022-02-17remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák2-6/+36
2022-02-16lok: sc: handle all local mouse tracking for CalcHenry Castro1-9/+6
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann9-6/+64
2022-02-16Add sanity check to avoid potential crash in the Collabora Online serverTor Lillqvist1-2/+3
2022-02-16do not allocate columns in ScTable::GetPattern()Luboš Luňák2-8/+6
2022-02-16for unallocated columns check default column attributes (tdf#132057)Luboš Luňák1-9/+6
2022-02-16move simple checks out of DEBUG_COLUMN_STORAGELuboš Luňák2-66/+16
2022-02-16Remove apparently obsolete external/boost/boost-android-unified.patch.1Stephan Bergmann2-24/+0
2022-02-16sw: layout: allow keep-with-next paragraph with fly to move backMichael Stahl3-0/+210
2022-02-16tdf#146622 sw crash fix: don't delete already deleted rowsLászló Németh4-7/+82
2022-02-16flat-odf-cleanup.py: fix FutureWarningMichael Stahl1-2/+2
2022-02-16sw: convert an OSL_FAIL to SAL_INFOMichael Stahl1-1/+2
2022-02-16reenable fuzzing for InsertMatrixFormulaCaolán McNamara1-2/+0
2022-02-16Don't confusingly use the term "gesture" for plain old mouse eventsTor Lillqvist1-3/+3
2022-02-16clamp ColumnSpanSet::executeAction() to allocated columnsLuboš Luňák4-16/+17
2022-02-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák3-8/+14
2022-02-16Resolves: tdf#147398 Test Intersects() instead of Contains(), tdf#119083Eike Rathke1-1/+1
2022-02-16tdf#127113: sc: Add UItestXisco Fauli1-0/+58
2022-02-16Related: tdf#147421: optimize O(U)String's replaceAll*Mike Kaganski3-45/+76
2022-02-16De-duplicate some codeMike Kaganski1-125/+10
2022-02-16simplify some vector constructionNoel Grandin3-18/+15
2022-02-16non-const ScTable::GetFormulaCell() doesn't need to allocate columnsLuboš Luňák1-2/+3
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin25-95/+88
2022-02-16Update git submodulesSeth Chaiklin1-0/+0
2022-02-16configure.ac: Update kf5 include/lib check to work with KF5 >= 5.91Michael Weghorn1-2/+2
2022-02-16Fix typosAndrea Gelmini1-7/+7
2022-02-16Related tdf#143578 - Rename SAL_NO_QUERYSAVE to NO_QUERYSAVEHeiko Tietze1-1/+1