summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-12/+12
2014-06-25remove whitespaceMarkus Mohrhard1-8/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-58/+58
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-3/+8
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
2014-05-08Avoid possible memory leaks in case of exceptionsTakeshi Abe1-10/+9
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-03Remove visual noise from scAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-19sal_Bool->boolNoel Grandin1-33/+33
2014-02-19cid#736794 dereference before null checkNoel Grandin1-1/+1
2014-02-19cid#736793 dereference before null checkNoel Grandin1-1/+1
2014-02-07Resolves: #i123922# Refactored D&D and insert picture from file...Armin Le Grand1-24/+49
2014-02-06fdo#74573: Skip deletion of destination area when 'skip empty' is on.Kohei Yoshida1-1/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-1/+1
2014-01-28bool improvementsStephan Bergmann1-5/+5
2013-11-05fix some further include guard fooThomas Arnhold1-2/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara1-12/+13
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet1-14/+12
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-09-01Reset auto spell data in the view shell instead of in the doc shell.Kohei Yoshida1-2/+6
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks1-1/+1
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-3/+3
2013-04-22replace one more auto_ptrMarkus Mohrhard1-3/+1
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-03-27-Wunused-macrosStephan Bergmann1-43/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2012-12-30Some cppcheck cleaning in scJulien Nabet1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-12targetted VBA re-work.Noel Power1-6/+4
2012-07-23-Werror=unused-parameterStephan Bergmann1-2/+2
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold1-27/+0
2012-06-29Remove unused header guards and optionsThomas Arnhold1-52/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-8/+4
2012-06-21Remove unused dbexch.hrcThomas Arnhold1-1/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-2/+0
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard1-19/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+14
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida1-27/+4
2011-09-12Added code to handle paste functions and skip empties.Kohei Yoshida1-0/+21
2011-09-12Allow paste when the dest range is a multiple of the source range.Kohei Yoshida1-2/+5
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida1-4/+1
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida1-10/+15