summaryrefslogtreecommitdiff
path: root/sc/inc/appoptio.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-4/+3
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Quite a bit of fallout management was necessary. Several files were not checked earlier because of IWYU problems. Also a few mistaken entries from the yaml file are corrected. Change-Id: I943dfb955e096896961ac487d26ce57a6cb76cc2 Reviewed-on: https://gerrit.libreoffice.org/55303 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-03-07use more Color in scNoel Grandin1-12/+12
Change-Id: Ifdd53fa0eed8cec7878d0f5b9eea1e2c826e3ae5 Reviewed-on: https://gerrit.libreoffice.org/50819 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca Reviewed-on: https://gerrit.libreoffice.org/36896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-3/+4
Change-Id: Ic96fd3b56b2063df0882168a7d02725d3c50515f Reviewed-on: https://gerrit.libreoffice.org/32961 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-7/+7
...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
Change-Id: I2953a88d9e2f5923732865ef17615d5928ac5f5f Reviewed-on: https://gerrit.libreoffice.org/25154 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-11tdf#42629 : Allow multiple status bar functions at a timeDennis Francis1-3/+3
Change-Id: Ide9ced5ff4cedebd41a85814f74549648a896f16 Reviewed-on: https://gerrit.libreoffice.org/22060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-28com::sun::star->css in scNoel Grandin1-7/+7
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
2015-09-22convert Link<> to typedNoel Grandin1-7/+7
Change-Id: I80df7c3907fe6ac8a6ee4dddb2caeed28ea1b879 Reviewed-on: https://gerrit.libreoffice.org/18784 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-05loplugin:staticmethodsNoel Grandin1-7/+7
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
sorry, huge one...
2014-01-17sal_Bool->boolNoel Grandin1-5/+5
Change-Id: Ibc90c5b25b7dfe4b03f92ea61d4a435edfa4f8aa
2014-01-17sal_Bool->boolNoel Grandin1-3/+3
Change-Id: If5aa8e345d301d24b29dd19b19fc40978d83c347
2014-01-17sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I56a9e51dabc94fa9f2965c0a070c62a18298435d
2014-01-17sal_Bool -> boolNoel Grandin1-3/+3
Change-Id: Ic17c27323279f01cf35701bcd5aa4d89bc18a74c
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-3/+0
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
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
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-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
2012-04-18Removed duplicate set/get methods for initial tab countAlbert Thuswaldner1-5/+0
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner1-29/+0
2012-02-27Fixed up several issues with the new formula options handler.Kohei Yoshida1-0/+1
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner1-0/+27
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner1-1/+7
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard1-3/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-30/+30
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-30/+30
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power1-0/+5
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power1-0/+5
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)
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-3/+1
2008-04-10INTEGRATION: CWS changefileheader (1.9.34); FILE MERGEDRüdiger Timm1-40/+18
2008/04/01 15:29:16 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.9.34.1: #i87441# Change license header to LPGL v3.
2008-03-07INTEGRATION: CWS calcshare_DEV300 (1.8.14); FILE MERGEDKurt Zenker1-2/+6
2008/02/25 15:27:00 tbe 1.8.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing
2007-11-21INTEGRATION: CWS sheetzoom (1.7.446); FILE MERGEDIvo Hinkelmann1-2/+5
2007/11/12 13:44:22 nn 1.7.446.1: #i24372# allow separate zoom per sheet
2006-04-07INTEGRATION: CWS sixtyfour04 (1.6.142); FILE MERGEDVladimir Glazounov1-14/+14
2006/03/15 16:14:03 cmc 1.6.142.1: #i63168# make sc 64bit happy
2005-09-08INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:00:32 rt 1.5.346.1: #i54170# Change license header: remove SISSL
2004-08-23INTEGRATION: CWS tune03 (1.4.494); FILE MERGEDRüdiger Timm1-5/+7
2004/07/08 16:44:57 mhu 1.4.494.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
2002-03-26#98185# configuration for default object sizeNiklas Nebel1-2/+12
2000-11-02#79817# ScLinkConfigItem is now in optutilNiklas Nebel1-4/+4
2000-09-22use configuration serviceNiklas Nebel1-13/+34
2000-09-18initial importJens-Heiner Rechtien1-0/+162