summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-12/+12
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+6
Change-Id: I6fdce232ef41079f20a983dc72da032196078858
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-19sal_Bool->boolNoel Grandin1-8/+8
Change-Id: If54ff898eab251c44901de67280e6d7fcb491966
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-3/+3
Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa Reviewed-on: https://gerrit.libreoffice.org/4280 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard1-0/+16
This needs some tweaks but it looks like we are already able to choose the chart and import it. There are some more tweaks needed to handle internal vs. external data provider, errors, other components, ... Change-Id: Ib3e7f8bbf7b7f49b071d85120930624e2add91a7
2013-01-01remove use of #pragma optimizeLuboš Luňák1-4/+0
All these are years old, guessing from some comments as old as Windows 9x support. These workarounds do not seem to be needed now. Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
2012-12-30More cppcheck cleaning in scJulien Nabet1-2/+1
Change-Id: Ie040fa7ed9a3304bd4a10e404b7a0a4e45cbd69c
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-27/+28
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-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-3/+5
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-1/+1
2011-05-22Replace List for std::vector<String>.Rafael Dominguez1-4/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-18/+104
2011-03-02Remove bogus comments.Guillaume Poussel1-2/+2
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-02-07removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sdMikhail Voytenko1-8/+8
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-0/+95
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-8/+8
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-6/+0
2011-01-07cppcheck: Remove unread variable in tabvwshb.cxxNigel Hawkins1-5/+0
2010-12-17undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORTFrank Schoenheit [fs]1-2/+2
2010-12-11cleaning of __EXPORT defineGert Faller1-1/+1
2010-10-29merge after pulling DEV300.m91Frank Schoenheit [fs]1-9/+0
2010-10-27undoapi: no need to assert (via DBG_UNHANDLED_EXCEPTION) exceptions caught ↵Frank Schoenheit [fs]1-1/+2
while calling IUndoManager::Undo/Redo: by defnition, the manager handled this by clearing the stacks
2010-10-25undoapi: defined, implemented, and tested the exception handling for ↵Frank Schoenheit [fs]1-0/+94
XUndoAction/Manager::Undo
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-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]1-5/+2
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
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-13#i107450#: move more code out of svxMathias Bauer1-1/+1
2010-01-08autorecovery: merge after rebase to m69Frank Schoenheit [fs]1-1/+1
2009-12-15autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can ↵Frank Schoenheit [fs]1-1/+1
never be NULL)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-2/+2
2009-10-06#103496#: move VCL free ConfigItems to unotoolsMathias Bauer1-1/+1
2009-09-08CWS-TOOLING: integrate CWS vcl104Oliver Bolte1-1/+4
2009-03-02CWS-TOOLING: integrate CWS dr66Oliver Bolte1-2/+2
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-04-15INTEGRATION: CWS calcshare2 (1.37.68); FILE MERGEDVladimir Glazounov1-6/+8
2008/03/21 08:53:57 tbe 1.37.68.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking
2008-04-11INTEGRATION: CWS changefileheader (1.37.88); FILE MERGEDRüdiger Timm1-28/+18
2008/04/01 12:37:01 thb 1.37.88.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.37.88.1: #i87441# Change license header to LPGL v3.
2008-01-29INTEGRATION: CWS dr58_SRC680 (1.36.40); FILE MERGEDRüdiger Timm1-2/+4
2007/12/14 10:51:03 nn 1.36.40.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
2007-09-06INTEGRATION: CWS mingwport06 (1.35.114); FILE MERGEDKurt Zenker1-3/+3
2007/08/24 13:08:30 vg 1.35.114.1: #i75499# pragma is for MSVC
2007-05-22INTEGRATION: CWS chart2mst3 (1.26.10); FILE MERGEDVladimir Glazounov1-49/+31
2007/04/25 04:17:06 bm 1.26.10.8: RESYNC: (1.33-1.34); FILE MERGED 2006/11/24 18:34:58 bm 1.26.10.7: RESYNC: (1.31-1.33); FILE MERGED 2006/11/20 13:39:22 nn 1.26.10.6: #i71560# remove old chart dialog 2006/11/07 07:58:01 nn 1.26.10.5: #i71250# remove unused include 2006/10/25 18:17:37 nn 1.26.10.4: allow range selection from inplace object without deactivating the object 2006/10/19 00:56:26 bm 1.26.10.3: RESYNC: (1.28-1.31); FILE MERGED 2006/05/05 15:33:32 bm 1.26.10.2: RESYNC: (1.26-1.28); FILE MERGED 2005/12/02 13:32:09 bm 1.26.10.1: #i58786# on activation of charts instantiate an ScChartRangeSelectionListener for showing selected ranges
2007-02-27INTEGRATION: CWS calcwarnings (1.33.8); FILE MERGEDVladimir Glazounov1-5/+4
2006/12/12 17:03:34 nn 1.33.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:51 nn 1.33.8.1: #i69284# warning-free: ui, wntmsci10