summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)Author
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
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/../viewfunc.hxx from String to OUStringNoel Grandin
2013-09-01Reset auto spell data in the view shell instead of in the doc shell.Kohei Yoshida
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann