summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-4/+12
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-2/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-3/+3
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-12/+12
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-2/+2
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-10/+10
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-4/+4
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-4/+4
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke1-1/+1
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke1-0/+3
2016-05-13convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin1-4/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-23loplugin:constantparam in scNoel Grandin1-26/+18
2016-03-15loplugin:constantparamNoel Grandin1-4/+3
2016-03-11sc: make metadata available in copy resultMiklos Vajna1-0/+12
2016-03-10loplugin:constantparam in scNoel Grandin1-2/+2
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul1-6/+16
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-5/+5
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-45/+45
2015-10-20loplugin:defaultparamsStephan Bergmann1-5/+4
2015-10-19loplugin:defaultparamsStephan Bergmann1-6/+6
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-13/+13
2015-09-18boost->stdCaolán McNamara1-4/+4
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-4/+4
2015-09-17boost->stdCaolán McNamara1-4/+4
2015-08-27Clean up aEmptyStephan Bergmann1-6/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-14/+14
2015-07-30tdf#39468 translated german comments in viewfunc*.cxxAlbert Thuswaldner1-2/+2
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-3/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-82/+82
2015-02-27fix buildCaolán McNamara1-1/+1
2015-02-27Resolves tdf#71095 Calc doesn't paste images copied from some web browsersHenry Castro1-60/+92
2015-02-20fdo#39468 translated german commentsMichael Jaumann1-54/+54
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-4/+2
2014-12-10paste from system from the top left of selectionDavid Tardon1-1/+17
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4