summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke
2012-07-09performance problem with this commitMarkus Mohrhard
2012-07-08fix layout issue on Data Bar dialogAndras Timar
2012-07-08fix a few layout problems in Conditional Formatting dialogAndras Timar
2012-07-08we still need to pass the wrong number of read bytesMarkus Mohrhard
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard
2012-07-07fdo#51830 order of OK and Cancel buttonsAndras Timar
2012-07-07fdo#43109: Don't check for simple number when text format is requested.Kohei Yoshida
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida
2012-07-06Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.Kohei Yoshida
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida
2012-07-05Unnecessary header include.Kohei Yoshida
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-07-04Remove duplication of License/Credits informationStefan Knorr (astron)
2012-07-04don't use SC_DLLPUBLIC for class + methodMarkus Mohrhard
2012-07-04impreove the cond format dialog a little bitMarkus Mohrhard
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard
2012-07-04make the cond format dialog a bit mroe beautifulMarkus Mohrhard
2012-07-04correct enumerate the condition entries in the dialogMarkus Mohrhard
2012-07-04localize all parts of the new cond format dialogsMarkus Mohrhard
2012-07-04add the cond format managerMarkus Mohrhard
2012-07-03do not attempt to compile running formula cell (fdo#51601 related)Eike Rathke
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida
2012-07-02fdo#51222: Use multi-list box for subtotal dialog.Kohei Yoshida
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida
2012-07-02resolved fdo#51478 handle array context in T()Eike Rathke
2012-07-02propagate error in ScInterpreter::GetDoubleOrStringFromMatrix() (fdo#51478 de...Eike Rathke
2012-07-02resolved fdo#51442 N() inconsistent argument handlingEike Rathke
2012-07-02added mnStringNoValueError handling to ConvertStringToValue() (fdo#51442 depe...Eike Rathke
2012-06-30handle single cell conditional formats correctly, fdo#51555Markus Mohrhard
2012-06-30correctly calculate scroll bar position, related fdo#51599Markus Mohrhard
2012-06-30show correct preview when opening the dialog, fdo#51590Markus Mohrhard
2012-06-30the end of the formula is the closing bracket, fdo#51507Markus Mohrhard
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard
2012-06-27add support for axis color import/exportMarkus Mohrhard
2012-06-27support colored axis in data barsMarkus Mohrhard
2012-06-26fix for fdo#51040 preview crashNoel Power
2012-06-26Revert "set the zoom only once, prevents infinite loop, fdo#51040"Noel Power
2012-06-26resolved fdo#47222 in N() pop string constant before pushing resultEike Rathke
2012-06-26fdo#46338 preserve sheet name input of invalid referenceEike Rathke
2012-06-25only export the supported number of rows/columns, fdo#49582Markus Mohrhard
2012-06-25repaint all cells if NULL is passed, fdo#51174Markus Mohrhard
2012-06-25pass the ScRangeList directly to improve performance, fdo#49764Markus Mohrhard
2012-06-25set the zoom only once, prevents infinite loop, fdo#51040Markus Mohrhard