summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Added text transformations for external dataVikas3-1/+180
2018-07-06Remove obsolete (cargo-cult copied) dependenciesJens Carl1-29/+1
2018-07-06tdf#117903 Add signature line feature to calcSamuel Mehrbrodt5-0/+62
2018-07-06add a selection for the DB range to Dataprovider dlgMarkus Mohrhard8-30/+98
2018-07-06Added Delete Column Transformation in Data Provider DialogManuj Vashist1-4/+55
2018-07-06Limit GetNextPos() loops to range also for nMoveX, tdf#68290 follow-upEike Rathke1-85/+98
2018-07-05sc: Prefer std::vector to std::dequeTakeshi Abe1-9/+8
2018-07-05Remove obsolete (cargo-cult copied) dependenciesJens Carl1-28/+0
2018-07-05Adjust indentation to match surrounding codeSamuel Mehrbrodt1-1/+1
2018-07-05block ocText for calc's threadingLuboš Luňák1-0/+1
2018-07-05tdf#105225 fix new background tab page in calc format cells dialogJim Raykowski1-1/+1
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin8-98/+75
2018-07-05find-unneeded-includes: stop proposing internal libstdc++ headersGabor Kelemen1-9/+0
2018-07-05Turn SAL_WARN into assertEike Rathke1-1/+1
2018-07-05Limit GetNextPos() loops to range, if available, tdf#68290 follow-upEike Rathke1-17/+58
2018-07-04Check for HasAttrFlags::Protected instead ATTR_PROTECTION, tdf#68290 follow-upEike Rathke1-1/+4
2018-07-04simplify ScChartListenerCollection listener managementNoel Grandin1-67/+19
2018-07-04loplugin:useuniqueptr in ScDPDataDimensionNoel Grandin2-16/+15
2018-07-04Remove now moot OSL_ENSUREEike Rathke1-3/+0
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke3-12/+17
2018-07-04loplugin:useuniqueptr in ScChart2DataSequenceNoel Grandin2-5/+5
2018-07-04loplugin:useuniqueptr in ScTabViewNoel Grandin7-59/+51
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin3-15/+15
2018-07-04lok: sc: ctrl-clicking links doesn't workMarco Cecchetti2-75/+84
2018-07-04loplugin:useuniqueptr in ScCellsEnumerationNoel Grandin2-6/+5
2018-07-04loplugin:useuniqueptr in ScCellRangesBaseNoel Grandin2-19/+18
2018-07-04loplugin:useuniqueptr in ScOutputDataNoel Grandin2-9/+6
2018-07-04loplugin:useuniqueptr in ScPreviewNoel Grandin2-15/+11
2018-07-04loplugin:useuniqueptr in ScDrawViewNoel Grandin2-7/+3
2018-07-04loplugin:useuniqueptr in ScNoteMarkerNoel Grandin2-3/+3
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin2-11/+11
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin4-6/+7
2018-07-04Menubar Calc: move document compare features to track changes groupandreas kainz1-2/+3
2018-07-04Fix typoAndrea Gelmini1-1/+1
2018-07-03Resolves: tdf#118221 whole cell kerning default is offEike Rathke1-0/+4
2018-07-03sc: Eliminate the case of MAXROWCOUNT_DEFINE <= 65536Takeshi Abe1-12/+0
2018-07-03sc: A micro optimization of PERCENTILE() for interpolation casesTakeshi Abe1-4/+2
2018-07-03ScFormEditData copy functions can be deletedStephan Bergmann2-7/+2
2018-07-03ScAsciiOptions copy assignment op can be left implicitly definedStephan Bergmann2-35/+0
2018-07-03tdf#118452 Don't crash when multi thread calculation is disabledGabor Kelemen1-1/+1
2018-07-03loplugin:useuniqueptr in ScHeaderFooterTextDataNoel Grandin2-12/+10
2018-07-03loplugin:useuniqueptr in ScFunctionAccessNoel Grandin2-4/+4
2018-07-03loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin2-3/+3
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin4-11/+11
2018-07-03store the data provider settings in the documentMarkus Mohrhard3-6/+7
2018-07-02Export data transformations to odfVikas4-2/+154
2018-07-02tdf#109042 : Add support for multivariate regression...Dennis Francis10-405/+882
2018-07-02Resolves: tdf#56910 detect a Space (blank) separator if not selectedEike Rathke4-17/+83
2018-07-02loplugin:constantparamNoel Grandin1-10/+7
2018-07-02loplugin:unusedmethodsNoel Grandin2-7/+0