summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+6
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-6/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25convert VALID_ constants to enum classNoel Grandin1-6/+6
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier1-11/+18
2014-12-09Resolves: fdo#86786 take of a copy of the MarkDataCaolán McNamara1-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-10-28loplugin: cstylecastNoel Grandin1-17/+17
2014-10-24fdo#73617 sc: Don't update the gui during live previewMaxim Monastirsky1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-9/+9
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-9/+9
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-9/+9
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida1-75/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-9/+9
2014-10-08Move this one to a common place too.Kohei Yoshida1-6/+3
2014-10-08Share undo doc creation code.Kohei Yoshida1-44/+2
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida1-9/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-11/+11
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-2/+2
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-07-18coverity#1226486 Dereference null return valueCaolán McNamara1-2/+4
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-13/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-299/+299
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+6
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-3/+29
2014-04-23sc: sal_Bool->boolNoel Grandin1-5/+5
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-2/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-25coverity#1130187 Logically dead codeCaolán McNamara1-5/+1
2014-03-08Reduce indentation by early bail-out.Kohei Yoshida1-176/+175
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-42/+38
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida1-32/+37
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-3/+5
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-5/+4
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara1-39/+32
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet1-45/+29