summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fdo#40948: TOC dialog, Entries tab: the right arrow button does not workIvan Timofeev2012-04-051-1/+1
| | | | | | | regression from 39b8a5f87f55abe53488c9c3c35b65fb0df84cd. (cherry picked from commit b49f69aee6f48fb9367a2a9548182dcd84eb5296) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna2012-04-052-5/+8
|
* fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna2012-04-051-0/+11
|
* rtftok: various refactoringMiklos Vajna2012-04-052-61/+130
| | | | | | | To allow frame keywords at the start of the document, we need to: - a single setter method for all frame properties - make the parser state know about its document - make the frame know about its parser state
* bypass GtkSalPrinter when it is not enabledDavid Tardon2012-04-041-1/+1
| | | | Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
* fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt2012-04-042-0/+25
| | | | (cherry picked from commit dd2fe95cce75f1157bd1c75d286a0047b2e4175e)
* don't skip first cmdline argumentLuboš Luňák2012-04-041-2/+1
| | | | | | | It looks like this one is also meant to be called manually or something, and the original version didn't skip the first argument either. Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
* fix crude command line arguments handlingLuboš Luňák2012-04-041-35/+45
| | | | Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
* fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2012-04-042-24/+11
| | | | Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
* fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2012-04-042-15/+5
| | | | | | | | | | | If we have a postponed page break and it's sent to dmapper during a new inner group, we'll still have the page break request after the parser state is popped, leading to duplicated page breaks. Instead of the earlier workaround, just send the proper token to the domain mapper, and it'll handle it properly. (backport of 7b58fc3dafc789aa55fff5ffef6ab83c3aa8b6e0) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* Fix cursor movement in graphite fontsMartin Hosken2012-04-042-23/+27
| | | | | | (cherry picked from commit 9b6b1558a3654625ce9a5bef2bee5245db81ff88) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* always pass --headless to cppunitsTomáš Chvátal2012-04-041-0/+1
| | | | | | | | | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html This is partial code grab as cherry-pick had the test-mk files collisions all over the place. I pick only the additional define which results in some tests adding --headless twice, which does no harm. Author: Luboš Luňák <l.lunak@suse.cz> Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
* as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke2012-04-033-1/+14
| | | | | | | | | | Backport of 43084e8b30c101a44510b7a8267d5c2b316a17bb * config_host.mk doesn't exist, instead changes to set_soenv.in * i18npool/CustomTarget_breakiterator.mk doesn't exist, instead same changes to i18npool/source/breakiterator/Makefile * char.txt and char_in.txt unchanged Signed-off-by: Tomáš Chvátal <tomas.chvatal@gmail.com>
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-04-0334-203/+343
| | | | | | | | | | | | | | | | | | | | | (cherry-picked from commit d4b67611c421ebe9b75284106fe389b434419961) Conflicts: extensions/source/update/check/updatecheck.cxx filter/source/xsltdialog/xmlfiltertestdialog.cxx sfx2/source/view/viewsh.cxx shell/source/unix/exec/shellexec.cxx Replaced master's new MSG_ERR_NO_ABS_URI_REF with re-using RID_SECURITY_WARNING_NO_HYPERLINKS, to avoid introducing new resources into the LO 3.5 series that require localization. New css.system.SystemShellExecuteFlags.URIS_ONLY remains @since LibreOffice 3.6. Officially, new features are only added when bumping the minor revision number, not the micro one (but backporting does not hurt here). Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* fdo#46955 fix RTF import of all capitals char propMiklos Vajna2012-04-031-0/+1
|
* use same border width information for xls import and export, fdo#44742Markus Mohrhard2012-04-023-26/+29
| | | | Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* this hack in no longer needed, fdo#44337Markus Mohrhard2012-04-021-4/+1
| | | | | | | excel import now uses the stored row height and we should go back to a symetric default margin Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna2012-04-021-0/+8
| | | | | | | | | In most cases \super has its own group, but it's valid to have mixed super and non-super text in a single group, as long as \super and \nosupersub keywords are used: handle this. (backport of f84e0e6b1b0ec5f52ee963a62ac420cd872a771e) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* show synchronized checked only if all margins are the same, related fdo#44337Markus Mohrhard2012-04-022-8/+10
| | | | | | (cherry picked from commit 149650b087ab5b15ef23e4ac6af5368b2820af1e) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* filter-showIncludes.pl: Attempt to prevent creating incomplete .d files.Jan Holesovsky2012-04-021-6/+13
| | | | | | (cherry picked from commit 3cf66a899ec1c8eed3a95b7f08824d5c8db0d0a8) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* fdo#34324 - fix colorspace conversion for greyscale bitmapsMichael Meeks2012-04-021-0/+3
| | | | Signed-off-by: Andras Timar <timar74@gmail.com>
* PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar2012-04-021-4/+4
| | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* fdo#47963 do not increase height of checkboxesDavid Tardon2012-04-021-3/+0
| | | | | | Especially as it is obvious the grow is unbounded .-) Signed-off-by: Andras Timar <atimar@suse.com>
* n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixedCédric Bosdonnat2012-04-024-1/+12
| | | | | | | | | | | (cherry picked from commit 3751ab6910d06ca01d1980fce40792560afc9ebb) Conflicts: oox/inc/oox/vml/vmlshape.hxx oox/source/vml/vmlshapecontext.cxx Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* fix vertical align when switching mode in multibar fdo#44140Noel Power2012-04-021-1/+13
| | | | | | switching between SumAssign & OkCancel mode in the multibar results in a slight 'jumping' of the toolbar items when end up out of allignment with the other toolbar items. Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Disable cairo canvas on Windows fdo#46901 fdo#46532Michael Meeks2012-03-293-0/+3
| | | | | | | | We never used cairocanvas on Win, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 ) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* fdo#47937: copy column privileges into table privilegesLionel Elie Mamane2012-03-281-11/+62
|
* export all style information to xls/xlsx, fdo#46738Markus Mohrhard2012-03-279-10/+24
| | | | | | | Fixes that if more than 84 empty but formatted rows at the end of a file have been found the export skipped those rows. Signed-off-by: Noel Power <noel.power@novell.com>
* fdo#46942: Fix a regression caused by List removal.Kohei Yoshida2012-03-271-0/+1
| | | | | | | | 3236c2c3af9355157c62f68fcbd429498f7f747b accidentally removed the gallery item count which was used to differentiate the gallery symbols from normal ones. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* svl: add include path and more add_package_headersMatúš Kukan2012-03-273-11/+5
| | | | | | | | | | Conflicts: svl/AllLangResTarget_svl.mk svl/Library_fsstorage.mk svl/Library_passwordcontainer.mk Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* more dependencies and include pathsMatúš Kukan2012-03-272-0/+5
| | | | | | | | | Conflicts: basctl/AllLangResTarget_basctl.mk formula/AllLangResTarget_for.mk Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* i18npool: fix dependency problemMatúš Kukan2012-03-264-6/+8
| | | | | | | When parsing makefiles, there is no guarantee that all files are already generated, so we can't use $(wildcard $(WORKDIR)/..). Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* Revert "Revert "make gbuild follow --disable-dependency-tracking too""Luboš Luňák2012-03-261-0/+4
| | | | | | | Revert again, the option itself is correct. Resulting problems need to be fixed and the option should not be used now where it breaks. This reverts commit 2ee0eeef5803659e096fc788c01cff0ea54ec6e8.
* Revert "make gbuild follow --disable-dependency-tracking too"Luboš Luňák2012-03-261-4/+0
| | | | | | | 3-5 branch is not ready for this, there are a number of build failures. Okayed by Petr Mladek, but this is rather obvious. This reverts commit af67f5f6438bde777c0cbb4d90c7f6bdcd831bf3.
* In the current glib version only the main glib.h can be included directly.Daniel Mihalyi2012-03-261-1/+1
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* fdo#39003: fix autoformat Undo cursors:Michael Stahl2012-03-261-0/+4
| | | | | | | | | | | SwEditShell::Undo: Because the Undo actions nowadays create new shell cursors directly (while previously they worked on a SwUndoIter), it is necessary to remove the shell cursor ring before Pop() because Pop(false) only restores the current cursor from the stack, not the rest of the ring. (regression from CWS undoapi, 1ba0c1878116ada5dc4ebdecdb1e0a3da9758547) (cherry picked from commit f24153cded54954da7f0d80941707715c78e4627) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba2012-03-268-16/+28
| | | | Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
* Fix fdo#47406 incorrect relative moves after closePathThorsten Behrens2012-03-261-0/+10
| | | | | | | | | | I missed the fact that odf export still uses the old exporter in xmloff/source/draw/xexptran.cxx, which was not fixed wrt. the update of current position in basegfx/source/polygon/b2dsvgpolypolygon.cxx Conflicts: xmloff/source/draw/xexptran.cxx
* Adapt arrowhead pathes to corrected svg path z hanglingRegina Henschel2012-03-261-4/+4
| | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard2012-03-262-0/+4
| | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* make gbuild follow --disable-dependency-tracking tooLubos Lunak2012-03-261-0/+4
| | | | Signed-off-by: Jan Holesovsky <kendy@suse.cz>
* rhbz#789022: SwNodes: fix inconsistent outline check:Michael Stahl2012-03-242-17/+23
| | | | | | | | | | SwNodes::UpdateOutlineNode will add/remove the node from SwNodes::pOutlineNds depending on IsOutline(), while various SwNodes methods that move and delete nodes check GetAttrOutlineLevel() != 0, which may be false even if IsOutline() is true. (cherry picked from commit 082906e1f4cf58fdfab1a4064e2b7955fcdaeb8a) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* use fabs for double values, not abs, fdo#47632Markus Mohrhard2012-03-231-1/+1
| | | | Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* cache calls to mdds:mixed_type_matrix::size, related fdo#47299Markus Mohrhard2012-03-231-17/+16
| | | | Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* fdo#46102: Fix Java script examples after gbuild'ificationStephan Bergmann2012-03-2323-5/+41
| | | | | | | | | | | | | | | | ...they contained no class files anymore, due to missing gb_Jar_set_packageroot calls. However, those calls only work for subdirectories, i.e., the example .java files need to be put into a package (I chose org.libreoffice.example.java_scripts) for all of them). This in turn required adaption of the parcel-descriptor.xml files; not sure what the logicalname entries there are good for if anything -- the macro names at "Tools - Macros - Run Macro..." now unfortunately(?) contain the fully qualified paths for the HelloWorld, HighlightText, and MemoryUpdate examples. There are additional examples at scripting/examples/java/ that apparently do not get packaged (but I adapted them anyway). (cherry picked from commit 0b9fda25f321ce2697179064e330843237177668) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* fdo#46102: Load Java scripts with class loaders that actually find themStephan Bergmann2012-03-236-9/+54
| | | | | | | | | | | | | ScriptMetaData.createURL produces weird URLs (ending in "/ucb/", and potentially still containing vnd.sun.star.expand: prefix) that are apparently good for loading documents for editing via UCBStreamHandler, but cannot meaningfully be passed to a URLClassLoader. It is unclear to me how the Java script provider shall ever have found the script jars in the past. (cherry picked from commit dd6c4f4db1d62268d73e09ae52d23f760a967dcc) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* fdo#46102: Fix scripting jar manifests after gbuild'ificationStephan Bergmann2012-03-236-3/+14
| | | | | | (cherry picked from commit 91d60be7eeafa1f7872bda452bfb38936003f517) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* JavaClassSet: giving only changed java files to javac is bogusMichael Stahl2012-03-231-3/+1
| | | | | | | | | | (cherry picked from commit 526a31be4c31fe519c14c16241a48729dd9aa465) Conflicts: solenv/gbuild/JavaClassSet.mk Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard2012-03-231-0/+4
| | | | Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* fdo#44516: Improved label/BC wizard - set paper sizeWinfried Donkers2012-03-2213-14317/+14251
| | | | Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>