summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2012-06-15set correct range as title + update for (not) betweenMarkus Mohrhard
2012-06-15fix repainting of conditional formatsMarkus Mohrhard
2012-06-15correctly set new conditional formatMarkus Mohrhard
2012-06-05Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2012-05-13removed unused definesTakeshi Abe
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
2012-05-08resolved rhbz#819118 catch exception from VBA lib containerEike Rathke
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
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