summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview2.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-15convert ScUpdateMode to scoped enumNoel Grandin1-1/+1
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti1-2/+8
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-5/+5
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-18/+18
2016-02-02Fix for tdf#97084 : Scroll view to the ref boundary...Dennis Francis1-3/+13
2016-01-06Fix tdf#96524 : Do not change view when...Dennis Francis1-1/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-07tdf#39468 translated german comments in tabview.cxx and tabview2.cxxAlbert Thuswaldner1-34/+30
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-14sc: 0 as the default zoom is curious, should be 100.Jan Holesovsky1-7/+8
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
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-2/+2
2015-03-24convert SvxZoomType to enum classNoel Grandin1-5/+5
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-27remove unused code ScTabView::GetParentOrChild(unsigned short)Noel Grandin1-18/+0
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-18fdo#74857: Update the incrementer when skipping over hidden regions.Kohei Yoshida1-0/+4
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-02Integrate branch of IAccessible2Steve Yin1-2/+4
2013-09-27ignore hidden row/columns when navigating, fdo#45020Markus Mohrhard1-8/+48
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl1-4/+10
2013-02-13Fix Variable 'bMark' assigned a value never usedJulien Nabet1-4/+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-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard1-4/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-08Fixed the wrong keyboard selection behavior in reference mode.Kohei Yoshida1-0/+2
2011-08-10Prevent crash at column row boundaries.Eike Rathke1-30/+16
2011-06-11Some cppcheck cleaningJulien Nabet1-6/+6
2011-06-06Fix a merge errorFridrich Štrba1-229/+0
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida1-0/+229
2011-06-01fdo#34214: Fixed selection by arrow keys around merged cells.Kohei Yoshida1-12/+159
2011-05-28Revert "Removed unnecessary data members."Kohei Yoshida1-16/+14
2011-05-28Revert "Extracted a method from a code block."Kohei Yoshida1-99/+87
2011-05-28sal_Bool to bool.Kohei Yoshida1-10/+10
2011-05-28Consolidated local functions in anonymous namespace.Kohei Yoshida1-229/+225
2011-05-28Extracted a method from a code block.Kohei Yoshida1-87/+103