summaryrefslogtreecommitdiff
path: root/sc/inc/datauno.hxx
AgeCommit message (Collapse)Author
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
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.
2012-08-23A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.Kohei Yoshida
Change-Id: I4dc7dc689af5d2e9d49584157171202aef873688
2012-08-23Convert xlsx unnamed database range import to direct scDaniel Bankston
Will evaluate later if further conversion is useful here Change-Id: I6af5296b95075066335783e371d87be15f09f112
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin
Change-Id: I2fee4cf49ff48e4cffef0bcba704b69aad8242d8
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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.
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
Conflicts: sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx sc/source/ui/view/tabview2.cxx
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida
Still not quite working right. Something must be broken.
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-14Remove commented out codeTopround aka Zathuras
Also remove else blocks that were then emptied. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-01-05Translated comments from German to EnglishChristina Rossmanith
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08kohei03: Fix a build breakage.Kohei Yoshida
Apparently some headers have been relocated from svtools to svl.
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2009-09-09#i102750# initial refactoring in an effort to support external references in ↵Kohei Yoshida
DSUM, DGET etc. Not finished yet.
2009-07-28CWS-TOOLING: integrate CWS calc51Jens-Heiner Rechtien
2009-07-17 15:47:46 +0200 er r274098 : #i101544# more thorough reference checking in chart data ranges; also prevent some possible crash if invalid ranges were to be passed to document/cell access. 2009-07-16 14:20:11 +0200 er r274051 : #i101544# let ScRefTokenHelper::compileRangeRepresentation() fail on all possible non-reference occasions 2009-07-07 10:11:40 +0200 nn r273776 : #i35579# don't use long instead of sal_Int32 2009-07-03 16:41:39 +0200 nn r273711 : msvc warnings 2009-07-03 14:18:45 +0200 nn r273698 : msvc warning 2009-07-03 11:30:41 +0200 nn r273685 : #i35579# move new tokens to the end 2009-07-03 10:12:55 +0200 nn r273681 : CWS-TOOLING: rebase CWS calc51 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 17:57:30 +0200 nn r273529 : #i103027# EnterData: if it's a formula, don't pass EditTextObject to undo 2009-06-29 14:31:18 +0200 er r273474 : #i101544# #i101645# #i102388# applied diff from CWS dr68ooo311 2009-06-29 10:30:20 +0200 nn r273457 : #i103161# DeleteCells: always leave list action 2009-06-24 16:16:34 +0200 nn r273353 : gcc warnings 2009-06-17 11:50:28 +0200 tbe r273055 : #i35579# Standard filter requires more options 2009-06-17 11:44:22 +0200 tbe r273054 : #i35579# Standard filter requires more options 2009-06-17 11:22:23 +0200 tbe r273052 : #i35579# Standard filter requires more options 2009-06-15 18:29:32 +0200 nn r273006 : #160063# UseFormulaData: check parenthesis position 2009-06-12 15:41:16 +0200 nn r272923 : #i99250# handle range lists in DoAutoOutline (patch from dtardon) 2009-06-11 15:07:05 +0200 nn r272874 : #i86943# GetNextPos: skip overlapped cells 2009-06-11 11:17:37 +0200 nn r272856 : #i97726# EnterData: get text from EditTextObject for repeat string of undo action 2009-06-10 20:45:07 +0200 nn r272839 : #i102566# minimum amount of code between updates of calculation progress (patch by cmc) 2009-06-10 20:22:02 +0200 nn r272838 : #i69524# PasteFile: specify target for SID_OPENDOC 2009-06-09 17:33:08 +0200 nn r272789 : #i16615# absolute/relative reference conversion for cell ranges (patch by gaojingmei)
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.7.330); FILE MERGEDRüdiger Timm
2008/04/01 15:29:24 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:53 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.7.330.1: #i87441# Change license header to LPGL v3.
2007-02-27INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGEDVladimir Glazounov
2006/12/13 19:18:19 nn 1.6.324.1: #i69284# warning-free: core, unxsols4
2005-09-08INTEGRATION: CWS ooo19126 (1.5.508); FILE MERGEDRüdiger Timm
2005/09/05 15:00:38 rt 1.5.508.1: #i54170# Change license header: remove SISSL
2004-03-19INTEGRATION: CWS sab008 (1.4.230); FILE MERGEDOliver Bolte
2004/01/29 18:12:34 sab 1.4.230.2: #76694#; add Refreshlistener support 2004/01/23 12:16:45 sab 1.4.230.1: #76694#; add XRefreshable
2002-10-11#100469#; add AutoFilter and FilterCriteriaSource supportSascha Ballach
2002-09-04#97084#; the FilterDescriptor gets now the docshell to get the ↵Sascha Ballach
NumberFormatter of the Document. Also it is a SfxListener to recognize whether the document is dying
2001-03-12moved ScSortParam from global to sortparam.[ch]xxEike Rathke
2000-09-18initial importJens-Heiner Rechtien