summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2014-08-14clean upo runner.lib.TestParametersNoel Grandin1-1/+4
- remove unused fields - make all external code go through the get(XXX) methods instead of also using the default values - remove default values declarations and inline them, since they are now unnecessary. Change-Id: Idc875fbd133de90044647f3e3b1feb225d81a643
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
Change-Id: Idc096dd366284503b397a51e708647d026b64eb0
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-4/+4
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make fields privateNoel Grandin1-6/+6
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-12Revert "Resolves: #i125187# more precision where the BLIP graphic is located"Kohei Yoshida1-29/+8
This reverts commit 3ea17073114cae99d7c323f051a4a2ba074f043c. That change from AOO single-handedly broke all image import from xls binary files. Change-Id: I384ae8f286ccc9d39e64de9da5ef6458af0a0972
2014-08-12Scope reduction in GetBLIP() & remove non-ASCII character (degree symbol).Kohei Yoshida1-69/+74
Change-Id: I306a22b087aceed5dbb6cb2e8b67e2501589ee61
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-09valgrind + bff: Integer divide by zeroCaolán McNamara1-9/+22
Change-Id: I4c47d17a421f1c6d2d6cc29c7b92ec930bdf901f
2014-08-09add test-case for CVE-2010-1681Caolán McNamara1-0/+0
Change-Id: I2ff8ee15fb7416ea5c8b7a8101ec12c8d371734b
2014-08-09add dxf import testsCaolán McNamara6-0/+116
Change-Id: Ied78545abb9807acfc634ca97a1ca00a163ffa19
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage5-5/+0
The headers cppuheader/compbase.hxx and implbase.hxx. They have been deprecated since 2001. Moved the definitions of the deprecated functions to cppuhelper/source/compat.cxx. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, adding fixes and clean-up in cppuhelper/source/compat.cxx and odk/Package_odk_headers.mk Change-Id: I48b3cbf551b59d72614737a883a96aab55fc2090
2014-08-06fdo#45418 xslt: Make sure we're reading from the beginningMaxim Monastirsky1-0/+5
Change-Id: Id5beb6af8c32ab45d7e31120d38966f8fe4d5418
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann2-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
2014-08-05Better names for several filtersMaxim Monastirsky12-12/+12
Thanks to David Tardon Change-Id: I646f43fde5b7481ba77a2b12b7111b2093476f78
2014-08-05java: remove commented out codeNoel Grandin2-22/+0
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann1-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
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2-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
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-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
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann2-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
2014-08-03Fix showing calc/draw types in some file pickersMaxim Monastirsky12-12/+12
Having the same UIName for several filters, causes some file pickers (gtk & generic) to drop the whole group. Change-Id: I6d18a751cb77a6a83e8e2a46338e41b7c72180ff
2014-08-03Fix calc_MS_Works_Document extensionsMaxim Monastirsky1-1/+1
Change-Id: Icbf087464997561b09c7b43c2269eea2c8c603bb
2014-08-01typo: more then -> more thanTakeshi Abe4-4/+4
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-31Consistency around SdrMetricItemStephan Bergmann2-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
2014-07-24cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6Douglas Mencken1-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>
2014-07-24remove some unused headers from svgfilter.hxxMichael Stahl1-13/+0
Change-Id: Ide1319b0b3504f8084d2dfb999b5ece35b95be8f
2014-07-21fdo#78663 : The File gets corrupted when saved in LOBisal Nayal1-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>
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud7-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
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna2-25/+26
Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4
2014-07-18coverity#704477 Division or modulo by float zeroCaolán McNamara1-2/+2
Change-Id: If229ad014851f46ccad5f8aec24cbf0bd2781b5e
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-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
2014-07-11Clean up usage of 'this' and constness.Matúš Kukan1-1/+1
Change-Id: I35085bebdec47598a5f927924b429b02b44c0e65
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida2-0/+3
Change-Id: Icc4fa0acad77d61200eb77cc70e21866590b658e
2014-07-08avoid problems detecting HTML files with .xls ext.David Tardon3-4/+38
Change-Id: I9955223aac20f3f640fde51bb7231666c269ca70
2014-07-08Include <algorithm> for std::min()Tor Lillqvist1-0/+1
Change-Id: Ieb01023b93923777cf53a2fc8d7198d88422e8a4
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-1/+1
Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad
2014-07-07fdo#80955 - add a unit test.Michael Meeks4-5/+138
Change-Id: Ie79a86827c4ee9feabcabf2530b30466f95905ed
2014-07-07fdo#78989 set preferred filters for ODF typesDavid Tardon7-7/+7
We do not want to randomly pick FlatODF as the filter for libreoffice --convert-to od? Change-Id: Id04e10120786ef6a2c2b0eaf2b20a256d8daa7dc
2014-07-07don't terminate via unhandled exception on loading rhbz1013280-2.pptCaolán McNamara2-4/+19
Change-Id: Ie2bff125f6839d99280d441b823eb6e0a712844d
2014-07-07fdo#80955 make calc_MS_Excel_97 filter default for xls ext.David Tardon1-1/+1
Change-Id: I8fa095b45ea2fe1a07c1660d2efc24c73f7082da
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-5/+2
Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e
2014-07-04Resolves: #i124825# secure usage of object ID...Armin Le Grand1-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
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin2-1/+2
since they're doing the same thing. Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
2014-07-01New loplugin:stringconcatStephan Bergmann1-12/+8
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01Resolves: #i125187# more precision where the BLIP graphic is locatedArmin Le Grand1-8/+29
(cherry picked from commit 2be700effa5568859a0c6ba5f596e35ffc600320) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I3926d5f47469049662a292063f9810826c575154
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
2014-06-29Typo: habe->haveJulien Nabet1-1/+1
Change-Id: Ic76a399fc4073fcb713bb566f3fbee2077e20e52
2014-06-29Typo: beeing->beingJulien Nabet3-3/+3
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
2014-06-29Typo: easiear->easierJulien Nabet1-1/+1
Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
2014-06-28filters: Batch fetch filter config properties.Michael Meeks2-50/+91
Also re-use a single set of OUString property names in a sequence rather than re-allocating them constantly. Change-Id: I7f0afc52363e57ea0c63f46f1e1f63cb752bb302