summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/uiitems.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
sorry, huge one...
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-12/+12
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-20/+20
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-12/+12
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-03Remove visual noise from scAlexander Wilms1-9/+9
Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-19sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I802203cf6c3ea1d5e5eb532925f0f3011b6f2cfb
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-9/+9
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida1-0/+9
And store them at appropriate locations. Change-Id: Iaf38c0cd01e9b3dc9dc98f7ccc1951d572a422e9
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-12/+12
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>
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-08-17Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner1-8/+1
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-06-25ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara1-25/+0
Change-Id: I9c89d06ec8a96de04d68725c97b102edb77fec38
2011-11-16More on reducing header dependency.Kohei Yoshida1-5/+7
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard1-0/+1
we can now insert several sheets and then undo in nearly no time
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard1-0/+1
only update the viewshell once instead of every time, this allows the creation of a large amount of sheets nearly immediately
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida1-0/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-28/+28
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-29/+29
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-10-04Convert all Query/Put Value() to boolNorbert Thiebaud1-2/+2
2010-09-28This gets rid of a great number of the commentsJustin Malcolm1-7/+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-07kohei03: rebased to DEV300_m68.Kohei Yoshida1-0/+1
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-1/+1
2009-09-09#i102750# initial refactoring in an effort to support external references in ↵Kohei Yoshida1-0/+1
DSUM, DGET etc. Not finished yet.
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-9/+12
2008-04-10INTEGRATION: CWS changefileheader (1.6.698); FILE MERGEDRüdiger Timm1-34/+18
2008/04/01 15:31:03 thb 1.6.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.6.698.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:06:02 rt 1.5.346.1: #i54170# Change license header: remove SISSL
2004-08-23INTEGRATION: CWS tune03 (1.4.52); FILE MERGEDRüdiger Timm1-6/+9
2004/07/08 16:45:11 mhu 1.4.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
2004-06-04INTEGRATION: CWS rowlimit (1.2.338); FILE MERGEDOliver Bolte1-21/+24
2004/03/15 17:21:42 er 1.2.338.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/13 20:04:43 er 1.2.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:03 er 1.2.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
2004-02-25INTEGRATION: CWS layoutmanager (1.2.282); FILE MERGEDKurt Zenker1-2/+4
2003/11/24 09:17:26 cd 1.2.282.1: #111899# Support QueryValue for Calc items
2001-03-12moved ScSortParam from global to sortparam.[ch]xxEike Rathke1-2/+5
2000-09-18initial importJens-Heiner Rechtien1-0/+408