summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.hxx
Commit message (Collapse)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-5/+5
| | | | Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
* remove whitespaceMarkus Mohrhard2014-06-251-3/+0
| | | | Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-2/+2
| | | | Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-25/+25
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* Remove visual noise from scAlexander Wilms2014-03-031-2/+2
| | | | | | | | | | Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* sal_Bool->boolNoel Grandin2014-02-101-1/+1
| | | | Change-Id: I3746ab9c065429815e7b0f91077a4bbef1223d1d
* sal_Bool->boolNoel Grandin2014-02-101-1/+1
| | | | Change-Id: I131f8fe012f3ed5908fee40459941dd43c284bc8
* sal_Bool->boolNoel Grandin2014-02-101-1/+1
| | | | Change-Id: Ic9466e26cef1539a76bc838d0424dc3c0c0d34dd
* sal_Bool->boolNoel Grandin2014-02-101-1/+1
| | | | Change-Id: Iba6a2b7d18f630cacbf8fda8d99c55e10e1abe92
* sal_Bool->boolNoel Grandin2014-02-101-4/+4
| | | | Change-Id: Iadbdb3b96d5e546e407e80f1ccc65e5db5f84f4e
* sal_Bool->boolNoel Grandin2014-02-101-1/+1
| | | | Change-Id: Id5a104fb70745e43da056c82ae44841c8b54abb2
* sal_Bool->boolNoel Grandin2014-02-101-6/+6
| | | | Change-Id: I4b8c94ae4b2bf3f1fc1f97b4533221f40b8d1907
* convert sc/inc/dpgroup.hxx from String to OUStringNoel Grandin2013-10-081-1/+1
| | | | Change-Id: I99bc911a2812164bc3655080d16d7c4b031a1df8
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-5/+5
| | | | | | | | 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.
* Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida2012-10-311-6/+6
| | | | | | | I always wanted to do this. The new name reflects what it really does better than the old one. Change-Id: I3c90cce06d482f1453936ff3916eef9663bb417b
* Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida2012-07-061-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
* fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida2012-07-051-0/+1
| | | | | | | Or else the pivot table would generate erroneous results or crash after refresh. Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
* removed unused forward declarations of classTakeshi Abe2012-06-231-1/+0
| | | | | | except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
* ScDPDateGroupHelper class is no more.Kohei Yoshida2012-03-241-28/+5
|
* More on avoiding use of date helper.Kohei Yoshida2012-03-231-4/+0
|
* We don't need date helper in FillGroupValues().Kohei Yoshida2012-03-231-2/+6
|
* Added dump methods to various classes to make debugging easier.Kohei Yoshida2012-03-231-0/+4
| | | | And a little code cleanup here and there...
* When changing grouping in one pivot table, update all linked tables.Kohei Yoshida2012-03-141-0/+2
| | | | | | | | | We need to do this now because we now store the group field data directly in the pivot cache, which is shared by all referencing tables. Also, actions involving modification of the cache is not undoable, and making it undoable would significantly increase Calc's runtime memory footprint. So, no way.
* Keep vector as vector.Kohei Yoshida2012-03-091-1/+1
|
* -Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann2012-03-091-1/+1
|
* Populate group dimensions directly to the cache.Kohei Yoshida2012-03-091-5/+2
| | | | | This is to avoid populating them twice in case the same cache is referenced by multiple pivot tables.
* Properly display grouped range values for range-based grouping.Kohei Yoshida2012-03-091-6/+1
|
* Get number-grouping to work again.Kohei Yoshida2012-03-091-4/+3
| | | | | Though I stil need to fix the sorting issue, which occurs because I use string items to represent the range items.
* Display special first/last date names correctly.Kohei Yoshida2012-03-091-13/+1
|
* Massive rework to reduce the size of ScDPItemData.Kohei Yoshida2012-03-091-3/+6
| | | | Currently lots of things are broken.
* Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida2012-02-281-11/+9
|
* String to rtl::OUString.Kohei Yoshida2012-02-101-2/+2
|
* Cleaned up more header include silliness.Kohei Yoshida2012-02-091-0/+1
|
* Include dpglobal.hxx only when necessary.Kohei Yoshida2012-02-091-1/+1
|
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-9/+9
| |\
| | * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-8/+8
| | |
* | | translate german comments in /sc/incNicolas Christener2011-03-131-9/+0
|/ /
* | Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida2011-03-011-2/+2
| | | | | | | | There were so many classes with 'DPTable' in them it was confusing.
* | Make sure nobody modifies the table cache outside of ScDPCacheTable.Kohei Yoshida2011-02-281-4/+6
| | | | | | | | | | Use const to ensure that nobody modifies the content of the table cache outside of ScDPCacheTable.
* | port repository calc to boost unordered containersFridrich Štrba2011-02-061-4/+4
| |
* | Removed unnecessary commentsChristina Rossmanith2011-01-091-21/+0
| |
* | add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+2
|/
* calc54: #i111435# in ScDPGroupTableData::CalcResults use dimension indexes ↵Niklas Nebel2010-05-071-1/+0
| | | | including groups
* CWS-TOOLING: integrate CWS datapilotperfVladimir Glazunov2010-03-231-13/+39
|\
| * datapilotperf: merge with DEV300_m71Niklas Nebel2010-02-041-2/+3
| |\
| * | datapilotperf: manual migration of changes by Wang Xu Ming from svn to hgNiklas Nebel2010-02-031-13/+39
| | |