summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)Author
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
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti
2016-10-14LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti
2016-10-13Annotate the code a bit around EditGrowX/Y.Kohei Yoshida
2016-10-13LOK: Calc: in the numeric content case, the used alignment can be wrongMarco Cecchetti
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07loplugin:staticmethods: scStephan Bergmann
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03Calc: implemented parallel cell text editingMarco Cecchetti
2016-10-03Calc: edit engine could be accessed after being destroyedMarco Cecchetti
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke
2016-07-29limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 relatedEike Rathke
2016-07-29move range detection to ScViewData::SelectionFillDOOM()Eike Rathke
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke
2016-06-28Revert c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7eMike Kaganski
2016-06-28loplugin:staticmethodsStephan Bergmann