summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-03-28BiffOutputRecordBuffer never constructedCaolán McNamara
2012-03-28BiffOutputStream never constructedCaolán McNamara
2012-03-28callcatcher: regenerate listCaolán McNamara
2012-03-28add chart regression testMarkus Mohrhard
test is based on qa::Dumper and dumps the layout of the chart
2012-03-27callcatcher: update listCaolán McNamara
2012-03-27UniString removal.Kohei Yoshida
2012-03-27fix build, restore these constructors for nowCaolán McNamara
These classes appear to never be constructed and can go in their entirity, but its a bit of a rats nest at the moment
2012-03-27remove unused code (oox, sc)Petr Vorel
2012-03-27Resolves: rhbz#802173 crash in ScRowStyles::GetStyleNameIndexCaolán McNamara
2012-03-27qahelper.hxx's loadFile() needs liblo-bootstrap on AndroidTor Lillqvist
2012-03-27Let's not use a macro for this...Kohei Yoshida
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard
Fixes that if more than 84 empty but formatted rows at the end of a file have been found the export skipped those rows.
2012-03-26remove unused code (oox)Petr Vorel
2012-03-26WaE: compile under product and dbgutil modesCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard
2012-03-26sal_Bool -> bool in dociter.[ch]xxMarkus Mohrhard
2012-03-26clean-up sc's macros_test a bitMarkus Mohrhard
2012-03-26disable password test onwindows for nowMarkus Mohrhard
2012-03-25WaE: one more newly unused variableMarkus Mohrhard
2012-03-25revert accidently commited linesMarkus Mohrhard
2012-03-25remove newly unused variableMarkus Mohrhard
2012-03-25Revert "simplify code - remove unnecessary and complicated allocation"Markus Mohrhard
This reverts commit 3ffdb45ae047f12480e73fdd4b28fe35f1e8d48c.
2012-03-25Revert "restructure insert code as a precursor to further simplification"Markus Mohrhard
This reverts commit 4aa72e0dee42c80667083c0b86a3d0ec5381c1ae.
2012-03-25Revert "if/else branches contain same code"Markus Mohrhard
This reverts commit 13bf19769e6e0522d920594225b9baa2c1b7dd63.
2012-03-25Revert "remove unnecessary use of local variable and auto_ptr"Markus Mohrhard
This reverts commit 6af00cf90f4314be11ac7d8f186bb9da4f228cf1.
2012-03-25Revert "Convert tools/table.hxx to std::map in Chart2PositionMap class"Markus Mohrhard
This reverts commit db3786ee3aa0d8911042c9bbcea02cf36d96dfa1. Conflicts: sc/source/ui/unoobj/chart2uno.cxx
2012-03-24ScDPDateGroupHelper class is no more.Kohei Yoshida
2012-03-23More on avoiding use of date helper.Kohei Yoshida
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida
It's a no-op when there is no group dimensions anyways.
2012-03-23We don't need date helper in FillGroupValues().Kohei Yoshida
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida
With this, we can phase out the "DateHelper" class...
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida
And a little code cleanup here and there...
2012-03-23A little clean up.Kohei Yoshida
2012-03-23Bool-ness.Kohei Yoshida
2012-03-23Dump item values too.Kohei Yoshida
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida
2012-03-23No need to check for null table twice.Kohei Yoshida
2012-03-23.csv files don't need executable bitsMichael Stahl
2012-03-23.xls files don't need executable bitsMichael Stahl
2012-03-23.ods files don't need executable bitsMichael Stahl
2012-03-23.java files don't need executable bitsMichael Stahl
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara
2012-03-23Localize the group prefix for pivot table defult group names.Kohei Yoshida
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard
2012-03-22Test for changing dimension member visibility & a little cleanup.Kohei Yoshida
2012-03-22More bug fixes related to grouped dimension handling.Kohei Yoshida
2012-03-22Get correct string value for group item value.Kohei Yoshida
Unlike the old version, the new version no longer stores string value for non-string items. We need to call GetFormattedString() for that.