summaryrefslogtreecommitdiffstats
path: root/sc/inc/hints.hxx
Commit message (Collapse)AuthorAgeFilesLines
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-8/+0
| | | | | | | | | | Also note that I fixed a bug in SvxFontMenuControl::Notify where the if statement had the check the wrong way around. Change-Id: I611e8929c65818191e36bd80f2b985820ada4411 Reviewed-on: https://gerrit.libreoffice.org/11147 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-7/+7
| | | | | | | | 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
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-7/+7
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* sal_Bool->boolNoel Grandin2014-02-121-5/+5
| | | | Change-Id: Ibd272f99af356d3dd16feeca2354dc502c685218
* convert sc/inc/hints.hxx from String to OUStringNoel Grandin2013-10-041-25/+25
| | | | Change-Id: I34c95dc8fcece06df4d7869fdfb2341052232936
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-6/+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>
* 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.
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-16/+16
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-17/+17
| |
* | Translated comments from German to EnglishChristina Rossmanith2011-01-251-1/+1
| |
* | 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)
* CWS-TOOLING: integrate CWS datapilotapiVladimir Glazunov2010-03-101-0/+12
|\
| * datapilotapi: merge with DEV300_m71Niklas Nebel2010-02-031-1/+1
| |\
| * | datapilotapi: #i108295# XModifyBroadcaster in ScDataPilotTableObjNiklas Nebel2010-01-131-0/+12
| | |
* | | 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/+1
|/
* CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov2008-09-301-3/+4
|
* INTEGRATION: CWS changefileheader (1.4.698); FILE MERGEDRüdiger Timm2008-04-101-31/+18
| | | | | | 2008/04/01 15:29:35 thb 1.4.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.4.698.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:00:48 rt 1.3.452.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGEDOliver Bolte2004-06-041-15/+19
| | | | | | | 2004/04/29 16:14:32 er 1.1.1.1.346.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/01/16 17:39:46 er 1.1.1.1.346.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:02 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:23 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
* INTEGRATION: CWS sab008 (1.1.1.1.274); FILE MERGEDOliver Bolte2004-03-191-2/+13
| | | | 2004/01/29 18:12:59 sab 1.1.1.1.274.1: #76694#; add Database Refreshlistener support
* initial importJens-Heiner Rechtien2000-09-181-0/+199