summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-13ScFormulaCell ctor variant never passed a null ScDocumentCaolán McNamara5-7/+7
2020-09-13pDoc cannot be null, so drop check for thatCaolán McNamara1-2/+2
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara13-28/+28
2020-09-13FindExtRange never passed a null ScDocument*Caolán McNamara2-8/+8
2020-09-13ParseCols never passed a null ScDocument*Caolán McNamara5-10/+10
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman73-290/+73
2020-09-13ParseRows never passed a null ScDocument*Caolán McNamara3-7/+7
2020-09-13tdf#124176 Use #pragma once in embeddedobjGeorge Bateman25-100/+25
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman21-83/+21
2020-09-13tdf#124176 Use #pragma once in dtransGeorge Bateman35-138/+35
2020-09-13tdf#124176 Use #pragma once in drawinglayerGeorge Bateman12-47/+12
2020-09-13MakeRangeFromName never passed a null ScDocument*Caolán McNamara8-18/+18
2020-09-13lcl_ParseTarget never passed a null ScDocument*Caolán McNamara1-14/+14
2020-09-13tdf#132561 fix png export from DrawNoel Grandin1-1/+8
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/uiGeorge Bateman181-635/+181
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/coreGeorge Bateman78-287/+78
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman98-391/+98
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/filterGeorge Bateman35-135/+35
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman20-80/+20
2020-09-13fix attachnamedialog mnemonicsCaolán McNamara2-6/+2
2020-09-13fix alreadyexistsdialog mnemonicsCaolán McNamara2-6/+2
2020-09-13lclGetAddress is never passed a null ScDocument*Caolán McNamara1-7/+7
2020-09-13GetMultipleOpRefs never passed a null ScDocument*Caolán McNamara3-8/+8
2020-09-13setCacheTableReferenced never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara31-137/+137
2020-09-13GetRangeDataFromString is never passed a null ScDocumentCaolán McNamara3-5/+5
2020-09-13ScDBQueryDataIterator is never passed a null ScDocumentCaolán McNamara4-8/+8
2020-09-13CompareOptions pDoc arg is never nullCaolán McNamara3-6/+6
2020-09-13establish DetectSearchType pDoc arg is never nullCaolán McNamara2-26/+15
2020-09-13establish ScValueIterator::pDoc is never nullCaolán McNamara8-41/+41
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara11-344/+344
2020-09-13Calc: ScImportAsciiDlg can now detect Unicode encoding without BOMTomofumi Yagi2-33/+41
2020-09-13Unify the code used to get object shell for componentsMike Kaganski11-156/+39
2020-09-13Sifr: tdf#136593 icon for new Distribution uno commandsRizal Muttaqin96-0/+48
2020-09-13SwUndoFormatAttrHelper: tweak out some SwClient stuff ...Bjoern Michaelsen2-35/+32
2020-09-13SwRegHistory: SwClient no moreBjoern Michaelsen2-17/+10
2020-09-13Following d52674ad92172ce67c94b5970668aeb00d1c6ac5Julien Nabet1-1/+1
2020-09-13tdf#107459: sc_ucalc: Add unittestXisco Fauli2-0/+18
2020-09-13Popup menus cleaned up in respect to DistributeSelectionHeiko Tietze18-18/+0
2020-09-13std::set->o3tl::sorted_vector in svxNoel Grandin6-14/+29
2020-09-13std::set->o3tl::sorted_vector in SwHistorySetAttrSetNoel Grandin2-4/+4
2020-09-13tdf#133327 fix calc loading background color with many colsNoel Grandin1-3/+2
2020-09-12drop some unused suppressionsCaolán McNamara1-49/+0
2020-09-12Replace remaining uses of sal_uCharJulien Nabet3-5/+5
2020-09-12unordered_set->sorted_vector in CopyWithFlyInFlyNoel Grandin1-1/+1
2020-09-12Try fix multiple assignments of gidsMike Kaganski5-5/+11
2020-09-12Flatpack: update to liborcus 0.16.0Julien Nabet1-3/+3
2020-09-12establish that ScSimpleFormulaCalculator mpDoc is never nullCaolán McNamara5-14/+14
2020-09-12use a reference instead of a pointer for lcl_Calculate ScDocument argCaolán McNamara1-5/+5
2020-09-12std::set->o3tl::sorted_vector in CheckFlyCache_Noel Grandin1-4/+3