summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07112-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
* new module i18nlangtagEike Rathke2013-04-0511-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
* Resolves: #i119555# fix FontWork font size when saving to *.doc fileHerbert Dürr2013-04-041-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
* fdo#62890: Fix for the dialog PDF Options, register Digital SignaturesAndreas Mantke2013-04-031-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>
* fdo#39468: Translated German comments in filterHansgerd Schneider2013-04-0336-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>
* Some cleanup in xcu filesZolnai Tamás2013-04-0234-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
* Fix typo: addtional => additional in the comment.Golnaz Irannejad2013-04-021-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>
* #i119559# fix vertical text in *ppt exportHerbert Dürr2013-04-021-0/+7
| | | | | | Patch by: Lei Debin, Wang Zhe Found by: Li Feng Wang Review by: Herbert Duerr
* Fix #i119495# Fixed export of arrow styles to PPT.Andre Fischer2013-04-021-1/+5
| | | | | | | | | | | Reported by: Du Jing Patch by: Jianyuan Li Review by: Andre Fischer Conflicts: filter/source/msfilter/escherex.cxx Change-Id: Ic45b36a3193b3771d16fa36b9baa8f0661656e1b
* Related to 119875: Remove RTL_CONSTASCII_USTRINGPARAMXisco Fauli2013-04-011-2/+2
| | | | Change-Id: I86461c14b5b73c3c7473b48bff70fd27f640ba59
* #119875# fix vertical text direction in table cell change when save .ppt fileSun Ying2013-04-011-0/+10
| | | | | | Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li
* Revert "Reported by: Li Feng Wang"Xisco Fauli2013-04-011-10/+0
| | | | This reverts commit e518ef52bbda3449130f51dbbf6f0a60bb76298f.
* Related to #120039: Remove RTL_CONSTASCII_USTRINGPARAMXisco Fauli2013-04-011-12/+6
| | | | Change-Id: Idc6bae019e972ad512158c71376f7995ab8cf2db
* Reported by: Li Feng WangSun Ying2013-04-011-0/+10
| | | | | Patch by: Ying Sun Review by: Jian Yuan Li
* expand some more namespace macrosThomas Arnhold2013-04-011-9/+0
| | | | Change-Id: If4b335b238f1fa62d2e3f658429cdec63d561faf
* #i120039# Export more bitmap fill style parameters.Andre Fischer2013-03-311-1/+37
| | | | | | Reported by: Du Jing Patch by: zjchen Review by: Andre Fischer
* #i119536# Fixed rotation when importing PPT.Andre Fischer2013-03-311-11/+0
| | | | | | Reported by: Li Feng Wang Patch by: Ma Bingbing Reviewed by: Arming Le Grand and Andre Fischer
* #119581# fix import issue for left and right horizontal alignment in text boxLei De Bin2013-03-311-0/+6
| | | | | | Reported by: liu ping tan Patch by: Li Jian Yuan Review by: Lei De Bin
* fix loplugin warningsPeter Foley2013-03-301-1/+0
| | | | Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-4/+2
| | | | Change-Id: I7172436c6fea867cdb7a8f8d97b215efcd0a1ab5
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-4/+1
| | | | | | + convert while loop into for loop Change-Id: I64c2379c28d3c1074ed17129152568371680db19
* ResMgr with LanguageTagEike Rathke2013-03-297-7/+8
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-291-4/+1
| | | | | | | + transform while loop in for loop + use const_iterator instead of iterator Change-Id: I13bee5d941e3c64813f34b219fc07f41866b8d3f
* indexOf returns -1 not STRING_NOTFOUNDChr. Rossmanith2013-03-281-2/+2
| | | | | | | Change-Id: I2fed196572a0a5f5b006d1d653968729d6d75583 Reviewed-on: https://gerrit.libreoffice.org/3115 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Remove RTL_CONSTASCII_(U)STRINGPARAM in filterChr. Rossmanith2013-03-284-17/+15
| | | | Change-Id: I6522800280725605d7ef245544975aca9c6106ed
* unused comphelper/locale.hxxEike Rathke2013-03-281-1/+0
| | | | Change-Id: I7f554c04b7697bc847dc44b88dfec8eab63941f6
* use LanguageTag instead of comphelper::LocaleEike Rathke2013-03-282-1/+3
| | | | Change-Id: I628c7fdd9e14c8fdd55800aa470268abf4ed2632
* fdo#62834 - svg export: close stray trailing tspans if we have them.Michael Meeks2013-03-271-0/+1
| | | | Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef
* HanMac J import is really really initial :)Fridrich Štrba2013-03-271-1/+0
| | | | Change-Id: I86e450326e5a0ae5499ec2f4ebdc5bcb9ca68390
* Fixing a mistake from yesterdayFridrich Štrba2013-03-272-61/+1
| | | | Change-Id: I923bb9ef647034254702003c89062c8f9e5a71fa
* -Wunused-macrosStephan Bergmann2013-03-274-9/+1
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* remove external include guardsThomas Arnhold2013-03-252-9/+0
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* remove duplicate declarationXisco Fauli2013-03-261-1/+0
| | | | Change-Id: I3ef565d61096189a9abe45a5a43951ceb7aff724
* #i119884# Fixed export of fontwork alignment.Andre Fischer2013-03-261-0/+37
| | | | | | Reported by: Li Feng Wang Patch by: SunYing Review by: Andre Fischer
* Some fixes for mwaw-based filtersLaurent Alonso2013-03-2616-18/+81
| | | | Change-Id: Ibb517b9a4690f20baa423472c001314a4d4c43f7
* A little tiny insignificant cleanupFridrich Štrba2013-03-261-19/+8
| | | | Change-Id: I285da1f12711e9e96b666a3ce1560c203870cac3
* WaE: unused variable 'aResult'David Tardon2013-03-261-5/+10
| | | | Change-Id: Ibd50c0a7af300a2d60919e24fe09e6f1c74c0851
* #i119872# Fixed import of custom shapes from PPT.Andre Fischer2013-03-261-11/+12
| | | | | | Reported by: Li Feng Wang Patch by: Jianyuan Li Review by: Andre Fischer
* #i119887# Fixing import of shadow direction.Andre Fischer2013-03-261-4/+2
| | | | | | Reported by: Li Feng Wang Patch by: Jianyuan Li Review by: Andre Fischer
* #i119888# Fixed import of gradient colored shapes from PPT.Andre Fischer2013-03-261-1/+1
| | | | | | Reported by: Li Feng Wang Patch by: Jianyuan Li Review by: Andre Fischer
* Export current Writer page as jpg/pngTomaž Vajngerl2013-03-2511-0/+681
| | | | | | | | | | | | | This is first step to rework of graphic exporting. The idea is to replace the exporter that works only for Draw/Impress and replace it with a general exporter for any object. With this it will be far easier to export objects as charts. Currently only Writer is supported and only jpg/png. Additionally, this commit introduces a new Export dialog which supports setting the pixel width, height and DPI. Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
* write svg line widths for META_POLYLINE_ACTION.Michael Meeks2013-03-252-0/+14
| | | | Change-Id: Ib282a3db6ecb5c7d1d4117e1bb48920ee7b2f562
* cleanup gbuild outputPeter Foley2013-03-252-4/+4
| | | | Change-Id: I53e1ccda41688975ea180f44bfd507ce4ca39bf2
* Related coverity#441160 Logically dead codeJulien Nabet2013-03-251-1/+1
| | | | | | | | Change-Id: Ibb4cff2b9a53eb1d9f4ea6043ed2b1b2deba1e2b Reviewed-on: https://gerrit.libreoffice.org/2929 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#47576: Hyperlinks work for SVG ExportsMoritz Kuett2013-03-251-5/+25
| | | | | | | | | | For different objects (images, shapes...) hyperlinks are exported by Draw/Impress. An <a> Tag is wrapped around the object, if the object has a Property "Bookmark" which is not empty. Change-Id: I3e034effe6c4a5025c27bd6408fd162bf5cf4859 Reviewed-on: https://gerrit.libreoffice.org/2957 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* Replace stdlib priority queue with own version.Thorsten Behrens2013-03-251-198/+50
| | | | | | | This is enough for our needs, and avoids the third license in one file. Change-Id: I5312ac9904406f013964a34d9167a32403fcb941
* Fix exception in javascript (missing placeholder rect)Thorsten Behrens2013-03-251-3/+3
| | | | | | | svg animation export was not working - seems there's not always a rect attribute. Change-Id: I227519e5923652652a806807ac90e5dd9507d649
* Editor file header and indent consolidation in preseng.jsThorsten Behrens2013-03-251-22/+26
| | | | Change-Id: Ia30d7957b562e62535a8d3a3e328da8324072ca2
* re-base preseng.js on ALv2 code.Thorsten Behrens2013-03-251-21/+16
| | | | Change-Id: I0dde612f0e2e1dbe5e7a28444e19137b76e29036
* Remove unused code from preseng.jsThorsten Behrens2013-03-251-396/+2
| | | | Change-Id: Ia79bae4aab448a9c2e178ff5f7409cb91585e33a