summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky5-5/+5
2013-02-13bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida1-2/+1
2013-02-05fdo#39135: Prevent integer overflow & update the character during loop.Kohei Yoshida1-0/+5
2013-02-05fdo#59426: Don't try to repair package during flat detection phase.suse-3.6-10Kohei Yoshida1-3/+9
2013-02-05Disabling sc_chart_regression_test (like on Master)Muthu Subramanian1-1/+3
2013-02-01bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida1-3/+4
2013-01-30bnc#492440: Sort autofilter popup items correctly.Kohei Yoshida1-5/+5
2013-01-30Fix the build.Kohei Yoshida1-1/+1
2013-01-30Don't overwrite bCalcAll when it's already set & remove SetCompile().Kohei Yoshida2-2/+2
2013-01-30bnc#615357: Recompile cells with #NAME! for English function name option.Kohei Yoshida7-6/+102
2013-01-02fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet1-0/+2
2012-12-21we need to catch the exception here, fdo#57451Markus Mohrhard1-1/+8
2012-12-14Do extra check on source range to make sure no funny things happen.Kohei Yoshida2-0/+13
2012-12-14fix sometimes data corruption with xlsx import ( with scenario sheets )Noel Power1-5/+2
2012-12-14fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-1/+43
2012-12-13bnc#791706: Support multiple selection in page fields.Kohei Yoshida28-408/+405
2012-12-13Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("Kohei Yoshida5-33/+7
2012-12-06bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida2-52/+40
2012-12-06Avoid activating window pane when launching popup window.Kohei Yoshida2-17/+26
2012-12-06fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida5-37/+86
2012-12-05fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power5-7/+33
2012-11-21fdo#56584: delete also note caption.Markus Mohrhard1-1/+1
2012-11-21fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida1-3/+3
2012-11-21remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard3-4/+29
2012-11-20only set entries for existing sort entries, related fdo#56958Markus Mohrhard1-1/+1
2012-11-20make sure that the sort vector is large enough, fdo#56958Markus Mohrhard1-0/+3
2012-11-20fix for fdo#55875 numbers as text converted strangelyNoel Power1-1/+8
2012-11-20fdo#56776: Change in formula options should cause repaint.Kohei Yoshida1-0/+5
2012-11-20resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke1-32/+35
2012-11-07fix ooxml color exportMarkus Mohrhard1-1/+1
2012-11-07export dxfs at the correct placeMarkus Mohrhard1-1/+1
2012-11-07fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida1-0/+2
2012-11-07halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power1-1/+4
2012-11-07fix copy paste error, fdo#55673Markus Mohrhard1-1/+1
2012-11-07only delete cond formats if the correct attributes are passed, fdo#56316Markus Mohrhard1-1/+2
2012-11-05Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
2012-11-05Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
2012-11-05Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida1-1/+1
2012-11-05fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida1-6/+10
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek34-198/+312
2012-10-30vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard1-0/+4
2012-10-30hopefully more successful attempt to solve fdo#50304Noel Power1-5/+17
2012-10-22only use non blank cells in the visible data methods, fdo#54552Markus Mohrhard1-3/+7
2012-10-22write the custom sort list info into the item set, fdo#53870Markus Mohrhard2-0/+5
2012-10-22ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard1-0/+4
2012-10-19exchange sort settings between the two tab pages, fdo#53482Noel Power2-10/+10
2012-10-16don't insert notes from deleted cells, fdo#55885Markus Mohrhard1-4/+14
2012-10-15Check for null object. The OLE name may not always be set.Kohei Yoshida1-1/+1
2012-10-11only access first element if vector is not empty, fdo#55734Markus Mohrhard1-1/+3
2012-10-11kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard1-1/+1