summaryrefslogtreecommitdiffstats
path: root/sc/inc/dispuno.hxx
Commit message (Collapse)AuthorAgeFilesLines
* remove whitespaceMarkus Mohrhard2014-06-251-5/+0
| | | | Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-14/+14
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-10/+10
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* sal_Bool->boolNoel Grandin2014-02-101-1/+1
| | | | Change-Id: I55d0b09ab4e60a4725314691b2d9c170cd60e179
* coverity#1158325 Uncaught exceptionCaolán McNamara2014-01-271-1/+2
| | | | Change-Id: Ic84faeda99242240c160a9925f37a631a1f294ae
* coverity#1158326 Uncaught exceptionCaolán McNamara2014-01-271-1/+2
| | | | Change-Id: Id9e7ce99f9451392ae5c67f93f7a30dc77865924
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
| | | | | | They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
* Modifying comments to meet Doxygen standardsNourah.AlShoeibi2013-07-071-10/+10
| | | | | | | Change-Id: I0a7d606f359a6cc99a8ecf0fd3fcc5c0b216c94f Reviewed-on: https://gerrit.libreoffice.org/4754 Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
| | | | | | | | 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.
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-301-1/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vectorNoel Grandin2012-06-121-2/+3
| | | | Change-Id: I2375831167dff55b7906cc7ae8c8a1b53fc88125
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+2
|
* 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-2/+2
|
* INTEGRATION: CWS changefileheader (1.5.330); FILE MERGEDRüdiger Timm2008-04-101-39/+18
| | | | | | 2008/04/01 15:29:27 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.5.330.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGEDVladimir Glazounov2007-02-271-3/+3
| | | | 2006/12/14 17:57:03 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4
* INTEGRATION: CWS ooo19126 (1.3.902); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 15:00:40 rt 1.3.902.1: #i54170# Change license header: remove SISSL
* #102213# notice if the viewshell is closed (switching to preview)Niklas Nebel2002-08-161-4/+14
|
* #88848# provide status for DocumentDataSourceNiklas Nebel2001-07-181-7/+34
|
* dispatch objectNiklas Nebel2000-11-131-0/+164