summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2018-08-28return ScMemChart by std::unique_ptrNoel Grandin2-4/+4
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin1-2/+2
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin1-2/+2
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin1-5/+5
2018-08-23simplify ScMyGeneratedListNoel Grandin1-0/+4
2018-08-23Allow fast result return for formula-cells with...Dennis Francis1-0/+2
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin1-1/+1
2018-08-22loplugin:useuniqueptr in ScLookupCacheMapImplNoel Grandin1-3/+0
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin1-1/+1
2018-08-17make GetCodeName accessor more standardCaolán McNamara1-1/+1
2018-08-17make GetName accessor more standardCaolán McNamara1-1/+1
2018-08-16remove mempoolNoel Grandin4-17/+0
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin1-1/+1
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin2-2/+2
2018-08-15loplugin:returnconstant in ScDetectiveFuncNoel Grandin1-2/+2
2018-08-15convert ScChangeActionCellListEntry to std::vectorNoel Grandin1-25/+3
2018-08-14loplugin:returnconstant in ScXMLChartExportWrapperNoel Grandin1-1/+1
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin1-1/+1
2018-08-12loplugin:constantparamNoel Grandin1-2/+2
2018-08-11loplugin:unusedmethodsNoel Grandin5-227/+0
2018-08-09loplugin:unusedmethodsNoel Grandin3-6/+0
2018-08-09remove Calc's software interpreterLuboš Luňák2-12/+0
2018-08-07more robust implicit intersection optimizingLuboš Luňák1-4/+5
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen15-51/+28
2018-08-06skip some copying with external names in ScRawTokenNoel Grandin1-4/+2
2018-08-06loplugin:useuniqueptr in ScCompressedArrayNoel Grandin1-3/+3
2018-08-04ofz#9704 null derefCaolán McNamara1-0/+16
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-2/+26
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák1-0/+2
2018-07-27InsertNewTable always returns trueCaolán McNamara1-1/+1
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann17-11/+95
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin2-7/+7
2018-07-23Fix typosAndrea Gelmini2-3/+3
2018-07-19Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke1-0/+1
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-18Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possibleEike Rathke1-0/+2
2018-07-17coverity#1401328 Uncaught exceptionCaolán McNamara1-4/+6
2018-07-17loplugin:useuniqueptr in ScCondFormatManagerDlgNoel Grandin1-1/+1
2018-07-14Broadcast formula cells marked for recalc, tdf#94925 relatedEike Rathke1-0/+7
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard1-0/+7
2018-07-14add tests for tdf#117809Markus Mohrhard1-0/+1
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard2-0/+7
2018-07-13tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks1-0/+1
2018-07-11sc: Prefer std::vector to std::deque or std::stackTakeshi Abe1-3/+3
2018-07-11loplugin:useuniqueptr in ScModelObjNoel Grandin1-2/+2
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl2-4/+24
2018-07-10loplugin:useuniqueptr in ScCellFormatsEnumerationNoel Grandin1-1/+1
2018-07-08Added XML data providerVikas Mahato1-0/+6
2018-07-06Generalize FG cycle detection for...Dennis Francis2-5/+23