summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2012-04-25fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.Florent Gallaire
2012-04-18Just link statically to ScFilterCreate() in the DISABLE_DYNLOADING caseTor Lillqvist
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke
2012-04-14resolved fdo#48621 better handling of broken CSV filesEike Rathke
2012-04-13two additional places to raise data truncated error for fdo#48516Eike Rathke
2012-04-13one more lcl_appendLineData() for line size >64kEike Rathke
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke
2012-04-10sal_Bool to boolEike Rathke
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04ScDBDocFunc::Sort: work around STL assertion in sc_unoapiMichael Stahl
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-04-02virtualise the ScDocFunc to allow interposing some magicMichael Meeks
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-25WaE: one more newly unused variableMarkus Mohrhard
2012-03-25remove newly unused variableMarkus Mohrhard
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida
2012-03-22More bug fixes related to grouped dimension handling.Kohei Yoshida
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-14We need to manually clear the table data in presence of group fields.Kohei Yoshida
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida
2012-03-14Use bool.Kohei Yoshida
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard
2012-03-08some simplification in ScDocFunc::InsertTableMarkus Mohrhard
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05I assume "DBase" here means a file format, not "database" in generalTor Lillqvist
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-27Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner
2012-02-27merge GetString variantsCaolán McNamara
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti