summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-16fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida1-3/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-29coverity#704282 Logically dead codeCaolán McNamara1-8/+2
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet1-0/+3
2014-03-05fdo#67104 Use correct command for show gridMaxim Monastirsky1-1/+0
2014-03-03Remove visual noise from scAlexander Wilms1-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-01-14fdo#73606: Avoid calling MarkDataChanged() when nothing is selected.Kohei Yoshida1-3/+9
2014-01-14PrepareClose should probably return boolStephan Bergmann1-1/+1
2014-01-09fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida1-0/+13
2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin1-0/+4
2013-12-12datastreams: Wait with import if we need to repaint.Matúš Kukan1-3/+7
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-1/+1
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-2/+2
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+27
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-2/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-08-29don't cover cell with hint window fix for fdo#47595Noel Power1-1/+1
2012-08-10Bin ScTabView::HideCursor()Julien Nabet1-5/+0
2012-06-11first part for new conditional format dialogMarkus Mohrhard1-1/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-6/+0
2012-01-05fdo#36851, bnc#737190: Make the data validation popup more reliable.Kohei Yoshida1-47/+152
2011-11-29Let's not over-activate tab controls unnecessarily.Kohei Yoshida1-1/+1
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-15Reduce scoping.Kohei Yoshida1-76/+76
2011-10-31update first ScMarkData before setting cursor (fdo#42432)Markus Mohrhard1-1/+1
2011-06-15Refactor PaintRangeFinder to only iterate needed entries.Rafael Dominguez1-64/+72
2011-06-09Replace ScHighlightRangeList for std::vector<ScHighlighEntry>.Rafael Dominguez1-21/+10
2011-05-28sal_Bool to bool.Kohei Yoshida1-65/+65
2011-05-27Massive cleanup of ScTabView. No more sal_Bool from the header.Kohei Yoshida1-36/+36
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-4/+4
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-150/+152
2011-03-02Remove bogus comments.Guillaume Poussel1-8/+8
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida1-3/+2
2011-02-11Resolves: fdo#34065 remove unused InsertBlockMark and PAINT_INVERT flagCaolán McNamara1-83/+0
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-1/+3
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-165/+165
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-6/+1
2010-12-27dr77: rebase to DEV300m96Daniel Rentz [dr]1-2/+2
2010-12-20WaE: unused variableCaolán McNamara1-1/+0