summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table1.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-17make GetName accessor more standardCaolán McNamara1-5/+0
2018-08-11loplugin:unusedmethodsNoel Grandin1-9/+0
2018-07-06GetNextPos: deduplicate some nMovX codeEike Rathke1-44/+32
2018-07-06GetNextPos: init end cols/rows with current pos, tdf#68290 follow-upEike Rathke1-2/+2
2018-07-06Limit GetNextPos() loops to range also for nMoveX, tdf#68290 follow-upEike Rathke1-85/+98
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-04Remove now moot OSL_ENSUREEike Rathke1-3/+0
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke1-8/+13
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis1-2/+2
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen1-0/+1
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-41/+27
2018-03-27tdf#69977 improve creation of large chartsNoel Grandin1-2/+4
2018-03-21tdf#68290 cursor moves with Enter in protected sheettagezi1-18/+55
2018-02-21Limit ScColumnsRange::Iterator to available columns within boundsEike Rathke1-3/+22
2018-02-03TypedWhichId in scNoel Grandin1-2/+1
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-6/+16
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-2/+2
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist1-0/+7
2017-11-21First steps for Calc parallelismTor Lillqvist1-0/+19
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-26/+26
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin1-8/+2
2017-10-17dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin1-3/+1
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin1-20/+13
2017-08-31make the ScColumnsRange iterator return SCCOLNoel Grandin1-5/+6
2017-08-25dynamic column container: more efficient loops over all colsNoel Grandin1-4/+10
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth1-2/+2
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-4/+2
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist1-2/+0
2017-06-28Fix typosAndrea Gelmini1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-1/+1
2017-06-12tdf#50916 : Refactor table1.cxx ScTable::GetNext*() methodsDennis Francis1-3/+8
2017-06-10tdf#50916 : More refactoring in table1.cxxDennis Francis1-7/+28
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-15/+15
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-4/+2
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-1/+1