summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-23Version 3.4.3.2, tag libreoffice-3.4.3.2 (3.4.3-rc2)libreoffice-3.4.3.2libreoffice-3.4.3-finallibreoffice-3-4-3Petr Mladek0-0/+0
2011-08-17Branch libreoffice-3-4-3Petr Mladek0-0/+0
This is 'libreoffice-3-4-3' - the stable branch for the 3.4.3 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master.
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-15set link text propertiesRadek Doulik1-0/+11
- hlink color from color scheme (if not overriden by text character properties) - single underline ( ditto ) (cherry picked from commit bfa1f314e328e1363798880c431916f91f541d9c) Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2011-08-10fix build breakerNoel Power1-2/+1
2011-08-09Fix for valgrind error in msdffimp.cxxMarc-Andre Laverdiere1-18/+17
Error: Conditional jump or move depends on uninitialised value(s) Fix: Ensure that nGroupShapeFlags is initialized in the constructor Also cleaned up some duplicate variables (cherry picked from commit eb1d986b424a07a32dcc07e854e2b078150a3396) Conflicts: filter/source/msfilter/msdffimp.cxx
2011-07-26change 2007 XML to 2007/2010 XML in UI strings - fdo#36735Andras Timar18-29/+18
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-26change 97/XP/2000 to 97/XP/2000/2003 - fdo#36734Andras Timar11-14/+14
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-20Correctly detect documents with xlk extension as Excel binary.Kohei Yoshida1-1/+1
XLK is an extension for Excel backup file automatically created by Excel upon opening of a document. The content is still a normal Excel file so why not detect it correctly. (cherry picked from commit 9ae1a63b1c74e19bc2f21d31e6979c507ce43f7c) Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-07-19Adding additional check for mnFormulaType.Muthu Subramanian1-1/+1
2011-07-19related fdo#39023: correct import of shared formulasMuthu Subramanian1-3/+6
2011-07-19remove leftover debugging printfsMichael Meeks1-3/+3
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-12fix for fdo#39023: shared formulas are not imported correctlyMarkus Mohrhard1-1/+5
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-07-11n#694356: Using formatcode while displaying labels.Muthu Subramanian3-3/+21
Used when the lables don't have their own formatcode and depend on the data's format code for formatting. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Resolves: fdo#34023 apparent negative string lengthCaolán McNamara1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08do not set solid line border and fill as default for chartareaRadek Doulik1-11/+3
- fixes n#694392 Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-07-07gcc 4.0 doesn't support the C++0x usage of enum::valueJoseph Powers2-2/+2
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-07The enum type name should be included when accessing the enum values.Joseph Powers1-1/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-07fix for bnc#693386Noel Power3-9/+42
properly handle relative Uri(s) in Target Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-07Fix label position for ooxml chartsThorsten Behrens1-0/+31
Fixes bnc#694340 somewhat hackish - chart2 cannot individually place chart data labels, so if the original ooxml document does, attempt one of the canned position as an approximation. Signed-off-by: Andras Timar <atimar@suse.com>
2011-07-06Added pointer validations to avoid some edge-case documents crashingmarc-andre@atc.tcs.com1-2/+2
(cherry picked from commit e3d3d88ccc959fc30d1d93bf1b6273f8d4f5b25a)
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-06-07Resolves: rhbz#710556 don't crash on missing graphicsCaolán McNamara1-14/+14
(cherry picked from commit b883b506e2d4dca419838b56915c58a0030d5b98)
2011-05-30Fix xlsx 2010 export.Muthu Subramanian1-1/+1
2011-05-20fix config for pptx filter - thanks to BubliRadek Doulik3-3/+3
Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Fridrich Strba <fstrba@novell.com>
2011-05-20Make export to .pptx 2010 work againKatarina Machalkova1-1/+1
(use correct FilterService string) Signed-off-by: Radek Doulik <rodo@novell.com> Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Fridrich Strba <fstrba@novell.com>
2011-05-20don't de-reference null pointer - fix crash with certain PPTX filesMichael Meeks1-5/+7
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-05-19fix for fod#37367 ( docx import of hyperlinks )Noel Power1-1/+1
this fix is a companion fix for the change made below http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729 previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call resulted in the OOXMLFastContextHandlerStream::lcl_character method getting called which in turn called the OOXMLFastContextHandler::text method. This no longer happens so we call the text method directly now Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-05-19Revert "fix for fod#37367 ( docx import of hyperlinks )"Noel Power2-32/+1
This reverts commit 33e58cade2d3e81a86484a10ae224a1160a004d3.
2011-05-19fix for fod#37367 ( docx import of hyperlinks )Noel Power2-1/+32
this fix is a companion fix for the change made below http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729 previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call to resulted in the OOXMLFastContextHandlerStream::lcl_character method getting called which in turn called the OOXMLFastContextHandler::text method. This no longer happen so we call the text method directly now
2011-05-17Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)libreoffice-3.4.0.1Petr Mladek0-0/+0
2011-05-17fdo#36339: Promote the default chart8 filter as the preferred filter.Kohei Yoshida1-1/+1
This ensures that the default chart8 filter gets picked over the one from Oracle Report Builder. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-05-16fdo#35668: do not manually free parser contextBjoern Michaelsen2-3/+1
* reenable complex.unoxml.DOMTest testXDocumentBuilder() * do not manually free parser context, there is a shared_ptr for that
2011-05-13avoid deleting before a use (bnc#693200)Luboš Luňák1-1/+1
The call to clearShapes() cleared the list and deleted items, which was what pShape was pointing to -> crash. ACK by Cedric.
2011-05-10Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)libreoffice-3.3.99.5Petr Mladek0-0/+0
2011-05-10And finally, binfilter builds on windows againFridrich Štrba1-1/+0
2011-05-10Some more makefile.pmk inclusionsFridrich Štrba2-0/+2
2011-05-10Fix missing declaraction of ConvListFridrich Štrba1-0/+1
2011-05-10Revert "Remove DECLARE_LIST( ConvList, Conversation* )"Fridrich Štrba1-1/+23
This commit breaks Windows build. This reverts commit 508c29ec65a35a7177a82a21a19cf41dc2733a62.
2011-05-10Revert "Committing some more DECLARE_LIST removal that compiles on linux"Fridrich Štrba3-23/+9
DECLARE_LIST still works so revert this changes and try to make binfilter first build and then refactor. This reverts commit 6406e1187f5370fd40ebb384545bbff282a8da13.
2011-05-10Committing some more DECLARE_LIST removal that compiles on linuxFridrich Štrba3-9/+23
2011-05-10Unbreak binfilter on WindowsFridrich Štrba7-0/+7
2011-05-09make OOXML import use sheet local db dataMarkus Mohrhard5-4/+40
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-04Copy&pasting is considered harmfulKatarina Machalkova1-1/+1
(cherry picked from commit 930824ebb65245e7f6630888379bb71438e63cf2)
2011-05-04Check for existence of property before retrieving its valueKatarina Machalkova1-11/+31
Is[Empty]PresentationObject prop seems not to be set in Calc/Writer shape objects and retrieving its value throws an exception. This fixes export of xlsx docs with embedded pics/charts. (cherry picked from commit dd719060ab7ba487aff70bbf21418a2c2fb9cce6)
2011-05-03svx-hacky-htmlselect-control-import.diff ( bnc#523191 )Noel Power2-0/+164
2011-05-03fix for fdo#33462Marcel HB1-1/+1
resets the row properties after each row is processed.
2011-05-03Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)libreoffice-3.3.99.4Petr Mladek0-0/+0
2011-04-29svx-ppt-bullet-offset-fix.diff: bullet list paragraph indentation (bnc#593609)Radek Doulik2-4/+26
fixes TextRulerAtom record import, where we sometime ended up with bullet offsets close to 0xffff