summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* fdo#45418 xslt: Make sure we're reading from the beginningMaxim Monastirsky2014-08-061-0/+5
| | | | Change-Id: Id5beb6af8c32ab45d7e31120d38966f8fe4d5418
* Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann2014-08-062-2/+2
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Icdeff7f37901f99158bb00de5e912c181bf3e688
* Better names for several filtersMaxim Monastirsky2014-08-0512-12/+12
| | | | | | Thanks to David Tardon Change-Id: I646f43fde5b7481ba77a2b12b7111b2093476f78
* java: remove commented out codeNoel Grandin2014-08-052-22/+0
| | | | Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
| | | | Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
* Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann2014-08-051-1/+1
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Id712c222034ef807ea2d7bc459e78882e948aca6
* Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2014-08-042-10/+10
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-041-1/+1
| | | | | | | where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
* Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann2014-08-042-17/+17
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib0234883d441be668700df5ccd0e855973dc5426
* Fix showing calc/draw types in some file pickersMaxim Monastirsky2014-08-0312-12/+12
| | | | | | | Having the same UIName for several filters, causes some file pickers (gtk & generic) to drop the whole group. Change-Id: I6d18a751cb77a6a83e8e2a46338e41b7c72180ff
* Fix calc_MS_Works_Document extensionsMaxim Monastirsky2014-08-031-1/+1
| | | | Change-Id: Icbf087464997561b09c7b43c2269eea2c8c603bb
* typo: more then -> more thanTakeshi Abe2014-08-014-4/+4
| | | | Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
* Consistency around SdrMetricItemStephan Bergmann2014-07-312-4/+4
| | | | | | | | ...where some instances of SDRATTR_TEXT_MINFRAMEHEIGHT etc. where SdrMetricItem while others where of trivial derived classes SdrTextMinFrameHeightItem etc., that appear to only existed for better-named constructors. Change-Id: If0af79fbb803275ed09fc7b950868c5de7d61615
* cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6Douglas Mencken2014-07-241-0/+2
| | | | | | | | | For now, just disable this test on OSX <10.6. Change-Id: I5f41f0d0dc3d6c48d27f5276268af3b47a71c7fc Reviewed-on: https://gerrit.libreoffice.org/10458 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* remove some unused headers from svgfilter.hxxMichael Stahl2014-07-241-13/+0
| | | | Change-Id: Ide1319b0b3504f8084d2dfb999b5ece35b95be8f
* fdo#78663 : The File gets corrupted when saved in LOBisal Nayal2014-07-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | Problem Description: The docx file contains a word art inside a drawing tool. After RT, nesting of <txbxContent> tag is happening which is causing the corruption. Solution: Created a service in util.cxx for checking few shapetypes for which textbox with content is not allowed. This check also helps to find that if we are already inside a DML then we should purely read VML Information.An existing UT testWordArtWithinDraingtool was failing. The UT is related to same issue (word art inside drawing tool) hence changed it accordingly. Following is the commit id of the UT-Change-Id: I00e94712e912ad1977fcb65a945fefb927795d77 Change-Id: I7e456c9f6a69af80da443e29eb02a64ba7d59468 Reviewed-on: https://gerrit.libreoffice.org/10229 Reviewed-by: Luboš Luňák <l.lunak@collabora.com> Tested-by: Luboš Luňák <l.lunak@collabora.com>
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-207-23/+23
| | | | | | | | | | most of length in vcl are calculated in 'long' but array of X position tend to be in sal_Int32. As a prep work to be able to support 'double' as the base type of Device Coordinate, harmonize the use of 'long' for non-float coordinate. Change-Id: I7cb33301ff6a5e2c62247b36a4e07e168a58a323
* XFillStyle -> css::drawing::FillStyleMiklos Vajna2014-07-192-25/+26
| | | | Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4
* coverity#704477 Division or modulo by float zeroCaolán McNamara2014-07-181-2/+2
| | | | Change-Id: If229ad014851f46ccad5f8aec24cbf0bd2781b5e
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-2/+2
| | | | | | | | Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
* Clean up usage of 'this' and constness.Matúš Kukan2014-07-111-1/+1
| | | | Change-Id: I35085bebdec47598a5f927924b429b02b44c0e65
* Head cleanup - use forward declarations.Kohei Yoshida2014-07-102-0/+3
| | | | Change-Id: Icc4fa0acad77d61200eb77cc70e21866590b658e
* avoid problems detecting HTML files with .xls ext.David Tardon2014-07-083-4/+38
| | | | Change-Id: I9955223aac20f3f640fde51bb7231666c269ca70
* Include <algorithm> for std::min()Tor Lillqvist2014-07-081-0/+1
| | | | Change-Id: Ieb01023b93923777cf53a2fc8d7198d88422e8a4
* Include <algorithm> for std::min() and max()Tor Lillqvist2014-07-081-1/+1
| | | | Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad
* fdo#80955 - add a unit test.Michael Meeks2014-07-074-5/+138
| | | | Change-Id: Ie79a86827c4ee9feabcabf2530b30466f95905ed
* fdo#78989 set preferred filters for ODF typesDavid Tardon2014-07-077-7/+7
| | | | | | | | We do not want to randomly pick FlatODF as the filter for libreoffice --convert-to od? Change-Id: Id04e10120786ef6a2c2b0eaf2b20a256d8daa7dc
* don't terminate via unhandled exception on loading rhbz1013280-2.pptCaolán McNamara2014-07-072-4/+19
| | | | Change-Id: Ie2bff125f6839d99280d441b823eb6e0a712844d
* fdo#80955 make calc_MS_Excel_97 filter default for xls ext.David Tardon2014-07-071-1/+1
| | | | Change-Id: I8fa095b45ea2fe1a07c1660d2efc24c73f7082da
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-5/+2
| | | | Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e
* Resolves: #i124825# secure usage of object ID...Armin Le Grand2014-07-041-2/+10
| | | | | | | | | | | in preparation of names for line start/end geometry (cherry picked from commit 246d1ce469c155b81743cb6eaa065da2b19d7dcc) Conflicts: filter/source/svg/svgwriter.cxx Change-Id: I1a267b33f87cbb935c783670a51853832d483b1a
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-022-1/+2
| | | | | | since they're doing the same thing. Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
* New loplugin:stringconcatStephan Bergmann2014-07-011-12/+8
| | | | Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
* Resolves: #i125187# more precision where the BLIP graphic is locatedArmin Le Grand2014-07-011-8/+29
| | | | | | | | | (cherry picked from commit 2be700effa5568859a0c6ba5f596e35ffc600320) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I3926d5f47469049662a292063f9810826c575154
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
| | | | Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
* Typo: habe->haveJulien Nabet2014-06-291-1/+1
| | | | Change-Id: Ic76a399fc4073fcb713bb566f3fbee2077e20e52
* Typo: beeing->beingJulien Nabet2014-06-293-3/+3
| | | | Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
* Typo: easiear->easierJulien Nabet2014-06-291-1/+1
| | | | Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
* filters: Batch fetch filter config properties.Michael Meeks2014-06-282-50/+91
| | | | | | | Also re-use a single set of OUString property names in a sequence rather than re-allocating them constantly. Change-Id: I7f0afc52363e57ea0c63f46f1e1f63cb752bb302
* filter: remove redundant macro wasting time.Michael Meeks2014-06-274-93/+81
| | | | | | | Allocating and freeing strings thousands of times just to compare them is not a great idea - 0.5% of startup. Change-Id: I076bc961d3612143b7f81ef024e261ec3ed4ff76
* integrate libpagemakerDavid Tardon2014-06-273-0/+27
| | | | Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
* clang: Dead incrementCaolán McNamara2014-06-261-4/+4
| | | | Change-Id: I231218ab7a7984943470b62339e34801fb5fb9e3
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-252-8/+8
| | | | | | | | | Fix regressions introduced with 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking Reference constructor to reduce code noise" Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* coverity#706534 Uncaught exceptionCaolán McNamara2014-06-241-41/+40
| | | | Change-Id: Iac2e63ee2588148f8c29c46684288f1fc69d4ff1
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-234-5/+5
| | | | | | | Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* coverity#736036 Missing break in switchCaolán McNamara2014-06-171-10/+10
| | | | | | someone's odd ": ;" habit Change-Id: I4a3e3b89bb31764056c844286561e31ae4621036
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-179-47/+6
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* loplugin:staticcallStephan Bergmann2014-06-138-21/+21
| | | | Change-Id: I447500c4695b45afe86a8b8d6b6294507f58cd3f
* Unnecessary #includeStephan Bergmann2014-06-121-1/+0
| | | | Change-Id: Ib6048bb694c84a1386d70a72c6e6e942b246a80d
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-112-24/+24
| | | | | | | | | ...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af