summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resolved rhbz#813280 the current document is not always the first in listEike Rathke2012-04-172-10/+19
| | | | | | | i.e. if more than one document open and dialog invoked on any but the first document. Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe2012-04-171-1/+1
| | | | | | this fixed a regression slipped into 8808d77f199720be596a09084fbc36569ed2f1f1 Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* Update OxygenOffice's configKalman Szalai - KAMI2012-04-171-11/+23
|
* png parsing regression testCaolán McNamara2012-04-1712-11/+40
| | | | | Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* OfficeConnection: kill soffice process when Java bridge is disposedMichael Stahl2012-04-171-15/+24
| | | | | | | In the rare case that the soffice process outlives the Java side UNO bridge, ensure that soffice.bin doesn't continue running. Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl2012-04-171-1/+6
| | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* oosplash: handle SIGTERM by killing soffice.binMichael Stahl2012-04-171-0/+16
| | | | | | | | Conflicts: desktop/unx/source/start.c Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* ExecuteQuerySaveDocument: return NO when headless instead of CANCELMichael Stahl2012-04-171-0/+5
| | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* cppcanvas: processEMFPlus: fix valgrind warning:Michael Stahl2012-04-172-4/+4
| | | | | | | | When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where points are stored as 16-bit integers instead of floats correctly. Found via valgrind on loading bugdoc from fdo#42252. Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* Fix fdo#47484 - use older ODF encryption by defaultThorsten Behrens2012-04-171-4/+4
| | | | | | | | | As recently discussed, 3.5.x will use the older, more backwards- compatible encryption methods, as a way to transition people over. Starting with 3.6, the stronger AES will be the default. In all versions, this is configurable though. Signed-off-by: Petr Mladek <pmladek@suse.cz>
* fdo#42537: fix RTL menu rendering on WindowsIvan Timofeev2012-04-172-9/+29
| | | | Signed-off-by: Andras Timar <atimar@suse.com>
* ClrContourCache for SwAnchoredDrawObjects (fdo#45376)Andreas Schierl2012-04-171-0/+5
| | | | | | call it only for contour wrapped drawing objects Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Fix fdo#33591 - edge-case trans gradients came out emptyThorsten Behrens2012-04-171-0/+2
| | | | | | | Gradients with start==end got us zero steps, thus no fill at all. Funnily this was wrong since pre-3.0 or somesuch. Signed-off-by: Petr Mladek <pmladek@suse.cz>
* to find the headers and (static) library of our internal opensslLaurent Godard2012-04-171-0/+7
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* fdo#48431: More reliable way to check for RTL text.Kohei Yoshida2012-04-172-26/+35
| | | | | | | This is probably more reliable way to fix fdo#32530 such that it won't cause the regression in rendering Thai texts as reported in fdo#48431. Signed-off-by: Petr Mladek <pmladek@suse.cz>
* allow to download main source tarballs againPetr Mladek2012-04-173-14/+14
| | | | | | | | | | | | | | The file "core.ver" was removed in configure together with other "core.*" files. It was ugly name. Better to use "sources.ver" and the variable "lo_sources_ver=..." The source version is not used in "unpack-sources", so do not source the .ver file at all. The source tarballs are put into "major.minor.micro" version subdirectory on the download site now. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* unpack-sources, download: update for .xz source tarballsPetr Mladek2012-04-172-15/+16
| | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* fdo#33914 do not play sound in presenter consoleDavid Tardon2012-04-172-13/+19
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* re-open output file on save to fsync to improve first-start performanceMichael Meeks2012-04-172-5/+12
| | | | | | (cherry picked from commit a0b5ba2e821091b8053bfc1d2f9c99aca7431907) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* fdo#38635: fix border printing:Michael Stahl2012-04-171-67/+0
| | | | | | | | | | | | Apparently this special case in lcl_PaintLeftRightLine for printer output devices is no longer necessary with the new drawing layer borders and causes the vertical border lines to be far too short, leading to visible gaps in the PDF. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2) (cherry picked from commit 502c93143ef29989692ca3e63e3e6abc255fd53f) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* method should be publicCaolán McNamara2012-04-161-1/+1
|
* fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna2012-04-161-1/+5
| | | | | | | We already ignore textframes inside tables, the same should be done with textboxes till they can be handled properly. Signed-off-by: Petr Mladek <pmladek@suse.cz>
* configure.in: fix Qt detection in Debian/Ubuntu multiarchRene Engelhard2012-04-161-0/+13
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* merge armhf bridge fixes from masterRene Engelhard2012-04-169-52/+197
| | | | Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
* Uploading new release of libvisio (0.0.16)Fridrich Štrba2012-04-164-17/+6
| | | | Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
* stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks2012-04-164-26/+146
| | | | | | | | | | | Instead of nesting these, we aggregate them into a single non-nested registry, which saves lots of CPU at startup, sadly we can only do that for the new-style XML registries, so we have to sniff files, nevertheless this is still far faster. The merged xml files also break the XSimpleRegistry::getURL() method - but it appears not to get called. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2012-04-145-3/+25
| | | | | | (cherry picked from commit 234f150f30d881b2691288c5f5581306bd4d3d18) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna2012-04-132-2/+17
| | | | | | | | | There were two problems here: 1) \plain reset the character properties, but did not touch the current encoding 2) the default properties were not passed to substreams Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#48584 Shift+F3 should be the shourtcut for Edit > Duplicate in DrawAndras Timar2012-04-131-6/+1
| | | | | | | | | ... just like it is in Impress. The fix for fdo#32559 was partially reverted. I think .uno:CopyObjects is more useful in Draw, than .uno:ChangeCaseRotateCase. (cherry picked from commit 25c194163c531648f7ad8cdb1a64a03407f75efc) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* n#717947: Fixed pdf export (of images).Muthu Subramanian2012-04-131-3/+3
| | | | Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
* Add Barcode 1.3.5.0 extensionKalman Szalai - KAMI2012-04-121-1/+1
| | | | | | | | | | | Barcode 1.3.5.0 release: * LibreOffice 3.4.x-3.5.x support * Resizeable barcodes * CODE128 fix (cherry picked from commit 39d8a541e623fd3ae91e28dc6dfc34411bf23b57) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* pack "en" dictionary only with "en" langpacksPetr Mladek2012-04-122-1/+2
| | | | | | | it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
* set correct value of FINDPRODUCT propertyAndras Timar2012-04-111-2/+2
| | | | | | (cherry picked from commit ee7084c4f720c932df67c8ff033dab4d8d556179) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* SVG: treat skewX and skewY correctChristina Rossmanith2012-04-111-4/+4
| | | | Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
* SVG import: keep aspect ratio when transforming viewbox to viewportChristina Rossmanith2012-04-111-4/+5
| | | | Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
* fdo#48411 Find install location during help pack installAndras Timar2012-04-114-4/+17
| | | | | | (cherry picked from commit da2ec9aac3699c951c544a51acd6ab3aede706eb) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna2012-04-112-2/+32
|
* fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna2012-04-112-1/+97
|
* use x.y.z version also for desktop integration packages (fdo#47840)Petr Mladek2012-04-101-1/+2
| | | | | | | | | | This version scheme is used for other packages as well. It is important for the desktop integration packages now because we started reseting buildid for each bugfix release (fdo#47840). This value is used also for the release number of Linux packages. (cherry picked from commit 4045e770193ae632aca7075105dda89686c597d6) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna2012-04-102-8/+34
| | | | | | | | | Substreams (headers, footers, etc.) are parsed separately, so their font table is empty by default. Fix handling of custom fonts (and thus encodings) there by passing a pointer to the superstream. (cherry picked from commit 6b7942f5ac0498414931a0e7842aa96452b7a04d) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna2012-04-101-0/+1
| | | | | | | | Additionally the table should be at the start of the document to trigger this bug. (cherry picked from commit b475bc459d0406c9211c7be69973f310949a45a6) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* match version in about dialog and file properties (fdo#47840)Petr Mladek2012-04-101-3/+3
| | | | | | bump VERSIONMICRO to 3 and reset buildid to 0 Signed-off-by: Andras Timar <atimar@suse.com>
* fdo43752: PPTX import fix affected odp imports.Muthu Subramanian2012-04-097-2/+29
| | | | | | | Related bugs: n#719989, n#719997 (cherry picked from commit 1c44b263d789b4c20e9178c6432300e301df94d6) Signed-off-by: Ivan Timofeev <timofeev.i.s@gmail.com>
* Fix Redundant assignment of "nModToken" in switchJulien Nabet2012-04-081-1/+1
| | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl2012-04-061-1/+10
| | | | | | | | rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion `beginIndex >= 0 && beginIndex <= getLength()' failed. (regression from dd2fe95cce75f1157bd1c75d286a0047b2e4175e) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
* fdo#47036 n#703032 RTF/DOCX import: fixed the import of consecutive framesCédric Bosdonnat2012-04-061-0/+7
| | | | | | | | | | When we have two consecutive paragraphs with different frame properties, the second frame wasn't created. Now store the current paragraph properties in order to create the frame later. (cherry picked from commit e040d2931658b411bfbd1c668dc96422374a74be) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* n714787: Duplicate code removal.Muthu Subramanian2012-04-051-34/+34
| | | | | | (cherry picked from commit 27d9df17c13b22aed7d9194d9dfcf7980b632b3c) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* Fix vcl alpha blending n#714787Thorsten Behrens2012-04-051-30/+36
| | | | | | | | | | | | | The way alpha compositing took place in vcl's alpha vdev was subtly wrong - it was supposed to implement porter-duff 'over', but didn't. This is now fixed also for cases where the source surface contains alpha, and needs to blend correctly into fully-transparent background. For reference: http://en.wikipedia.org/wiki/Alpha_compositing (cherry picked from commit 06c16e1e26a0137a0048085cdf1c7758d3ac96cd) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: fdo#47068 use of pointer to deleted objectCaolán McNamara2012-04-051-36/+47
| | | | Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* resolved fdo#40021 CSV import got confused by erroneous HTML detectionEike Rathke2012-04-051-15/+24
| | | | | | | | | | | | | | | | | | HTMLParser::IsHTMLFormat() is convinced that anything containing a valid HTML tag would indeed be HTML, which is a rather idiotic assumption for us in the case of "foo <br> bar" with a preselected CSV filter. So keep this detection to the end. The original order where preselected CSV had precedence over others was changed with 9f1cc58c20ee365ff2a158ad69c1091e6ad11ac6 (cherry picked from commit a5eadc6aaafec92df23c57e258882a2c98ece0ad) Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com> Conflicts: sc/source/ui/unoobj/scdetect.cxx