summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
Commit message (Expand)AuthorAgeFilesLines
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-181-4/+2
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-181-2/+2
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-181-2/+3
* sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-131-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* sc: remove some unused boost includesMichael Stahl2015-11-061-1/+0
* com::sun::star->css in scNoel Grandin2015-10-281-25/+21
* boost->stdCaolán McNamara2015-09-181-2/+2
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-2/+2
* boost->stdCaolán McNamara2015-09-171-2/+2
* improve the returnbyref lopluginNoel Grandin2015-07-061-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida2014-08-281-0/+4
* Make some methods non-inline, and add method descriptions.Kohei Yoshida2014-08-281-5/+9
* remove whitespaceMarkus Mohrhard2014-06-251-2/+0
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-3/+3
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-1/+1
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann2014-02-031-5/+5
* fdo#72774: Add test for group field cache population on file load.Kohei Yoshida2014-01-071-2/+1
* fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida2013-12-101-2/+2
* fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida2013-12-101-5/+5
* Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida2013-12-101-0/+4
* fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida2013-12-061-0/+3
* fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida2013-12-061-0/+6
* Remove more unused methodsMarcos Paulo de Souza2013-09-041-4/+0
* Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida2013-07-011-1/+1
* We can remove all this code now.Kohei Yoshida2013-04-191-2/+0
* More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida2013-04-191-2/+1
* fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida2013-04-191-0/+5
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-36/+36
* Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida2013-01-291-2/+2
* bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida2013-01-291-0/+4
* Let's remove this underused bAlive flag....Kohei Yoshida2013-01-111-7/+0
* callcatcher: update unusedcode code listCaolán McNamara2012-12-171-2/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-30/+21
* Forward declaration cleanup in header files.Kohei Yoshida2012-09-181-0/+4
* fdo#53938: Don't proceed when error occurs.Kohei Yoshida2012-08-301-1/+1
* -Werror,-Wshadow (Clang 3.1)Stephan Bergmann2012-07-231-1/+1
* fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida2012-07-051-0/+6
* removed unused forward declarations of classTakeshi Abe2012-06-231-2/+0
* Remove unused method ScDPObject::HasGroupsJavier Catala2012-04-261-1/+0
* Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák2012-04-191-10/+10
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-071-10/+10
* The real cleanup I meant to commit earlier...Kohei Yoshida2012-04-051-3/+0
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-051-0/+3
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-041-3/+0
* Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida2012-03-231-0/+6
* When updating pivot table with groups, we need to clear the table data.Kohei Yoshida2012-03-221-0/+1
* When changing grouping in one pivot table, update all linked tables.Kohei Yoshida2012-03-141-0/+9