summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-07-16Revert "fix excel row height export problems ( I hope ) fdo#50304"Markus Mohrhard1-38/+15
2012-07-16show comments in the navigator, fdo#51859Markus Mohrhard1-1/+1
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard1-1/+1
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard2-0/+41
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar3-31/+35
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
2012-07-13fdo#35953 resize controls on Solver dialog of CalcAndras Timar1-42/+42
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida1-2/+10
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke1-1/+25
2012-07-09performance problem with this commitMarkus Mohrhard1-1/+1
2012-07-08fix layout issue on Data Bar dialogAndras Timar1-2/+1
2012-07-08fix a few layout problems in Conditional Formatting dialogAndras Timar2-13/+16
2012-07-08we still need to pass the wrong number of read bytesMarkus Mohrhard1-1/+1
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard5-18/+100
2012-07-07fdo#51830 order of OK and Cancel buttonsAndras Timar1-2/+2
2012-07-07fdo#43109: Don't check for simple number when text format is requested.Kohei Yoshida1-1/+1
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida9-11/+17
2012-07-06Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.Kohei Yoshida1-0/+1
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard1-2/+7
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard2-2/+15
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida1-1/+21
2012-07-05Unnecessary header include.Kohei Yoshida1-1/+0
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke3-6/+16
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida13-0/+119
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl13-55/+74
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl9-17/+19
2012-07-04Remove duplication of License/Credits informationStefan Knorr (astron)1-1/+0
2012-07-04don't use SC_DLLPUBLIC for class + methodMarkus Mohrhard1-4/+4
2012-07-04impreove the cond format dialog a little bitMarkus Mohrhard2-8/+13
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard1-2/+2
2012-07-04make the cond format dialog a bit mroe beautifulMarkus Mohrhard1-42/+28
2012-07-04correct enumerate the condition entries in the dialogMarkus Mohrhard6-7/+28
2012-07-04localize all parts of the new cond format dialogsMarkus Mohrhard5-11/+71
2012-07-04add the cond format managerMarkus Mohrhard21-73/+669
2012-07-03do not attempt to compile running formula cell (fdo#51601 related)Eike Rathke1-7/+4
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida3-0/+9
2012-07-02fdo#51222: Use multi-list box for subtotal dialog.Kohei Yoshida3-5/+7
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida1-1/+1
2012-07-02resolved fdo#51478 handle array context in T()Eike Rathke1-10/+7
2012-07-02propagate error in ScInterpreter::GetDoubleOrStringFromMatrix() (fdo#51478 de...Eike Rathke1-0/+7
2012-07-02resolved fdo#51442 N() inconsistent argument handlingEike Rathke3-47/+41
2012-07-02added mnStringNoValueError handling to ConvertStringToValue() (fdo#51442 depe...Eike Rathke1-1/+7
2012-06-30handle single cell conditional formats correctly, fdo#51555Markus Mohrhard1-0/+6
2012-06-30correctly calculate scroll bar position, related fdo#51599Markus Mohrhard1-1/+1
2012-06-30show correct preview when opening the dialog, fdo#51590Markus Mohrhard1-0/+1
2012-06-30the end of the formula is the closing bracket, fdo#51507Markus Mohrhard1-1/+1
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard2-0/+14
2012-06-27add support for axis color import/exportMarkus Mohrhard4-1/+18
2012-06-27support colored axis in data barsMarkus Mohrhard5-2/+14