summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24gbuild: drop empty use_packages callsDavid Tardon2-6/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon3-4/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen18-5853/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-22Changed the MPL header from v1 to v2Marco Cecchetti1-12/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks27-581/+125
2013-04-21fdo#62699 Remove a few more pass-through headersMichael Dunphy3-29/+2
Change-Id: I4cc2dc7f1da3bc15921939e3bd5908a3f7049eab Reviewed-on: https://gerrit.libreoffice.org/3492 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2-2/+2
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza3-11/+11
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19fdo#62699: Drop wrapper headerMarcos Paulo de Souza1-1/+1
Change-Id: I21e91ab136c944c6dc77a90500b1bcebbf7cf851 Reviewed-on: https://gerrit.libreoffice.org/3473 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+3
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-18gbuild: do not zip Configuration outputDavid Tardon1-15/+19
Change-Id: I9779cf6069737fcf10a592e1f5c750d5710d22e1
2013-04-18gbuild: use different announce strings for filter stuffDavid Tardon1-10/+10
Change-Id: I7844c245e79c102a0a495a4ffe06b3541954c5df
2013-04-17-Werror=unused-macros (MinGW, filter)Stephan Bergmann1-4/+0
Change-Id: Ic2f743643f8a825a8f485b68025717e09f3d8c2f
2013-04-15properly prefix graphic filter methodsPeter Foley28-130/+31
Change-Id: I1d14e2330447e446ab35832d03220c71ee326866
2013-04-15Resolves: #i119877# Fixed import of FillBitmapModeAndre Fischer1-0/+10
Reported by: Li Feng Wang Patch by: SunYing Reviewed by: Andre Fischer (cherry picked from commit 830bd984a9db75a76057a969a96a17233ed4d7ee) Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: Ibf3b7ea395c552ca8d0205e4c2eb4a4f8075a246
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-15fdo#60724 correct spellingThomas Arnhold4-4/+4
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15fdo#60724 informations -> informationThomas Arnhold4-6/+6
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-14add filter libs to libmergedPeter Foley29-41/+53
Change-Id: I1891d1499aae87a87436bc9aaf4f70203dfbb585
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand8-38/+133
missing implementation for com.sun.star.svg.SVGWriter when using GraphicProvider Adapted patch provided by Sven Jacobi (thanks), added some fixes/cleanups to make it work with all kind of graphics (SVG, Bitmap, Metafile) (cherry picked from commit 891011181285d7ad54984ffd05ed44d825a70647) Conflicts: filter/inc/filter/msfilter/msdffimp.hxx filter/source/graphicfilter/epict/epict.cxx filter/source/svg/svgexport.cxx filter/source/svg/svguno.cxx filter/source/svg/svgwriter.cxx filter/source/svg/svgwriter.hxx svtools/source/filter/filter.cxx Change-Id: Ie53f995614060a00c709f620f89d132913a25c5c
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo1-3/+4
Default numbering rules shouldn't be left zero nor hard-coded. Change-Id: I8a34331006abf3de8c170f8dca43ccf9cec92f04 Reviewed-on: https://gerrit.libreoffice.org/3312 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-13Resolves: #i119634# mso shape import better shadow defaultsOliver-Rainer Wittmann1-9/+16
apply default shadow color, if none is given; apply default shadow distance, if shadow type is not supported. Patch by: Jianyuan Li Review by: Oliver (cherry picked from commit 19116761e7c6ebb2c2f9b76ab4c07fed2f9e8c77) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I99932ae3589cf2502db8d5901c5641d475becdcf
2013-04-12Resolves: #i119546# Set minimal ppt table border width to 1Andre Fischer1-1/+3
for loading from ppt format. Patch by: Lei Debin Review by: Andre (cherry picked from commit 2b747915abca3369178d177291d706377676b19e) Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I2c10ae8161c44f2c60e7605a529887a0925d456d
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna3-1/+23
Change-Id: Ia5507f8d1ec18a45d3128c809d03f8f41849f93c
2013-04-09rename overly generic placeware TempFile class to avoid symbol clashesPeter Foley3-11/+11
Change-Id: I64adee63fd8802884d3c2388b0e21a237f61b922
2013-04-08fdo#62682 bandaid fix for hyperlink export crashThorsten Behrens1-1/+1
Fixes the crash, but the deeper problem is that client code gets confused about portion count, does not expect field to span more than one line. Change-Id: I237f3bbd16265597ee0639e77dd561d6c7f2cec8
2013-04-07Fix #121074# Added support for bitmap attributesArmin Le Grand1-26/+78
transparency, red, green, blue and gamma for ppt export (cherry picked from commit df0f83c87148769ca7cbcfc3d1cb9ccf9d5c0540) Conflicts: filter/source/msfilter/escherex.cxx Change-Id: If413df9bac6d0144f6650f5d9ae99834f6a33642
2013-04-07Fix #i119532# Fixed export of bullet color.Andre Fischer2-2/+34
Patch by: SunYing Review and minor changes by: Andre Fischer Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I2841e041b571ed5cfa848ad1029c57fc547a621a
2013-04-07Fix #120233# fix ppt import bullet size errorLei De Bin2-0/+16
Reported by: liu ping tan Patch by: Sun Ying Review by: Lei De Bin(cherry picked from commit 7025f6c6441b49093504874925f37ca0e61f34f9) Conflicts: filter/inc/filter/msfilter/svdfppt.hxx Change-Id: I6f72599bc897d5d7bf46fa88c8b2899b3a2e0c15
2013-04-07Fix #119523# fix the indent and left margin attribute lost when save as .pptSun Ying1-4/+11
Reported by: liupingtan Patch by: Ying Sun Review by: Jian Yuan Li(cherry picked from commit 6fa2e38b9cd3ce0df5876d849bcba7d879a6e329) Conflicts: sd/source/filter/eppt/epptso.cxx Change-Id: I41150838d153c3b99e603924127787f5556ef383
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák112-1010/+989
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke11-11/+11
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-04Resolves: #i119555# fix FontWork font size when saving to *.doc fileHerbert Dürr1-1/+10
Patch by: Zuojun Chen Found by: Lou Qingle Review by: hdu (cherry picked from commit fc17d3e1c60f18916786ddb4547a1c24d95ae51a) Conflicts: filter/source/msfilter/escherex.cxx Change-Id: I7e77cd33cdc679d9671814e6ca52da50f32aecb0
2013-04-03fdo#62890: Fix for the dialog PDF Options, register Digital SignaturesAndreas Mantke1-4/+4
This patch changes the length of the fixed text field "Use this certificate (...)" because in some languages, e.g. German, the translation fits not into the available space. It also changes for the same reason the width of the Select- and the Clear-Button. Change-Id: Ifbba3e40b27d96da4706c8dcdf4d9ab26069a83f Reviewed-on: https://gerrit.libreoffice.org/3157 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-04-03fdo#39468: Translated German comments in filterHansgerd Schneider36-515/+493
Change-Id: Ife2865d787b32fb821d07a6c0e9173b6235dcd1b Reviewed-on: https://gerrit.libreoffice.org/3178 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-02Some cleanup in xcu filesZolnai Tamás34-34/+0
"x-translate" entries are unused so remove them. SFX.xcu: All entry use the same value, it is useless to add this for all language. It's enough to add an "en-US" entry and all local will use it's value. Change-Id: I88d807a092f11d057ed6ee8809eb5d6851e87f95
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad1-1/+1
Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876 Reviewed-on: https://gerrit.libreoffice.org/3165 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-02#i119559# fix vertical text in *ppt exportHerbert Dürr1-0/+7
Patch by: Lei Debin, Wang Zhe Found by: Li Feng Wang Review by: Herbert Duerr
2013-04-02Fix #i119495# Fixed export of arrow styles to PPT.Andre Fischer1-1/+5
Reported by: Du Jing Patch by: Jianyuan Li Review by: Andre Fischer Conflicts: filter/source/msfilter/escherex.cxx Change-Id: Ic45b36a3193b3771d16fa36b9baa8f0661656e1b
2013-04-01Related to 119875: Remove RTL_CONSTASCII_USTRINGPARAMXisco Fauli1-2/+2
Change-Id: I86461c14b5b73c3c7473b48bff70fd27f640ba59
2013-04-01#119875# fix vertical text direction in table cell change when save .ppt fileSun Ying1-0/+10
Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li
2013-04-01Revert "Reported by: Li Feng Wang"Xisco Fauli1-10/+0
This reverts commit e518ef52bbda3449130f51dbbf6f0a60bb76298f.
2013-04-01Related to #120039: Remove RTL_CONSTASCII_USTRINGPARAMXisco Fauli1-12/+6
Change-Id: Idc6bae019e972ad512158c71376f7995ab8cf2db
2013-04-01Reported by: Li Feng WangSun Ying1-0/+10
Patch by: Ying Sun Review by: Jian Yuan Li
2013-04-01expand some more namespace macrosThomas Arnhold1-9/+0
Change-Id: If4b335b238f1fa62d2e3f658429cdec63d561faf
2013-03-31#i120039# Export more bitmap fill style parameters.Andre Fischer1-1/+37
Reported by: Du Jing Patch by: zjchen Review by: Andre Fischer
2013-03-31#i119536# Fixed rotation when importing PPT.Andre Fischer1-11/+0
Reported by: Li Feng Wang Patch by: Ma Bingbing Reviewed by: Arming Le Grand and Andre Fischer
2013-03-31#119581# fix import issue for left and right horizontal alignment in text boxLei De Bin1-0/+6
Reported by: liu ping tan Patch by: Li Jian Yuan Review by: Lei De Bin