summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-07lok: sc: scroll issueMarco Cecchetti1-37/+32
2018-05-18Related: tdf#117093 place assert on SanitizeWhichActive() resultsEike Rathke1-0/+9
2018-05-18Resolves: tdf#117093 sanitize the active grid window valueEike Rathke1-13/+21
2018-03-12forcepoint #26 check input against max valid enum valuesCaolán McNamara1-6/+6
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-2/+1
2018-03-07use more Color in scNoel Grandin1-4/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-22ColorData->Color in scNoel Grandin1-4/+4
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-4/+4
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-9/+9
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-43/+43
2018-02-03TypedWhichId in scNoel Grandin1-3/+2
2018-01-15lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti1-0/+198
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-4/+4
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-27/+25
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-7/+5
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-6/+6
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-11-10loplugin:unusedmethodsNoel Grandin1-19/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-21/+21
2017-10-06coverity#1418967 Uninitialized scalar variableCaolán McNamara1-0/+4
2017-10-02lok - sc: make computation of cell cursor position fasterMarco Cecchetti1-47/+82
2017-10-02lok - sc: invalidation of cached row/col positions on several casesMarco Cecchetti1-0/+25
2017-10-02lok - sc: document size as sum of row heights/col widths in pixelMarco Cecchetti1-2/+88
2017-10-02lok - sc: a cache-like structure for row/col positions in the documentMarco Cecchetti1-0/+160
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti1-5/+34
2017-09-14improve redundantcast lopluginNoel Grandin1-2/+2
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-6/+6
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-2/+2
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann1-2/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-06-28assert(nTab < static_cast<SCTAB>(maTabData.size())); cause of tdf#108796Eike Rathke1-1/+2
2017-06-28Resolves: tdf#108796 let ScViewData::InsertTabs() insert the correct amountEike Rathke1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-3/+3
2017-06-21Assert that nTabNo fits maTabData, tdf#108654 relatedEike Rathke1-0/+1
2017-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke1-0/+10
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-10/+10
2017-04-05tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-5/+5
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-7/+7
2017-03-07a size is a sizeEike Rathke1-3/+3
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin1-2/+2
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-4/+1
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-2/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1