summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)Author
2015-11-28Resolves: tdf#89907 do not modify original ScViewData's ScMarkDataEike Rathke
2015-08-06tdf#92918 Engineering notation lost with Add/Delete Decimal PlaceLaurent Balland-Poirier
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2014-12-09Resolves: fdo#86786 take of a copy of the MarkDataCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-24fdo#73617 sc: Don't update the gui during live previewMaxim Monastirsky
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-08Move this one to a common place too.Kohei Yoshida
2014-10-08Share undo doc creation code.Kohei Yoshida
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida
2014-07-18coverity#1226486 Dereference null return valueCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-25coverity#1130187 Logically dead codeCaolán McNamara
2014-03-08Reduce indentation by early bail-out.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert remaining String in SC to OUStringNoel Grandin