summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-07Branch libreoffice-3-4-6libreoffice-3-4-6Petr Mladek0-0/+0
2012-02-10fdo#36109 in INDIRECT() make a non-existing sheet produce an error againlibreoffice-3-4Eike Rathke2-2/+4
2012-02-08fix fdo#40590 stop abusing regular string token for XML importEike Rathke4-13/+8
2012-02-08fdo#40378 compile defined names that had unresolveds during loadEike Rathke7-57/+129
2012-02-08resolved fdo#38595 border width lost in ODF importEike Rathke1-2/+3
2012-02-07fdo#45115: sc: fix setting bordersMichael Stahl1-2/+1
2012-02-07fdo#45450: sc: ODF export: cell styles:Michael Stahl1-2/+2
2012-02-07fix getCellRangeByName failure for named rangeNoel Power21-53/+29
2012-02-03cast from BorderLine to BorderLine2 is not validEike Rathke1-2/+2
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke1-3/+20
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke1-1/+10
2012-01-23resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-20Resolves fdo#43725 crash on saving a fileEike Rathke1-13/+74
2012-01-16fdo#39118: Fixed chart listener registration during ODS import.Kohei Yoshida2-3/+3
2012-01-08return early on error in ScInterpreter::GetDBParam, fdo#44442Markus Mohrhard1-0/+3
2011-12-12fixed rhbz#754051 Libreoffice calc crashes when re-opening a xlxs fileEike Rathke1-0/+1
2011-12-09fdo#43308: Set the logic straight for "center across selection" setting.Kohei Yoshida1-9/+3
2011-11-24fdo#39589: Avoid using ulimit_cast between signed and unsigned.Kohei Yoshida1-2/+2
2011-11-11Fixed the wrong keyboard selection behavior in reference mode.Kohei Yoshida1-0/+2
2011-11-07fdo#42169: Display caption strings without format detection.Kohei Yoshida1-2/+13
2011-11-02we need to use ValidColRowOrRepeated, silly mistake by me.Markus Mohrhard1-1/+1
2011-11-01prevent access to non existing mdds elements (fdo#41807)Markus Mohrhard1-2/+4
2011-11-01boolean values are valid for matrix evaluation (fdo#49967)Markus Mohrhard1-1/+1
2011-11-01fdo#40110: Correctly map external ranges into matrix instances.Kohei Yoshida1-40/+39
2011-10-25Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)libreoffice-3.4.4.1Petr Mladek0-0/+0
2011-09-14fda#35965: Mark all formula cells dirty when appending a new sheetKohei Yoshida1-1/+4
2011-09-13fix fdo#39485 recalculate matrix formula dimension correctlyEike Rathke2-3/+11
2011-09-08Adjust the dialog size to make sure the bottom text is visible.Kohei Yoshida3-0/+69
2011-09-07don't extend the merged area by one for shadowsMarkus Mohrhard14-40/+27
2011-09-06crash when modifing a named rangeEike Rathke10-25/+28
2011-09-06fixed various crashes due to newly introducedEike Rathke1-3/+20
2011-09-06Speed up range name lookup by index.Kohei Yoshida2-13/+41
2011-09-05"thereof" should be translated to modern EnglishLior Kaplan1-1/+1
2011-08-30use boost::intrusive_ptr::get() instead of operator->()Eike Rathke3-3/+3
2011-08-25avoid maTables.back() calls by store and reuse when neededLaurent Godard2-47/+55
2011-08-16Version 3.4.3.1, tag libreoffice-3.4.3.1 (3.4.3-rc1)libreoffice-3.4.3.1Petr Mladek0-0/+0
2011-08-10Prevent crash at column row boundaries.Eike Rathke1-30/+16
2011-08-10Correctly import from Excel charts with multiple ranges.Kohei Yoshida4-16/+33
2011-08-08use delete[] for arrays allocated with new[]Markus Mohrhard1-2/+2
2011-08-08[PATCH] fix for fdo#39915: defining named ranges should be case insensitivMarkus Mohrhard1-1/+3
2011-08-08fix for fdo#39678: don't write password algorithm in odf 1.0 and 1.1Markus Mohrhard1-16/+22
2011-08-06fix for fdo#39792: changes to range names invalidate stream tooMarkus Mohrhard1-0/+4
2011-08-02fix for fdo#39773: crash with hidden column in Data->FormMarkus Mohrhard1-1/+2
2011-08-02fix for fdo#39151: set correct table number in local db dataMarkus Mohrhard1-1/+9
2011-08-02fix for fdo#39728: check for empty local range namesMarkus Mohrhard1-1/+3
2011-08-02bnc#707486: The previous commit is for bnc#707486, not for fdo#.Kohei Yoshida0-0/+0
2011-08-02fdo#707486: Use the correct clip doc instance to copy to.Noel Power1-1/+1
2011-07-29bnc#707486: Allow multi-range copy from VBA.Noel Power5-15/+158
2011-07-27Resolves: fdo#38955 set selection request as done for macro recorderCaolán McNamara1-0/+1
2011-07-27dr78: #i116250# set app flag in ScGlobal::SetSearchItem, fdo#33379, fdo#33593Niklas Nebel1-0/+1