summaryrefslogtreecommitdiffstats
path: root/sc/inc/appoptio.hxx
Commit message (Collapse)AuthorAgeFilesLines
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* sal_Bool->boolNoel Grandin2014-01-171-5/+5
| | | | Change-Id: Ibc90c5b25b7dfe4b03f92ea61d4a435edfa4f8aa
* sal_Bool->boolNoel Grandin2014-01-171-3/+3
| | | | Change-Id: If5aa8e345d301d24b29dd19b19fc40978d83c347
* sal_Bool->boolNoel Grandin2014-01-171-3/+3
| | | | Change-Id: I56a9e51dabc94fa9f2965c0a070c62a18298435d
* sal_Bool -> boolNoel Grandin2014-01-171-3/+3
| | | | Change-Id: Ic17c27323279f01cf35701bcd5aa4d89bc18a74c
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-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>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-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
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-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.
* move zoomitem from svx to sfx2Tim Hardeck2012-06-151-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
* Removed duplicate set/get methods for initial tab countAlbert Thuswaldner2012-04-181-5/+0
|
* Grouping ScFormulaOptionsAlbert Thuswaldner2012-04-101-29/+0
|
* Fixed up several issues with the new formula options handler.Kohei Yoshida2012-02-271-0/+1
|
* Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner2012-02-271-0/+27
|
* Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner2012-02-061-1/+7
|
* change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard2011-06-011-3/+3
|
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-30/+30
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-30/+30
| |
* | add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+2
| |
* | Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power2010-10-131-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
| * initial commit for vba blob ( not including container_control stuff )Noel Power2010-10-061-0/+5
|/
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov2008-09-301-3/+1
|
* INTEGRATION: CWS changefileheader (1.9.34); FILE MERGEDRüdiger Timm2008-04-101-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.
* INTEGRATION: CWS calcshare_DEV300 (1.8.14); FILE MERGEDKurt Zenker2008-03-071-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
* INTEGRATION: CWS sheetzoom (1.7.446); FILE MERGEDIvo Hinkelmann2007-11-211-2/+5
| | | | 2007/11/12 13:44:22 nn 1.7.446.1: #i24372# allow separate zoom per sheet
* INTEGRATION: CWS sixtyfour04 (1.6.142); FILE MERGEDVladimir Glazounov2006-04-071-14/+14
| | | | 2006/03/15 16:14:03 cmc 1.6.142.1: #i63168# make sc 64bit happy
* INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:00:32 rt 1.5.346.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS tune03 (1.4.494); FILE MERGEDRüdiger Timm2004-08-231-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.
* #98185# configuration for default object sizeNiklas Nebel2002-03-261-2/+12
|
* #79817# ScLinkConfigItem is now in optutilNiklas Nebel2000-11-021-4/+4
|
* use configuration serviceNiklas Nebel2000-09-221-13/+34
|
* initial importJens-Heiner Rechtien2000-09-181-0/+162