summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-29fdo#61060 - Freezing now marks spreadsheet as unsaved.Sameer Deshmukh1-0/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-03Android "desktop" app: More hacking on scalingTor Lillqvist1-6/+12
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-6/+4
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard1-0/+11
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky1-21/+6
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-5/+5
2012-08-21Really draw Calc tab-splittersMatteo Casalin1-0/+1
2012-06-29Remove unused header guards and optionsThomas Arnhold1-56/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara1-4/+4
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev1-24/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-2/+2
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-4/+3
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak1-2/+3
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck1-5/+4
2012-01-06Fixed the validation message popup disappearing when scrolling etc.Kohei Yoshida1-12/+2
2012-01-05fdo#36851, bnc#737190: Make the data validation popup more reliable.Kohei Yoshida1-4/+5
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-18Removing the switch. Now we use the new autofilter popup for good.Kohei Yoshida1-4/+0
2011-11-04Temporarily disabling the new autofilter popup due to a set-back.Kohei Yoshida1-0/+4
2011-11-04Separate the code path and add new method for autofilter popup launch.Kohei Yoshida1-1/+4
2011-06-09Replace ScHighlightRangeList for std::vector<ScHighlighEntry>.Rafael Dominguez1-1/+0
2011-05-27Massive cleanup of ScTabView. No more sal_Bool from the header.Kohei Yoshida1-83/+73
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-4/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-136/+136
2011-03-02Remove bogus comments.Guillaume Poussel1-7/+7
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-01Alt-Down should do the data select popup by default. (n#666060)Kohei Yoshida1-3/+12
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-137/+137
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-1/+0
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky1-0/+11
2010-12-18cppcheck: can reduce the scope of this variableCaolán McNamara1-2/+1
2010-12-11cleaning of __EXPORT defineGert Faller1-4/+4
2010-11-29Don't update visible ranges for invisible panes.Kohei Yoshida1-1/+1
2010-11-29Re-calculate visible range when switching sheets.Kohei Yoshida1-0/+11
2010-11-16HC Cleanup - calcJoseph Powers1-18/+1
2010-10-20Removed lots of dead code.Povilas Kanapickas1-48/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-09-28This gets rid of a great number of the commentsJustin Malcolm1-42/+0
2010-09-16calc-selection-fixed-cursor.diff: MigratedKohei Yoshida1-2/+1
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387...obo1-3/+3
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do tw...Frank Schoenheit [fs]1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2010-02-04autorecovery: commit resolved merge (after rebase to m71)Frank Schoenheit [fs]1-9/+21
2009-12-15autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can ...Frank Schoenheit [fs]1-11/+8