summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-26disable password test onwindows for nowMarkus Mohrhard1-1/+1
2012-03-25WaE: one more newly unused variableMarkus Mohrhard1-1/+0
2012-03-25revert accidently commited linesMarkus Mohrhard1-1/+2
2012-03-25remove newly unused variableMarkus Mohrhard2-6/+1
2012-03-25Revert "simplify code - remove unnecessary and complicated allocation"Markus Mohrhard1-7/+9
2012-03-25Revert "restructure insert code as a precursor to further simplification"Markus Mohrhard1-5/+5
2012-03-25Revert "if/else branches contain same code"Markus Mohrhard1-5/+18
2012-03-25Revert "remove unnecessary use of local variable and auto_ptr"Markus Mohrhard1-3/+6
2012-03-25Revert "Convert tools/table.hxx to std::map in Chart2PositionMap class"Markus Mohrhard1-46/+41
2012-03-24ScDPDateGroupHelper class is no more.Kohei Yoshida4-113/+25
2012-03-23More on avoiding use of date helper.Kohei Yoshida2-27/+27
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida3-6/+1
2012-03-23We don't need date helper in FillGroupValues().Kohei Yoshida2-8/+23
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida4-13/+38
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida5-8/+32
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida7-11/+66
2012-03-23A little clean up.Kohei Yoshida2-14/+14
2012-03-23Bool-ness.Kohei Yoshida1-1/+1
2012-03-23Dump item values too.Kohei Yoshida1-3/+12
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida11-16/+124
2012-03-23No need to check for null table twice.Kohei Yoshida1-3/+0
2012-03-23.csv files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.xls files don't need executable bitsMichael Stahl9-0/+0
2012-03-23.ods files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl2-0/+0
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara3-8/+0
2012-03-23Localize the group prefix for pivot table defult group names.Kohei Yoshida3-3/+7
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard1-0/+4
2012-03-22Test for changing dimension member visibility & a little cleanup.Kohei Yoshida1-53/+49
2012-03-22More bug fixes related to grouped dimension handling.Kohei Yoshida2-1/+4
2012-03-22Get correct string value for group item value.Kohei Yoshida1-1/+1
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida4-4/+19
2012-03-22New unit test for pivot table with date grouping.Kohei Yoshida1-2/+120
2012-03-22New unit test for pivot table with number grouping.Kohei Yoshida1-0/+106
2012-03-23cache calls to mdds:mixed_type_matrix::size, related fdo#47299Markus Mohrhard1-17/+16
2012-03-22removed duplicate includes in scTakeshi Abe39-74/+0
2012-03-22ChartTokenMap can contain null pointersStephan Bergmann1-2/+3
2012-03-22Convert tools/table.hxx to std::map in Chart2PositionMap classNoel Grandin1-42/+46
2012-03-22remove unnecessary use of local variable and auto_ptrNoel Grandin1-6/+3
2012-03-22if/else branches contain same codeNoel Grandin1-18/+5
2012-03-22restructure insert code as a precursor to further simplificationNoel Grandin1-5/+5
2012-03-22simplify code - remove unnecessary and complicated allocationNoel Grandin1-9/+7
2012-03-22Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin2-33/+60
2012-03-22Convert tools/table.hxx usage to std::map in ScEEImport classNoel Grandin3-13/+12
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida1-1/+174
2012-03-22restructure the code a bit moreMarkus Mohrhard2-7/+2
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard1-0/+1
2012-03-21Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida1-0/+5
2012-03-21New unit test for pivot table with duplicated data fields.Kohei Yoshida1-35/+135
2012-03-21Make sure one base class does not use another one after destructionStephan Bergmann1-3/+6