summaryrefslogtreecommitdiff
path: root/sc/inc/dptabdat.hxx
AgeCommit message (Collapse)AuthorFilesLines
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
Change-Id: I82fba7ebb3b4f018721642c96bbfa615c6a382c3 Reviewed-on: https://gerrit.libreoffice.org/41419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-1/+1
It dumps the pivot data if the cursor is over a pivot table output, else it dumps the column storage info. Change-Id: I403e381be3f64d139f8bfaca7e477742a65dde9c
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-1/+1
... that tries to match a locale independent query string. Going via string queries is likely only necessary for the ugly alternative "fieldname[member]" syntax, if it is actually unnecessary for the field1,item1,... syntax needs to be evaluated and if so a distinct GetPivotData() function evaluating numeric contraints as well could be introduced. Change-Id: I2c1fc81c1022b0bba5eef8d86c0c815bb6e31f2d Reviewed-on: https://gerrit.libreoffice.org/25975 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-3/+3
Replaced boost::noncopyable with play C++11 deleted copy ctors in sc/inc/* files. Change-Id: I2e6310f2f2bac673dd3b5d14e80ce80a98795672 Reviewed-on: https://gerrit.libreoffice.org/23059 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+0
Change-Id: If5123e676a27302f3e11475309bc748977c6f430
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-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
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
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
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-7/+8
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
sorry, huge one...
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I3746ab9c065429815e7b0f91077a4bbef1223d1d
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I131f8fe012f3ed5908fee40459941dd43c284bc8
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ic9466e26cef1539a76bc838d0424dc3c0c0d34dd
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Iba6a2b7d18f630cacbf8fda8d99c55e10e1abe92
2014-02-10sal_Bool->boolNoel Grandin1-5/+5
Change-Id: Iadbdb3b96d5e546e407e80f1ccc65e5db5f84f4e
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Id5a104fb70745e43da056c82ae44841c8b54abb2
2014-02-10sal_Bool->boolNoel Grandin1-6/+6
Change-Id: I4b8c94ae4b2bf3f1fc1f97b4533221f40b8d1907
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida1-1/+1
This header was formerly dpmacros.hxx, now renamed to calcmacros.hxx. Change-Id: I2ed768b7c5678f5216b1e93df2c0cede0c548be4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-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
2013-03-04remove unused and commented out codeThomas Arnhold1-1/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-02-14CalcRowData can be passed as a const reference.Kohei Yoshida1-1/+1
Change-Id: I20b6efe27d179ee5ace7dd3ead87a563b25973a8
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida1-1/+1
Change-Id: I218315a0583ce6b0f10969b364a7a717ad309212
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida1-18/+0
Change-Id: I13374e160bb369f64fc6e661c43db5da657cbfd9
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-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.
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida1-1/+1
Change-Id: I6223cd12ab539cd19555c0b23f2bce73f519a31f
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-6/+6
I always wanted to do this. The new name reflects what it really does better than the old one. Change-Id: I3c90cce06d482f1453936ff3916eef9663bb417b
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-1/+1
Without this, changing the settings 'ignore empty rows' and 'identify categories' in the dialog and pressing OK wouldn't work as expected. Change-Id: Ib1f3bad5b6c3ddef08cd56d40abfe60da979d14f
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+1
Or else the pivot table would generate erroneous results or crash after refresh. Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
2012-07-01Remove unused definesThomas Arnhold1-2/+0
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida1-1/+7
And a little code cleanup here and there...
2012-03-09Some header cleanup.Kohei Yoshida1-0/+1
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida1-1/+1
2012-03-09Even more cleanup and fixing.Kohei Yoshida1-2/+2
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-1/+0
2012-03-09More on correctly formatting grouped values.Kohei Yoshida1-0/+1
2012-03-09At least pass all unit tests.Kohei Yoshida1-0/+2
2012-02-10String to rtl::OUString.Kohei Yoshida1-1/+1
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-1/+2
This prevents cached data from getting re-generated everytime ScDPObject gets copied, which happens quite often. Without this, the performance of datapilot would really really suffer.
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-11/+11
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-13translate german comments in /sc/incNicolas Christener1-3/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-11/+11
2011-03-01Cleanups and comments.Kohei Yoshida1-0/+4
2011-02-28More removal of cache ID related stuff.Kohei Yoshida1-4/+2
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-4/+4
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-11/+11
2011-01-09Removed unnecessary commentsChristina Rossmanith1-21/+0