summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
AgeCommit message (Collapse)Author
2015-01-28remove unused typedefsNoel Grandin
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2014-04-04callcatcher: another layer post pivottable conversionCaolán McNamara
Change-Id: I58a6a1f0cf0d67bfadddb331364551776998908a
2014-03-31sc: clean-up pivot.hxx/pivot2.cxxTomaž Vajngerl
Change-Id: I88ed4da8dd2ca026eeea4a3fb267f4f9954c180a
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
Duplicate field names are represented in two ways: 1) 'Name' vs 'Name*' in the UNO part of the pivot engine, and 2) Name,0 vs Name,1 which are a pair of textural name and a numeric duplicate index in the non-UNO part of the engine. But some parts lost this duplicate index information and/or confused the 2 ways of representation. Hopefully this change will sort things out. Change-Id: I03ae7b6c011c31ace454679837542d6d0909ecaa
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi
Change-Id: I5626478f75a95a47493689db73b2886e316edb5d Reviewed-on: https://gerrit.libreoffice.org/4788 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida
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ňák
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
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida
Moved much of the field area specific storage from the parent dialog to its child field area control. It's much cleaner this way. Change-Id: I603fbebc2d9d62742a3808d6f72ca23357d84046
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-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-23removed unused forward declarations of classTakeshi Abe
except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold
Change-Id: I0b9abff3978c03c87aa0d49dbfb531ec4f38d698
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida
This can mean the difference of 10 seconds vs 0.01 second depending on the type of data.
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida
2012-02-22Correctly display layout name of data fields.Kohei Yoshida
2012-02-22Only show original dimensions in the select window.Kohei Yoshida
2012-02-22Some cleanups.Kohei Yoshida
* No source column offset since we only store 0-based field index everywhere now. * No more function count since each pivot field can only have one function.
2012-02-22String and bool conversion.Kohei Yoshida
2012-02-22This is no longer true.Kohei Yoshida
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
But it's apparently broken at the moment. I need to fix this...
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara
2011-03-23Removed unused code.Kohei Yoshida
2011-03-14More stupid build fixes.Kohei Yoshida
2011-03-14fix misc merge issues breaking the buildMichael Meeks
2011-03-14making sc/source/filter compile againBjoern Michaelsen
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]
2011-01-25Translated comments from German to EnglishChristina Rossmanith
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of ↵Daniel Rentz [dr]
fields in all areas
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-11-17Ported my previous work into this branch. Not build-tested yet.Kohei Yoshida
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-05Ported calc-dp-sort-fix.diff from ooo-build.Kohei Yoshida
This change fixes the data pilot field options dialog, to display the name of a data field "<name> - <function>" to be consistent with the rest of the data pilot UI. This change also fixes failure to calculate result when a data field's result is relative to another data field & the referenced data field used custom name. (n#629920)
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm
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)
2010-09-01calc59: #i114256# Don't move DataPilot fields to orientations that the ↵Niklas Nebel
source doesn't support
2010-03-23CWS-TOOLING: integrate CWS datapilotperfVladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-04datapilotperf: merge with DEV300_m71Niklas Nebel
2010-02-03datapilotperf: manual migration of changes by Wang Xu Ming from svn to hgNiklas Nebel
2010-01-28koheidatapilot03: merge with DEV300_m57Jens-Heiner Rechtien
2009-09-03slight comment cleaningKohei Yoshida
2009-09-02added getDisplayName() to ScDPLabelData, to keep the client code a little ↵Kohei Yoshida
cleaner.