summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Stick in obvious canonical radians conversion.Thorsten Behrens2013-03-251-1/+2
| | | | Change-Id: I1b79844dd479de201ea30d0b1959303110efee34
* fdo#47576: Support for textual links added (SVG Export)Moritz Kuett2013-03-231-9/+21
| | | | | | Added Support to export textual links in SVG files, images still do not work Change-Id: Id230618d2cc068b94eb0f0051d5db249a88a42f2
* Related coverity#704229 Logically dead codeJulien Nabet2013-03-231-2/+0
| | | | | | pVDev not used since ad3ccbb2192c96bdcc268fcf0c322c693275eeb0 (09/02/2011) Change-Id: I210b91abc4ac883272119c88a437f9d60781667a
* coverity#441160 Logically dead codeJulien Nabet2013-03-231-16/+2
| | | | Change-Id: I697aad17986b1cd874311716873ed75358d3cae4
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-203-9/+9
| | | | | | | ...which is a confusing overload with unexpectedly different semantics from the one-parameter form. In preparation of marking it as deprecated. Change-Id: I4f176995546ae583fc570d770647ffc315eecc75
* Assume that this shall check full string equalityStephan Bergmann2013-03-201-1/+1
| | | | | | | ...instead of prefix match as the use of compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply. Change-Id: I0b0939ac7d753f1972007c479d4231d45ffecd13
* Assume that this shall check full string equalityStephan Bergmann2013-03-201-2/+1
| | | | | | | ...instead of prefix match as the use of compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply. Change-Id: If46b3b5f0675b2a6f32d3300c5fef80d5d20956b
* fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin2013-03-206-13/+15
| | | | | | | | .. to Reference<XComponentContext> mostly in the dbaccess module, but it also affected some other modules. Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be
* fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin2013-03-208-59/+56
| | | | Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
* fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin2013-03-202-5/+5
| | | | | | Also fixup servicename. Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
* further OUString cleanupThomas Arnhold2013-03-194-7/+5
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* coverity#735375 Copy-paste errorJulien Nabet2013-03-191-1/+1
| | | | | | | | Change-Id: Ib976de6a5a1c54fd80645b675b20186a4b9d6661 Reviewed-on: https://gerrit.libreoffice.org/2799 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-1912-57/+56
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-2/+2
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* TypoFridrich Štrba2013-03-191-1/+1
| | | | Change-Id: I436be96082fee3a65610f8100279c0abd09603bf
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1916-101/+100
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* trailing whitespacesThomas Arnhold2013-03-193-7/+7
| | | | Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
* avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák2013-03-181-1/+1
| | | | Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
* These are the extensions mentioned on the Web :)Fridrich Štrba2013-03-181-1/+1
| | | | Change-Id: I1af6d1ed6b62611ff931f8b0dfa6409d73242fc9
* Some real extension for MarinerWriteFridrich Štrba2013-03-181-1/+1
| | | | Change-Id: I7b09694775bd07feb819bb3279171434216b1961
* Add "dummy" extension to these file-typesFridrich Štrba2013-03-1814-14/+14
| | | | Change-Id: I167323cd6d64de92342041cab74977175d2bfe7c
* Use the typical extension and mimetype for Word for MacFridrich Štrba2013-03-181-2/+2
| | | | Change-Id: Ifb04233f6baf8020af558e32d7177ab16150e68d
* Add some extension and mimetype for Works for MacFridrich Štrba2013-03-181-2/+2
| | | | Change-Id: I3e43a176260cacdf931074536ebf1dfeebbcb574
* Use MacWrite II pattern for MacWrite tooFridrich Štrba2013-03-181-2/+2
| | | | Change-Id: If39b002aa8b18fda1bc2d6723187336e1259d0d5
* Uncle Google speaks about this extension tooFridrich Štrba2013-03-181-1/+1
| | | | Change-Id: Ib757ea180fe570277d0cbe8a5ff4d6e30cce7cdb
* Add extension and mimetype for MacWriteII and MacWrite ProFridrich Štrba2013-03-181-2/+2
| | | | Change-Id: I3aa14d26589e425078860ad59ed8a81659b83a61