summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-28com::sun::star->css in scNoel Grandin1-25/+21
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida1-0/+4
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida1-5/+9
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-3/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-03Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann1-5/+5
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida1-2/+1
2013-12-10fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida1-2/+2
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida1-5/+5
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida1-0/+4
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida1-0/+3
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida1-0/+6
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-4/+0
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida1-1/+1
2013-04-19We can remove all this code now.Kohei Yoshida1-2/+0
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida1-2/+1
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-0/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-36/+36
2013-01-29Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida1-2/+2
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida1-0/+4
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-7/+0
2012-12-17callcatcher: update unusedcode code listCaolán McNamara1-2/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-30/+21
2012-09-18Forward declaration cleanup in header files.Kohei Yoshida1-0/+4
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida1-1/+1
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-1/+1
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+6
2012-06-23removed unused forward declarations of classTakeshi Abe1-2/+0
2012-04-26Remove unused method ScDPObject::HasGroupsJavier Catala1-1/+0
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-10/+10
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-10/+10
2012-04-05The real cleanup I meant to commit earlier...Kohei Yoshida1-3/+0
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-0/+3
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-3/+0
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-0/+6
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida1-0/+1
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida1-0/+9
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida1-2/+5
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-2/+1
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida1-6/+12
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida1-8/+13
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida1-7/+9
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-2/+2