summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke
2012-08-17check for non existing style entries, fdo#53339Markus Mohrhard
2012-08-15ensure placeholder substitution on XclImpDrawObjBase::ReadObj8 failureCaolán McNamara
2012-08-14fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida
2012-08-14fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
2012-08-13correctly calculate percentile for upper data bar limitMarkus Mohrhard
2012-08-10vertically align and enlarge fields in cond.formatting dialogJean-Baptiste FAURE
2012-08-06delete conditional format entries that are removed, fdo#52351Markus Mohrhard
2012-08-05use correct string length for "between", fdo#53010Markus Mohrhard
2012-08-03Use the internal API to set field item's properties.Kohei Yoshida
2012-08-03new fix for fdo#52998Noel Power
2012-08-02warning: statement has no effectMichael Stahl
2012-08-02added back a missing elseEike Rathke
2012-08-02Lotus WK: fix warningsEike Rathke [er]
2012-08-02StarCalc 1.0: fix memory leaksEike Rathke [er]
2012-08-02QuattroPro warningsEike Rathke [er]
2012-08-01resolved fdo#53012 crash in CSV fixed width importEike Rathke
2012-07-30copy conditional formats with sheets, fdo#52457Markus Mohrhard
2012-07-30use correct cursor pos for cond format formulas, fdo#52565Markus Mohrhard
2012-07-30MSVC complains about too many implicit conversionsMichael Stahl
2012-07-26mark manual row heights correctly during import, fdo#52393Markus Mohrhard
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke
2012-07-23use correct source table for cond format paste, fdo#52340Markus Mohrhard
2012-07-20resolved fdo#52205 do not force all text cells in CSV importEike Rathke
2012-07-18correct but ugly fix for i#118877Markus Mohrhard
2012-07-16Revert "fix excel row height export problems ( I hope ) fdo#50304"Markus Mohrhard
2012-07-16show comments in the navigator, fdo#51859Markus Mohrhard
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard
2012-07-13fdo#35953 resize controls on Solver dialog of CalcAndras Timar
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida
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