summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview4.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-6/+7
Change-Id: I5023a57f3a089f1af7cd7fe53f57f82c60eb2b65
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-10/+6
Change-Id: I5a8f2d1a5762c20d21d31b04778a9e2cac8df9cb Reviewed-on: https://gerrit.libreoffice.org/2364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-4/+4
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ Change-Id: I45edaec4de2481ad45f9bcae2e280d5aca487714 Reviewed-on: https://gerrit.libreoffice.org/2281 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky1-25/+11
We are able to paint mirrored scrolbars with the 'gen' plugin, so just fix the rendering of the scroolbar with the Gtk+ plugin. Change-Id: I5dbd13420c6290e165ed2f5827769979298abf37
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-4/+4
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Massive cleanup of ScTabView. No more sal_Bool from the header.Kohei Yoshida1-4/+4
I found one abuse of sal_Bool being used as an integer. The block mode was a boolean but had 3 different states. Replaced that with enum.
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-25/+25
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-26/+26
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-2/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-09-28This gets rid of a great number of the commentsJustin Malcolm1-8/+0
There are a great number of places in calc where code is commented out with lines staring in "//UNUSED". Since 'git' is being used, there is no reason to keep old code like this in comments.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-03-02CWS-TOOLING: integrate CWS dr66Oliver Bolte1-3/+4
2009-01-22 15:51:40 +0100 dr r266730 : #i98028# moved to CWS dr66 2009-01-22 15:50:28 +0100 dr r266729 : #i98028# moved to CWS dr66 2009-01-20 16:25:49 +0100 dr r266595 : #i98282# resolve palette colors while loading chart gradients (convert back to unx lineends...) 2009-01-20 16:23:19 +0100 dr r266594 : #i98282# resolve palette colors while loading chart gradients 2009-01-19 15:43:57 +0100 dr r266507 : #i97900# move fix to CWS dr66 2009-01-19 15:40:28 +0100 dr r266506 : #i97900# move fix to CWS dr66 2009-01-19 15:20:14 +0100 dr r266505 : #i98141# correctly update note position while switching LTR/RTL mode of sheet 2009-01-06 10:28:02 +0100 dr r265899 : CWS-TOOLING: rebase CWS dr66 to trunk@265758 (milestone: DEV300:m38) 2008-11-13 13:59:02 +0100 dr r263644 : #i10000# merge problems 2008-11-13 13:25:15 +0100 dr r263639 : #i10000# merge problems 2008-11-13 13:22:58 +0100 dr r263638 : #i10000# merge problems 2008-11-13 13:22:25 +0100 dr r263637 : #i10000# merge problems 2008-11-12 13:40:46 +0100 dr r263595 : #i10000# merge problem 2008-11-12 11:34:51 +0100 dr r263583 : CWS-TOOLING: rebase CWS dr66 to trunk@263288 (milestone: DEV300:m35) 2008-11-11 16:58:11 +0100 dr r263568 : CWS-TOOLING: rebase CWS dr66 to trunk@262087 (milestone: DEV300:m33) 2008-10-27 14:38:34 +0100 dr r262675 : migrate CWS dr66 to SVN
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-8/+8
2008-04-11INTEGRATION: CWS changefileheader (1.10.64); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:20:01 rt 1.10.64.1: #i87441# Change license header to LPGL v3.
2008-02-19INTEGRATION: CWS calcselection (1.9.382); FILE MERGEDRüdiger Timm1-2/+4
2008/02/13 19:54:21 nn 1.9.382.1: #i86069# update selection overlay after direct changes to mark data
2006-10-18INTEGRATION: CWS calc39 (1.8.64); FILE MERGEDIvo Hinkelmann1-2/+5
2006/09/12 14:03:56 nn 1.8.64.1: #i59893# don't use visible size 0
2006-07-21INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGEDKurt Zenker1-6/+5
2006/07/12 10:03:10 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
2006-07-10INTEGRATION: CWS dr48 (1.6.176); FILE MERGEDOliver Bolte1-2/+5
2006/05/10 14:42:38 nn 1.6.176.1: #i65047# check for paint from reschedule after InterpretVisible
2005-09-08INTEGRATION: CWS ooo19126 (1.5.328); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:09:43 rt 1.5.328.1: #i54170# Change license header: remove SISSL
2004-09-08INTEGRATION: CWS dr12 (1.3.42); FILE MERGEDJens-Heiner Rechtien1-27/+2
2004/07/27 02:44:34 sab 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/09 16:48:59 jmarmion 1.3.42.1: #i21255# remove preprocessor directives following note enhancements.
2004-06-04INTEGRATION: CWS rowlimit (1.2.302); FILE MERGEDOliver Bolte1-60/+60
2004/02/26 18:35:51 jmarmion 1.2.302.4: #i1967# setp 5 changes. 2004/02/11 13:47:19 er 1.2.302.3: RESYNC: (1.2-1.3); FILE MERGED 2004/02/04 11:28:32 er 1.2.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/16 17:43:06 er 1.2.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
2004-02-03INTEGRATION: CWS calcrtl (1.2.82); FILE MERGEDJens-Heiner Rechtien1-22/+46
2003/07/29 18:12:28 nn 1.2.82.1: #106948# RTL scroll bar handling
2002-11-25#94562# StopRefMode: call AlignToCursor after SelectionEngine resetNiklas Nebel1-6/+9
2000-09-18initial importJens-Heiner Rechtien1-0/+597