summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)Author
2018-05-18Related: tdf#117093 place assert on SanitizeWhichActive() resultsEike Rathke
2018-05-18Resolves: tdf#117093 sanitize the active grid window valueEike Rathke
2018-03-12forcepoint #26 check input against max valid enum valuesCaolán McNamara
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-07use more Color in scNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-22ColorData->Color in scNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-03TypedWhichId in scNoel Grandin
2018-01-15lok: sc: exploiting cached position helper for tile renderingMarco Cecchetti
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-06coverity#1418967 Uninitialized scalar variableCaolán McNamara
2017-10-02lok - sc: make computation of cell cursor position fasterMarco Cecchetti
2017-10-02lok - sc: invalidation of cached row/col positions on several casesMarco Cecchetti
2017-10-02lok - sc: document size as sum of row heights/col widths in pixelMarco Cecchetti
2017-10-02lok - sc: a cache-like structure for row/col positions in the documentMarco Cecchetti
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-09-14improve redundantcast lopluginNoel Grandin
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-28assert(nTab < static_cast<SCTAB>(maTabData.size())); cause of tdf#108796Eike Rathke
2017-06-28Resolves: tdf#108796 let ScViewData::InsertTabs() insert the correct amountEike Rathke
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-21Assert that nTabNo fits maTabData, tdf#108654 relatedEike Rathke
2017-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-07a size is a sizeEike Rathke
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti
2016-10-14tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is grow...Marco Cecchetti