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