summaryrefslogtreecommitdiffstats
path: root/sc/inc/printopt.hxx
Commit message (Collapse)AuthorAgeFilesLines
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
| | | | | | | | | | This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
| | | | | | | | 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
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-4/+4
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-1/+1
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* sal_Bool->boolNoel Grandin2014-02-141-8/+8
| | | | Change-Id: Ib212996d8eb1461f32bf99d1fcd4e33be6cd3fce
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-101-1/+1
| | | | | | ...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
* warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl2013-11-081-1/+1
| | | | Change-Id: I00064edb5105ede4bdf6a0cdec4bab00cdd52331
* fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam2013-11-041-0/+3
| | | | | | | | | | | | | If the scale settings specify that the print ranges must be scaled across a specific number of pages, the default behaviour is to ignore breaks to avoid the case where breaks force more pages than specified. Here, an option under Calc -> Print -> Pages is added so that the user can specify that manual row and column breaks should be forced. Change-Id: I445cd7ce9e16e4ec2d0c320f059edad62b40f22d Reviewed-on: https://gerrit.libreoffice.org/6531 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-4/+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>
* String to OUString (SfxStringItem and related)Matteo Casalin2013-06-181-1/+1
| | | | | | | 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>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-2/+2
| | | | | | | | 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.
* Have operators of ScViewOptions and ScPrintOptions return bool instead of intAlbert Thuswaldner2012-04-171-2/+2
|
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-7/+7
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-8/+8
| |
* | add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+3
| |
* | I think that this eliminates the remaining //UNUSED commentsJustin Malcolm2010-09-291-1/+0
|/ | | | | | There were still some of these comments (actually, a lot of them). The most recent attachment should get rid of the last of them. (fd#30442)
* 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)
* #i103496#: split svtools; improve ConfitItemsMathias Bauer2009-10-161-1/+2
|
* CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov2008-09-301-3/+2
|
* INTEGRATION: CWS changefileheader (1.4.698); FILE MERGEDRüdiger Timm2008-04-101-31/+18
| | | | | | 2008/04/01 15:29:39 thb 1.4.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.4.698.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:00:53 rt 1.3.346.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS tune03 (1.2.516); FILE MERGEDRüdiger Timm2004-08-231-5/+7
| | | | 2004/07/08 16:45:00 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
* #41881# Calc print optionsNiklas Nebel2001-05-291-3/+73
|
* initial importJens-Heiner Rechtien2000-09-181-0/+69