summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* remove whitespaceMarkus Mohrhard2014-06-251-2/+0
| | | | Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
* 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-2/+2
| | | | | | | ...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-1/+1
| | | | Change-Id: I76eed896e03798adaab1765c99046034c554de1e
* bool improvementsStephan Bergmann2014-01-141-2/+2
| | | | Change-Id: I27609462f2daba6b2289aff7a6a96686c961f3ce
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-101-1/+1
| | | | | | ...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
* convert sc/inc/view*.hxx from String to OUStringNoel Grandin2013-10-041-3/+3
| | | | Change-Id: I15930932205fc39322a9e88b1739a741781a0e96
* 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-3/+3
| | | | | | | | 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
* Fixed accidentally modified default view options.Kohei Yoshida2012-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | It was unintentionally caused by 6ea8ea456cf5df267284278ecda42aa9b089a682. Also made the default values easier to see. Let's not do foo1 = foo2 = foo3 = true; type of assignment which may give the reader the wrong impression. Let's do foo1 = true; foo2 = true; foo3 = true; instead. Change-Id: I181b80d2aae96d65b662b187bc884913fec836db
* 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.
* Translate German comments in sc/inc/viewopti.hxxFlorian Reisinger2012-06-221-15/+5
| | | | Change-Id: I42284ab7d3bd542d9ef570626a178d697e1f5b2b
* Have operators of ScViewOptions and ScPrintOptions return bool instead of intAlbert Thuswaldner2012-04-171-2/+2
|
* Remove Large Handles optionStefan Knorr (astron)2011-12-051-3/+2
| | | | This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
* removed Simple Handles optionTim Hardeck2011-11-081-1/+0
| | | | | Removed the unnecessary option "Simple Handles" with all related functions and icons.
* fix for fdo#30800: Option to display calc gridlines on colored cellsAndré Schnabel2011-07-061-0/+1
| | | | | | | | | | | | | | | * change UI option for grid line display to tri-state drop down * view option VOPT_GRID will take the information wheter to "Show" or "Hide" grid lines. New view option VOPT_GRID_ONTOP will take the information wheter to display grid lines on top of colored cells or not * depending on VOPT_GRID_ONTOP grid lines will be drawn before or after drawing cell background in ScGridWindow::Draw * store option as boolean property "GridOnColoredCells" (path: "/org.openoffice.Office.Calc/Layout/Line") in user config * see http://wiki.documentfoundation.org/User:Andreschnabel/Spec_Calc_grid_lines_on_colored_background#UI_definitions for spec
* 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
| |
* | more removed include guards using fixguard.pyPetr Mladek2010-10-051-2/+0
| |
* | Removed some UNUSED commentNorbert Thiebaud2010-09-291-1/+0
|/
* 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 tl56_DEV300Rüdiger Timm2008-12-151-4/+0
|
* CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov2008-09-301-15/+2
|
* INTEGRATION: CWS changefileheader (1.7.698); FILE MERGEDRüdiger Timm2008-04-101-34/+18
| | | | | | 2008/04/01 15:29:46 thb 1.7.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.7.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.7.698.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:01:06 rt 1.6.346.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS tune03 (1.5.518); FILE MERGEDRüdiger Timm2004-08-231-6/+8
| | | | 2004/07/08 16:45:02 mhu 1.5.518.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
* excel import/export of view settingsDaniel Rentz2001-05-101-4/+6
|
* #79817# ScLinkConfigItem is now in optutilNiklas Nebel2000-11-021-33/+4
|
* GetNodeNamesNiklas Nebel2000-09-221-2/+5
|
* ScLinkConfigItem: parent methods reimplementedNiklas Nebel2000-09-191-6/+11
|
* initial importJens-Heiner Rechtien2000-09-181-0/+258