summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-07fdo#72774: Ensure that all the group fields are in cache upon file load.Kohei Yoshida1-0/+3
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida1-5/+7
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida1-2/+2
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida1-20/+37
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida1-0/+28
2013-12-09Use OUString::startsWithStephan Bergmann1-1/+1
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida1-6/+43
2013-12-07check string boundsEike Rathke1-2/+2
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida1-0/+441
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida1-0/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-09-05WaE: -Werror,-Wunused-functionThomas Arnhold1-223/+0
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-215/+0
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-1/+9
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-2/+2
2013-04-19We can remove all this code now.Kohei Yoshida1-11/+0
2013-04-19Move the dimension order calculation into ScDPSaveData.Kohei Yoshida1-31/+5
2013-04-19Retrieve the result value for GETPIVOTDATA for real (finally!)Kohei Yoshida1-5/+5
2013-04-19More progress. Getting closer...Kohei Yoshida1-8/+39
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida1-8/+37
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-0/+51
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-6/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-70/+70
2013-01-29Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida1-11/+26
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida1-0/+98
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+2
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-12/+0
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida1-6/+2
2012-12-17callcatcher: update unusedcode code listCaolán McNamara1-89/+0
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-7/+1
2012-12-12Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("Kohei Yoshida1-1/+1
2012-12-05fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida1-1/+11
2012-12-05fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-51/+37
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida1-2/+2
2012-10-12remove unused local static functionsCaolán McNamara1-29/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-10/+10
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-1/+1
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-4/+3
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-5/+3
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+1
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida1-4/+5
2012-08-30fdo#53938: Check for null pointer.Kohei Yoshida1-0/+5
2012-08-23Removing a non-virtual destructor.Kohei Yoshida1-5/+0
2012-08-22We assume that this uno interface exists. No need to check it.Kohei Yoshida1-2/+1
2012-08-22Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida1-2/+181
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-9/+9
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-2/+7