summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17n#820077: Import images with duotone filter.suse-4.0-8Muthu Subramanian9-1/+146
Also, contains implementation for a simple duotone filter. (Port from commit: 8b716072410bcfd252739fb953d5ac198e27a895)
2013-07-16Bump for 4.0-8Andras Timar2-14/+14
Change-Id: I860273728512700469934aa4eabb4827f5247a90
2013-07-16bnc#829017 fix issue with negative seeks in win32 shell extensionFridrich Štrba3-5/+5
Change-Id: Ia8072f78ad43281e406377922f50f8de53194f1b (cherry picked from commit 2a4c55f6d46aec5164ec2ec189ee39cf71c9308c)
2013-07-12bnc#828598 fdo#59643 SwFormatClipboard: fix undo of paragraph attributesMiklos Vajna1-12/+1
Paragraph attributes were set directly on the SwTxtNodes, instead of going through SwWrtShell::SetAttr(), which handles undo/redo. Regression from 357fac9713875302d30185feabaf5c165e040ca4. Change-Id: I5dc86e20e3c006dab60a075355ce9ad1f1b67bb6 (cherry picked from commit b1cd73d3e62c5192bc3d77f5ecd1036ff42bde61)
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl1-3/+6
... so don't try to get it unconditionally (but SetExpression does have it). (regression from c7e4264bed4e77daccf2f72063e5e00f1008c3cf) Change-Id: I14d24bd70f569ba0bc4f1e48d56ebf43c1441783 (cherry picked from commit 1c90902cbccd4e4f5946dfc454da351c33c24f71)
2013-07-08Bump for 4.0-7suse-4.0-7Andras Timar2-14/+14
Change-Id: Icb327ffef5c308b22d4c871e81f0e50493a2b494
2013-07-08n#820273: Multilevel labels are rotated.Muthu Subramanian1-0/+8
It looks odd when multilevel labels are rotated as well. This patch resets the rotation values for outer labels.
2013-07-04n#825976: Fixed the import of Table of FiguresCédric Bosdonnat3-2/+19
Support the TOC \c switch and fixed the SetExpression current presentation property to have updated fields and TOC. Change-Id: I6fbd7cc38cf8ea7f08a0d15d1f39ffe4805dd62b
2013-07-04n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+16
Change-Id: I9a4505cf060880811abfe355b2ebf810cde9a4d6
2013-07-04enable MSP creation and bump version number for 1st PTFAndras Timar5-17/+18
Change-Id: I3f86bdf65f9cc38d4ae8b51afe5264e118132b39
2013-07-03n#825976: writerfilter initial support of SEQ fieldsCédric Bosdonnat1-4/+33
No switch and no numeric formatting is taken into account ATM, just the defaults, but at least we have the fields properly created. Change-Id: Ib17c5e93199044a05005e4648c7e4cc81baf51dd
2013-07-03n#820503: initial MCE support in writerfilter ooxml tokenizerCédric Bosdonnat4-8/+67
writerfilter OOXML tokenizer was just ignoring the mce elements and thus getting the Choice content and the Fallback one. This initial support drops all mc:Choice contents to read mc:Fallback. At least for drawingML vs VML support, we have a much better support of the fallback. Change-Id: Ic0bf69d0436994e9cfcf38accdd57d17e9f391fe
2013-07-03fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat1-1/+1
Change-Id: I3effd8a0cfe57875446536bbd0a93a73e630a44f
2013-06-28detect -isystemLuboš Luňák2-0/+21
The base part of 151abb8b2b9d3a22229b98cec12e29484d12109b (and follow-up) fixes, for other commits using ISYSTEM. Change-Id: I9ab1ef95ec02ad30f943084161f76da1b2985b88
2013-06-28configure: use -isystem for GSTREAMER_CFLAGSMichael Stahl1-0/+2
... to work around GCC 4.8.0 -Werror=literal-suffix in gst/video/video.h definition of GST_VIDEO_CAPS_RGB8_PALETTED. Change-Id: I514b29d58f348bad0b13c7ef66db4b3ee34516cd (cherry picked from commit 18b0bda1be62da1b0f9c1fc40864ccc486d5b43c) Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-28prevent cairo from using -flto with clang, cairo uses it incorrectlyLuboš Luňák2-0/+17
The option should be used also at link time (as e.g. the gcc man page says), but cairo doesn't do so, and since -flto makes clang generate .o with LLVM bytecode, plain ld chokes on it. Change-Id: Ia5ce9a98afa4f88b8d0943a5971450d7009af913 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2013-06-27Updated corepje335_NL1-0/+0
Project: dictionaries b4f6881beba5ad08eee1be27020351d8b92396f9
2013-06-26bnc#823675 RTF import: fix import of numbering bullet associated fontMiklos Vajna4-4/+63
There were multiple problems here: - \f had a special handler for the listlevel destination, \af had not - in case of multiple \f or \af, the first one is used for the bullet font - in case only \af is used for the bullet font, its value should be used for \f as well Change-Id: I6631504c1aa9f2e0792a3469a5fdce5b7bd49518 (cherry picked from commit 55162d7422a3b175c7fe9c175e0dec91b1932b6a) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx
2013-06-26n#820504: start a new subpath with m and t in VML path decodingCédric Bosdonnat1-1/+11
Change-Id: I7bac4b111ede5e815d2ed121c18f4cfe1ad0950e
2013-06-26Forgot to remove one case where nParamCount is set to twice the valueCédric Bosdonnat1-1/+1
Change-Id: I3649364a889b7ef6ce7ac4316a1621b6328170eb
2013-06-24bnc#823655 fix RTF import of freeform shape coordinatesMiklos Vajna3-7/+81
E.g. 0,1 was imported as 1,0, as we did not differentiate between not having the coordinate yet and having it as zero. Change-Id: Ia5fbbcc791dc9c6866ffd4c146793690661d81b4 (cherry picked from commit ddddfe8d6ffa05c467bddb3480e43d7043a3d3c9)
2013-06-24bnc#823655 RTF import: ignore styles without a typeMiklos Vajna3-0/+25
Regression from 29dcdf6b56f8dbc1b7de0478afb04122f8dbf0f9. Change-Id: I970c0e7b3652d7e6f093815b90e04e0c45904b28 (cherry picked from commit c6a941b51b68eb097d4d43323b39ff1aba4c753e)
2013-06-24fix for bnc#823935Noel Power1-0/+6
Change-Id: Id62e1f4845bfbc610f73499881dc33d3d955923b
2013-06-24write display attr of hyperlink only if value is different from stringtableNoel Power2-3/+8
Change-Id: Iff6f16d6cdb539ad80ef01e91db51613e95053d1
2013-06-24n#820504: VML path import fixes: get back missing pointsCédric Bosdonnat2-11/+11
nParamsCount was set to the double of the expected value, but the code handling the command only took the first set of parameters. Removing this 2* in nParamsCount. Change-Id: I2a4bb07fc9167e056a52c7adfbee9e1ef8e2636c
2013-06-21n#820504: Some imported VML paths are closed, try to detect theCédric Bosdonnat1-1/+8
Change-Id: Idefd0277a85bd7b2b727f59cc4e568869b4932a1
2013-06-20import different first page header/footer from docLuke Deller4-147/+68
When a Word section has a different first page header/footer, this used to be imported into LO as a chain of two page styles. Now that LO supports a single page style with different first page header/footer we can import to that. This change also incidentally fixes fdo#57908. bnc#654230 had the same underlying problem, so the workaround committed for that (which includes comments expressing lack of understanding) has been removed. Reviewed-on: https://gerrit.libreoffice.org/2065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Signed-off-by: Luboš Luňák <l.lunak@suse.cz> Conflicts: sw/source/filter/ww8/wrtw8sty.cxx Change-Id: I6df7e9abc8f2a327a3b33e06322ca943f6f24605
2013-06-19n#820800: docx import of wrap polyon was based on dest size of pictureCédric Bosdonnat3-7/+6
... instead of the original size of it. Change-Id: Ib251206dd092a7c47343caf50bd05a3dfec1af09
2013-06-19bnc#825305 RTF import of fFilled shape propertyMiklos Vajna3-0/+95
Change-Id: Iaa2ff9d5d1a28aec046f885acecbd1a44c734ec0 (cherry picked from commit 2af60e2eff4e952fff8cac0228b89f16ce3a436e) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx writerfilter/source/rtftok/rtfsdrimport.cxx
2013-06-18n#820836: dmapper, fixed typos in first page style creationCédric Bosdonnat1-2/+2
Change-Id: I80031cab7c0304311bd5acbb3a2ead48e15594bb
2013-06-17n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
Setting the font color of the default paragraph style to Auto makes the color set in the Writer defaults (from rPrDefault) ignored. Change-Id: I1dcd92bcd0774f5229785373242899a492ab7b7c
2013-06-14sync AppUpSUSEWin32.conf with SUSEWin32.confAndras Timar1-0/+1
Change-Id: Id00334109ba953fb31079668ea52ab731bdb3d6a
2013-06-14Fixup alpha bitmap generation for Windows.Thorsten Behrens1-29/+5
This improves upon d6f58fd25eeca84a94528409a05b80aa5172b8b8 by using the BitmapEx ctor instead of manual initialisation. Several EMF+ files would otherwise show up horribly mangled on Windows. Change-Id: I1808cb45818f3f0118653164c83c49d6134b9324
2013-06-13Don't display the "broken OLE link" icon except on WindowsTor Lillqvist1-2/+2
Change-Id: Iede3d98ab5e5f9cd1896465e2a8c61605601999f
2013-06-13Fixed libcmis handling of related multipart content typesCédric Bosdonnat1-0/+14
Change-Id: I8468286be1affc635838b5329d2df72b53f5c9de
2013-06-13Revert "bnc#819614: Fix runaway lines."Petr Mladek1-3/+2
It caused several regressions when displaying shapes; for example, in the test document for bnc#762695: + missing hyperboloids on several slides, e.g. 13, 14, 15 + broken bubles on slide 32 This reverts commit c4345bcf488d24a45a6412cda41474de6baf00da.
2013-06-13n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat1-3/+17
(cherry picked from commit 9f4c8a8bca06b4c2a916a51909367b453fc41a8b) Conflicts: sw/qa/extras/ooxmlimport/data/table_width.docx sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I8212bc5981418f6cbd514bf5002e6a5dbdf53152
2013-06-13Add some error handling to bitmap conversion.Thorsten Behrens1-24/+31
Fixup for 7cf2b5809f7137acc7a5eed9159042b3d748da01, makes sure cairo has all data committed to the surface, and handle random errors. Conflicts: canvas/source/cairo/cairo_canvasbitmap.cxx Change-Id: I39e5b5777968c4563a8ce3870bac3d4182090f3b
2013-06-13Revert "fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag."Petr Mladek2-7/+15
It caused some regressions. For example, see fdo65414 and fdo65562 This reverts commit 6708ad7f1baa8d4cef1718bdef1d26fb5d8510f3. Change-Id: I0108463c78bbcb48a4c218d78e51deaa39caec0c
2013-06-13don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard1-1/+1
Change-Id: I1508aafcc7046c576a4d6de87900dc66f32b2f97 Reviewed-on: https://gerrit.libreoffice.org/4184 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
2013-06-12fdo#61923: sw: word completion: do not add trailing '.'Michael Stahl1-1/+1
SwAutoCompleteWord::InsertWord(): use the computed nWrdLen to cut off trailing periods. (regression from d602a3b280fcc1cf16660d8719cd8eb8797dd2ad) Change-Id: I9f4ace62f8d9e7d233e7e210f476856d7841d869 (cherry picked from commit 246d7e280ea8b7d1e27e14a6568d2a65cc8c9e7b) Reviewed-on: https://gerrit.libreoffice.org/4159 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-12fdo#64962 - ignore exceptions from checking with the update service.Michael Meeks1-5/+11
Change-Id: If627b303f8710b915dcbdcb899454631f607e217 Reviewed-on: https://gerrit.libreoffice.org/4164 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-12n#779642: 0 width or height in //v:shape[@style] produces weird resultsCédric Bosdonnat1-2/+9
(cherry picked from commit b7144acb2bfa369fb89146d060dbd8ddd547f4c1) Conflicts: oox/source/vml/vmlshape.cxx Change-Id: I37ba59dd54ac692f234f3228e442799c5a5f450b
2013-06-12bnc#820819 docx import: don't apply complex font size to non-complex fontPierre-Eric Pelloux-Prayer1-2/+0
OOXML spec says: "[szCs] specifies the font size which shall be applied to all complex script characters in the contents of this run when displayed" Change-Id: I0faf599e38ef5a2e2005bb6f98874639be7d8287 Reviewed-on: https://gerrit.libreoffice.org/1454 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> (cherry picked from commit 73731b01cd65defdf9b42a9754bede3ba84221d7)
2013-06-12Cairo canvas fixesMichael Meeks4-94/+163
+ Move BitmapEx construction from an XBitmapCanvas into BitmapEx where (arguably) it will be easier to re-factor later, treat a mask fetch failure as if we have no mask + Teach the cairo canvas to return a non-pre-multiplied RGB + separate Alpha BitmapEx when it can to avoid unpleasantness with the underlying X resources. + Add tentative code-path to convert 32bit color Bitmaps into 24bit color, to avoid confusing X Change-Id: Iaf6998c796aea6d73c57bed2bc03152d9636d5f5 Conflicts: vcl/source/gdi/gdimtf.cxx
2013-06-12Revert "pass argb32 pixmaps from vcl to canvas, avoiding x11 roundtrips"Michael Meeks10-95/+12
This reverts commit 6b8e311ddc633bb13053d13c5d0f29240039846b. Conflicts: canvas/source/cairo/cairo_canvasbitmap.cxx vcl/unx/generic/gdi/salgdi2.cxx
2013-06-12Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830"Michael Meeks6-131/+74
This reverts commit 1a977c09ec478b58eaa49a2372ca8696c4fbe336. Conflicts: vcl/inc/salbmp.hxx vcl/source/gdi/gdimtf.cxx vcl/unx/generic/gdi/salgdi2.cxx
2013-06-10bnc#802888 SwPageFrm: one more clickable field fixMiklos Vajna1-16/+16
This is similar to a996678ed30804e16103e1cfdc439c8546e5d3b0. If we have both a background object and some clickable field to select, we should always prefer the clickable field. This time, the problem was to click on a clickable field, when the cursor was in normal text and we had a full-page background object. Change-Id: Id25036d8cb2ddf62011c22bfc50844b793b942bd (cherry picked from commit 721baad94ee81d9d6281edb93ee45936f6e0e496) Conflicts: sw/source/core/layout/trvlfrm.cxx
2013-06-10Fix windows compile of Arc fix.Michael Meeks1-4/+4
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power4-213/+171
PageSetup.PaperSize implementation more or less copy&pasted the papersize conversion code from oox, this is a followup to remove the duplication. ( Probably the binary filter could be converted to use this also saving yet another nearly similar implementation ) Change-Id: I479f0322163161f7819c5d650a9511910ac2e781