summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-23sc lok: fix cell cursor when hide column/rowHenry Castro1-2/+24
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+3
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-3/+3
2016-07-20Convert SC_MF to scoped enumNoel Grandin1-1/+1
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-5/+5
2015-11-17Resolves: tdf#89907 do not modify original ScViewData's ScMarkDataEike Rathke1-12/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-2/+2
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-12/+12
2015-10-19loplugin:defaultparamsStephan Bergmann1-10/+10
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-4/+4
2015-07-30tdf#92918 Engineering notation lost with Add/Delete Decimal PlaceLaurent Balland-Poirier1-0/+6
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung1-2/+2
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung1-2/+2
2015-05-29tdf#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