summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-22/+22
2017-10-09sc, implement HAVE_FEATURE_AVMEDIAjan Iversen1-0/+2
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-1/+1
2017-08-07EditEngine: Removing BIN format from scVarun Dhall1-2/+1
2017-06-08EditEngine: Added ODF_TEXT_FLAT paste for scVarun Dhall1-1/+2
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-19keep the leading '=' equal character, tdf#102525 follow-upEike Rathke1-3/+3
2017-04-19Resolves: tdf#102525 handle array/matrix formula in cycle cell reference typesEike Rathke1-1/+11
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-1/+1
2017-02-16convert EESpellState to scoped enumNoel Grandin1-2/+2
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-0/+4
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-4/+4
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+5
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-2/+2
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-2/+2
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-2/+3
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-2/+2
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-6/+8
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-28com::sun::star->css in scNoel Grandin1-5/+3
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-6/+6
2015-10-15tdf#93044 - fix silly calc copy/paste lifecycle issue.Michael Meeks1-1/+1
2015-09-18boost->stdCaolán McNamara1-10/+8
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-8/+10
2015-09-17boost->stdCaolán McNamara1-10/+8
2015-07-30tdf#39468 translated german comments in viewfunc*.cxxAlbert Thuswaldner1-21/+21
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-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-7/+7
2015-01-26coverity#1266519 Use after freeCaolán McNamara1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-77/+77
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe1-10/+10