summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-2/+2
...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-11create a master document template typeCaolán McNamara5-0/+52
of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2-3/+3
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2-9/+9
Change-Id: I94fed6a9361f21457b3e631efffc0db833068aef Reviewed-on: https://gerrit.libreoffice.org/11256 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-05fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson1-1/+1
This regression was introduced in f5c3f5601a3739dead635f9abc446951b385018f. Change-Id: Ica48732398cd5d225b433b177ff6e6fff649e732 Reviewed-on: https://gerrit.libreoffice.org/11268 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-03pict filter depends on truncating 1-foo to 16bit unsignedCaolán McNamara1-1/+1
Change-Id: Ie271d6080833005d5ef9ab57d8e8036fb9df49db
2014-09-03coverity#1209824 Unintended sign extensionCaolán McNamara1-8/+10
and coverity#1209823 Unintended sign extension Change-Id: I5dd273e5c9dc0bd408216df6c7db13e70a156020
2014-08-29Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+2
Change-Id: I10d58f79bf8e803953ce960d8f63c7139a23d609
2014-08-29We don't check the extension for htmlMaxim Monastirsky1-9/+7
...since 86c6f18c2766aad43d6e3bfcf3530e40440ebca7, so move the related code and comment to the plain text scope. Change-Id: I501ebaba915ddaa3f5d1d8d2977d3ba70fb6071b
2014-08-25convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara3-7/+6
Change-Id: I40da6ede705bf8e56adee7a45c56cb60cf42d166
2014-08-25fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani1-3/+35
Change-Id: I65737399d9ac7ffa1eb623f3ff5fffbce6929801 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-4/+4
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-22Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+3
Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist1-16/+0
Change-Id: I741733a053c8b0123be8efbcb9fde39f53f6d83c
2014-08-22bHasUDefProp is unusedTor Lillqvist1-3/+0
Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1
2014-08-21Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann1-1/+1
Change-Id: Ie9eee91374818cbfbb10a7d91e0fb2114ce140b4
2014-08-21Avoid undefined left shift of negative valuesStephan Bergmann1-1/+1
Change-Id: I428b2401f59930e115f4b0d205f6c1db779b16f9
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist1-10/+10
Use symbolic names from the MS-PPT RecordType documentation, http://msdn.microsoft.com/en-us/library/dd945336(v=office.12).aspx Change-Id: I1deecfc69dd3360ef982f144d5ff5348a2953280
2014-08-21staruno -> css::unoThomas Arnhold1-5/+3
Change-Id: I29a8aa8168f604f1e71323b5a19c3f67c67e2c1a
2014-08-21stario -> css::ioThomas Arnhold3-11/+10
Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5
2014-08-21staruno -> css::unoThomas Arnhold1-4/+4
Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-3/+3
found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
2014-08-19guard against division by 0Caolán McNamara1-12/+17
valgrind + bff Change-Id: I5fa40f7a9759c98bb70ee6eb854dd9b376401f89
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin4-112/+112
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann1-2/+2
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.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: I4e98c362f811c19f03766d0c78f10c795d3ac79d
2014-08-18Downcast to wrong SfxPoolItem sub-typeStephan Bergmann1-1/+1
Change-Id: I9f4dc2f470f94d6f7cc2959e368fda419d9482c4
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.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: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann1-6/+6
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3734cb14b6ed8f556af85b234968682a55ac8a4c
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