summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Version 3.4.4.2, tag libreoffice-3.4.4.2 (3.4.4-rc2)libreoffice-3.4.4.2libreoffice-3.4.4-finallibreoffice-3-4-4feature/onemsiPetr Mladek0-0/+0
2011-10-25Branch libreoffice-3-4-4Petr Mladek0-0/+0
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
2011-07-26make strings localizable - fdo#36706Andras Timar1-2/+2
2011-07-25fdo#39236: Better way to remove DP objects without reversing order.Kohei Yoshida1-9/+21
2011-07-22fix for fdo#37128: set upper limit for second parameter of tinv to 1E10Markus Mohrhard1-1/+1
2011-07-21Avoid confusion with our windows api clash preventionFridrich Štrba1-0/+7
2011-07-20fdo#39236: Prevent double-deletes during removal of pivot tables.Kohei Yoshida1-24/+9
2011-07-19fix for fdo#39333: database ranges don't work in formulasMarkus Mohrhard2-4/+4
2011-07-19fix for fdo#35357 SetNamedRanges speedupLaurent Godard1-109/+30
2011-07-19Out-of-bounds array access fix. (Thanks to Fridrich too).Muthu Subramanian1-3/+3
2011-07-19Correctly use adjusted range strings for range name import.Kohei Yoshida1-1/+1
2011-07-15fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida4-33/+42
2011-07-15fdo#36688: Make sure the drawing layer is initialized before use.Kohei Yoshida1-0/+1
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
2011-07-08fix for fdo#37880Markus Mohrhard2-1/+15
2011-07-07Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida1-0/+8
2011-07-06fix for fdo#38380: update local range namesMarkus Mohrhard1-0/+17
2011-06-30fix for fdo#36963: name box always selects cell in the first sheetMarkus Mohrhard2-2/+2
2011-06-28fdo#38456: Always set column offset to 0Katarina Machalkova1-3/+0
2011-06-24Revert "fdo#36688: Fixed undisplayed calc page and header / footer borders"Petr Mladek1-7/+4
2011-06-23fix for fdo#38544 enable Object/Edit menu item for ole/embedded objectsNoel Power1-1/+1
2011-06-23fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard1-1/+3
2011-06-23fix for fdo#38204: formulas with range names were not imported correctlyMarkus Mohrhard1-1/+1
2011-06-21better fix for fdo#38455Markus Mohrhard1-2/+3