summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
AgeCommit message (Collapse)AuthorFilesLines
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-07-17EnterData - remove un-necessary bRecord parameter for corner-caseMichael Meeks1-2/+6
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-06-09remove dead codeThomas Arnhold1-6/+0
Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-2/+2
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-12ScPateUndo cleaned up.Kohei Yoshida1-3/+3
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard1-39/+40
in most situations it's much faster to use the iterator instead of the manual loop + ScMarkData::GetTableSelect
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+2
2011-05-20adjust for return by ref instead of pointerCaolán McNamara1-3/+3
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-44/+44
2011-03-02Remove bogus comments.Guillaume Poussel1-2/+2
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-1/+3
2011-01-17fix build breakageCaolán McNamara1-1/+0
2011-01-17cppcheck: remove unused variable 'pEditSel'Thomas Arnhold1-3/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-48/+48
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-1/+0
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida1-2/+2
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-3/+3
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2010-11-10#i106768# deference followed by check of pointerCaolán McNamara1-1/+3
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-10-04dr77: #i106768# check edit cell's object pointer for null before cloning ↵Niklas Nebel1-1/+3
(patch from cmc)
2010-09-28This gets rid of a great number of the commentsJustin Malcolm1-18/+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-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
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)
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-9/+8
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-2/+2
2009-09-18CWS-TOOLING: integrate CWS calc32stopper1Ivo Hinkelmann1-1/+1
2009-09-15 15:43:23 +0200 dr r276180 : newpic 2009-09-15 15:41:13 +0200 dr r276179 : newpic 2009-09-15 14:58:14 +0200 dr r276178 : #i104905# fixed note handling while importing from external data 2009-09-15 13:47:43 +0200 dr r276173 : #i104905# fixed note handling while importing from database 2009-09-15 11:56:00 +0200 dr r276164 : #i104155# prevent crash loading docx 2009-09-15 10:40:43 +0200 dr r276154 : #i104990# 2009-09-15 10:27:31 +0200 dr r276152 : #i104990# enable saving BIFF8 with password/encryption 2009-09-15 10:26:40 +0200 dr r276151 : #i104990# enable saving BIFF8 with password/encryption 2009-09-14 19:13:11 +0200 dr r276145 : #i105007# missing cleanup for deleted headers 2009-09-14 19:06:57 +0200 dr r276144 : #i105007# missing cleanup for deleted headers 2009-09-14 18:53:39 +0200 dr r276143 : #i104915# prevent crashes and misbehaviour when dealing with note cells: enter matrix, enter mult.op 2009-09-14 13:57:00 +0200 dr r276109 : #160184# make drilldown working in exported pivottables, ported to DEV300 2009-09-11 15:16:08 +0200 nn r276068 : #i104987# MoveBlock: pass bCut parameter 2009-09-11 15:15:22 +0200 nn r276067 : #i104986# CopyToClip: correct order of parameters 2009-09-11 09:45:59 +0200 dr r276053 : correct milestone
2009-07-28CWS-TOOLING: integrate CWS calc51Jens-Heiner Rechtien1-1/+127
2009-07-17 15:47:46 +0200 er r274098 : #i101544# more thorough reference checking in chart data ranges; also prevent some possible crash if invalid ranges were to be passed to document/cell access. 2009-07-16 14:20:11 +0200 er r274051 : #i101544# let ScRefTokenHelper::compileRangeRepresentation() fail on all possible non-reference occasions 2009-07-07 10:11:40 +0200 nn r273776 : #i35579# don't use long instead of sal_Int32 2009-07-03 16:41:39 +0200 nn r273711 : msvc warnings 2009-07-03 14:18:45 +0200 nn r273698 : msvc warning 2009-07-03 11:30:41 +0200 nn r273685 : #i35579# move new tokens to the end 2009-07-03 10:12:55 +0200 nn r273681 : CWS-TOOLING: rebase CWS calc51 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 17:57:30 +0200 nn r273529 : #i103027# EnterData: if it's a formula, don't pass EditTextObject to undo 2009-06-29 14:31:18 +0200 er r273474 : #i101544# #i101645# #i102388# applied diff from CWS dr68ooo311 2009-06-29 10:30:20 +0200 nn r273457 : #i103161# DeleteCells: always leave list action 2009-06-24 16:16:34 +0200 nn r273353 : gcc warnings 2009-06-17 11:50:28 +0200 tbe r273055 : #i35579# Standard filter requires more options 2009-06-17 11:44:22 +0200 tbe r273054 : #i35579# Standard filter requires more options 2009-06-17 11:22:23 +0200 tbe r273052 : #i35579# Standard filter requires more options 2009-06-15 18:29:32 +0200 nn r273006 : #160063# UseFormulaData: check parenthesis position 2009-06-12 15:41:16 +0200 nn r272923 : #i99250# handle range lists in DoAutoOutline (patch from dtardon) 2009-06-11 15:07:05 +0200 nn r272874 : #i86943# GetNextPos: skip overlapped cells 2009-06-11 11:17:37 +0200 nn r272856 : #i97726# EnterData: get text from EditTextObject for repeat string of undo action 2009-06-10 20:45:07 +0200 nn r272839 : #i102566# minimum amount of code between updates of calculation progress (patch by cmc) 2009-06-10 20:22:02 +0200 nn r272838 : #i69524# PasteFile: specify target for SID_OPENDOC 2009-06-09 17:33:08 +0200 nn r272789 : #i16615# absolute/relative reference conversion for cell ranges (patch by gaojingmei)
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-16/+16
2008-04-11INTEGRATION: CWS changefileheader (1.38.136); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 15:31:23 thb 1.38.136.2: #i85898# Stripping all external header guards 2008/03/31 17:20:03 rt 1.38.136.1: #i87441# Change license header to LPGL v3.
2007-11-23INTEGRATION: CWS langstatusbar (1.34.146); FILE MERGEDIvo Hinkelmann1-5/+5
2007/10/01 21:11:00 tl 1.34.146.3: RESYNC: (1.35-1.37); FILE MERGED 2007/06/25 16:13:04 tl 1.34.146.2: RESYNC: (1.34-1.35); FILE MERGED 2007/06/08 14:17:30 tl 1.34.146.1: #i77208# new language status-bar control
2007-07-06INTEGRATION: CWS dr55 (1.35.40); FILE MERGEDRüdiger Timm1-4/+12
2007/06/21 18:04:10 nn 1.35.40.1: #i76709# PasteFile: allow linked and non-linked graphics
2007-06-27INTEGRATION: CWS tl37 (1.34.168); FILE MERGEDJens-Heiner Rechtien1-2/+5
2007/06/04 15:41:34 tl 1.34.168.2: RESYNC: (1.34-1.35); FILE MERGED 2007/02/06 19:22:55 nn 1.34.168.1: #i74099# UseInteractionHandler moved out of GuessFilter
2007-05-10INTEGRATION: CWS pchfix04 (1.34.104); FILE MERGEDKurt Zenker1-4/+3
2007/02/05 08:35:39 os 1.34.104.1: #i73604# usage of ITEMID_* removed
2006-07-21INTEGRATION: CWS pchfix01 (1.33.214); FILE MERGEDKurt Zenker1-6/+5
2006/07/12 10:03:13 kaib 1.33.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
2005-09-08INTEGRATION: CWS ooo19126 (1.32.116); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:09:49 rt 1.32.116.1: #i54170# Change license header: remove SISSL
2005-03-23INTEGRATION: CWS jmf5 (1.29.134); FILE MERGEDVladimir Glazounov1-2/+12
2005/03/08 13:02:47 ka 1.29.134.3: RESYNC: (1.30-1.31); FILE MERGED 2005/01/24 15:53:06 ka 1.29.134.2: RESYNC: (1.29-1.30); FILE MERGED 2004/12/20 15:33:29 ka 1.29.134.1: #i37245#: added support for dropped media URL's
2005-02-21INTEGRATION: CWS dr32 (1.29.146); FILE MERGEDVladimir Glazounov1-26/+10
2005/01/18 12:26:23 dr 1.29.146.2: RESYNC: (1.29-1.30); FILE MERGED 2005/01/12 10:46:25 dr 1.29.146.1: #i34769# conversion parameter handling; restore cursor after conversion
2005-01-11INTEGRATION: CWS sb19 (1.29.22); FILE MERGEDRüdiger Timm1-4/+6
2004/10/27 07:31:56 mba 1.29.22.1: #110407#: remove static BaseURL
2004-10-04INTEGRATION: CWS mav09 (1.23.80); FILE MERGEDKurt Zenker1-10/+19
2004/09/27 15:29:18 mav 1.23.80.8: RESYNC: (1.27-1.28); FILE MERGED 2004/09/21 17:54:01 mav 1.23.80.7: RESYNC: (1.25-1.27); FILE MERGED 2004/07/15 10:41:14 mba 1.23.80.6: #i27773#: cleaning up todos 2004/07/09 03:05:25 mav 1.23.80.5: RESYNC: (1.24-1.25); FILE MERGED 2004/06/01 08:10:26 mba 1.23.80.4: #i27773#: new embedding API 2004/05/17 18:22:48 mav 1.23.80.3: RESYNC: (1.23-1.24); FILE MERGED 2004/05/16 17:26:41 mba 1.23.80.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:02:04 mba 1.23.80.1: #i27773#: remove so3
2004-09-24#i10000# Merge problems intruduced by os34 and os19 interaction.Rüdiger Timm1-6/+4
2004-09-17INTEGRATION: CWS os19 (1.24.2); FILE MERGEDRüdiger Timm1-5/+4
2004/07/12 12:25:55 dr 1.24.2.4: #i22092# more spelling... 2004/06/16 05:21:26 os 1.24.2.3: #i22092# merge conflict resolved 2004/06/11 11:08:26 os 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/10 13:20:14 dr 1.24.2.1: #i22092# new spellcheck dialog, first step
2004-09-17INTEGRATION: CWS os34 (1.24.14); FILE MERGEDRüdiger Timm1-4/+23
2004/08/06 15:11:51 tl 1.24.14.2: RESYNC: (1.24-1.25); FILE MERGED 2004/08/04 13:47:12 tl 1.24.14.1: #i30302# simplified/traditional Chinese conversion