summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-6/+16
2017-04-19actually show the newly selected cell, tdf#106194Markus Mohrhard1-0/+1
2017-04-19Settings for not showing Merge Cells dialog and for emptying hidden cellsAndras Timar1-3/+7
2016-11-11tdf#101299 : do not show merge cells context menu for the trivial caseDennis Francis1-2/+5
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-1/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
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-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-13/+13
2016-08-23convert SearchLabel to scoped enumNoel Grandin1-4/+4
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-3/+3
2016-08-16tdf#30456 Enable to empty or not merged cellsLaurent Balland-Poirier1-7/+21
2016-08-12check SelectionForbidsCellFill() on EnterBlock()Eike Rathke1-0/+6
2016-07-28display the SearchAll() and ReplaceAll() results for notes, tdf#65334 relatedEike Rathke1-1/+2
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-5/+5
2016-07-22tdf#90943 Don't ask to move cells if they are emptyLaurent Balland-Poirier1-3/+9
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-19/+5
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-2/+8
2016-06-14sc: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-3/+11
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-1/+1
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-2/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+2
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-1/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-2/+2
2016-03-23loplugin:constantparam in scNoel Grandin1-11/+11
2016-03-18sc lok bccu#1519: More general solution to detecting cell resizes.Jan Holesovsky1-3/+0
2016-03-16sc lok bccu#1519: Broadcast cell size changes, they affect the document size.Jan Holesovsky1-0/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+3
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-12/+12
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-0/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-15sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+6
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-11/+3
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-1/+1
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-2/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna1-1/+2
2015-10-13cppcheck:variableScopeNoel Grandin1-3/+2