summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2014-03-10Reduce image resolution by default in PDF ExportSamuel Mehrbrodt
PDF Files can quickly become very big when a user inserts some images. Most users don't know how to reduce the size of their images. This patch enables the resolution reduction for PDF Export to 300DPI by default. Change-Id: I3ce5191de35561b59169e52e2e2efbc4a343f025 Reviewed-on: https://gerrit.libreoffice.org/8422 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-03-09coverity#705649 Resource leakCaolán McNamara
Change-Id: I4899851af28b20a20c7b07301c22ddacdbb89b27
2014-03-09fdo#63154 Remove old solar.h referencesAlexandre Vicenzi
Remove some unused references in tools. Change sal_uLong to sal_uInt32 in filter and vcl. Change-Id: I92b928b980b2e7371edddfd74face10d5bec07df Reviewed-on: https://gerrit.libreoffice.org/8480 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-03-08coverity#1190346 silence Unchecked return valueCaolán McNamara
Change-Id: If6223276d2d45431a674047b9540d4ac3eb71395
2014-03-07coverity#735434 Logically dead codeCaolán McNamara
Change-Id: Ie81022b493accdfa300c6b962fcd438adb9ecfd7
2014-03-06coverity#735429 Dead default in switchCaolán McNamara
Change-Id: I18d497f1e8dc339bd1ac7154a5ca9bb59895c52e
2014-03-06coverity#1190366 Uncaught exceptionCaolán McNamara
Change-Id: I18e732d8818ea9b6c0837b0df2bd58cb13066ec6
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05Resolves: #i119480# Fixed import of curves from PPTAndre Fischer
Reported by: Du Jing Patch by: SunYing Review by: Andre Fischer (cherry picked from commit 7d4fbffcf83ae6cbd01485320c2f21155c3dd4de) Change-Id: I1ca3caf3aaec255ab204a4a687ed8434fbdb234a
2014-03-04filter: sigh... fix the xslt test to run on WNT tooMichael Stahl
Change-Id: Iadd5034418e077bf051b23cda70f070c52840645
2014-03-04I imagine this should have a SAL_CALL decorationCaolán McNamara
Change-Id: I04d50eb44156e4b2476c237848491cda73b9ef0a
2014-03-04filter: don't wait forever if the xslt test failsMichael Stahl
Change-Id: I38b5372b141629341d4b4285ff634679d657fbd2
2014-03-04filter: and we learn that BootstrapFixture requires boost headersMichael Stahl
Change-Id: I58d592a863ed96fee85e4c8838663791c76854da
2014-03-04filter: make LibXSLTTransformer init backward compatibleMichael Stahl
As reported by Fernand Vanrie, initializing the XSLT service can fail because the LibXSLTTransformer::initialize was changed to require the parameters as a nested Sequence; accept previous parameter convention as a fall-back. (regression from ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0) Change-Id: I136e6e6338f11ffecf9f856f0736d1d0e6b17c3f
2014-03-04warning C4310: cast truncates constant valueStephan Bergmann
Change-Id: Id5535ec71c47ad29283607d1d1b9f3a502e34fe1
2014-03-03Remove SAL_CALL from isStreamSvg & isStreamGZipTomaž Vajngerl
Change-Id: Iec2954634cba674715029484917487ab1dac6439
2014-03-02fdo#75487 Add support for svgz to SvgFilter and co.Tomaž Vajngerl
Draw can open a svg file directly as a "document" not only as a picture (which is handled by "graphicfilter" in vcl). This commit adds support to also open svgz files by decompressing the stream first. Change-Id: I241e695076b380735dc9b9fc27f5416fff68f6ab
2014-03-02fdo#75487 Register svgz as a recognisable extension.Tomaž Vajngerl
Change-Id: If4b5d6a38b468e5412dd973547cbcd580a83e239
2014-03-02coverity#704638 Dereference after null checkCaolán McNamara
Change-Id: Ib5e8996d8eb9e487b1c961aa2137b859c887eb6a
2014-03-02fdo#72448 fix gradient color/transparency pos. in SVG exportLászló Németh
Change-Id: If65ffb9ac71eda95d8b5c4b35fd5828795b0469a
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky
Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi
Removed from dbaccess. editeng, filter, framwork, formula, lotuswordpro, reportdesing, rsc, uui Conflicts: framework/source/uielement/menubarwrapper.cxx reportdesign/inc/RptDef.hxx uui/source/iahndl.hxx Change-Id: Ia6f1d8679736c3de99bd8060d8a7f76975268273 Reviewed-on: https://gerrit.libreoffice.org/8118 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
(cherry picked from commit 9956ed1303545cd61901e33b110698c4e5e224c4) Conflicts: filter/source/msfilter/escherex.cxx include/vcl/gfxlink.hxx svx/source/xml/xmlgrhlp.cxx sw/source/ui/docvw/romenu.cxx vcl/source/filter/graphicfilter.cxx Change-Id: Ibcbb69b9c57cd8a438788e9a9c95744e99b6fcdd
2014-02-27Remove visual noise from filterAlexander Wilms
Change-Id: Ieab1d12204bcf917b2e1bf74f3145fc96d7b207c Reviewed-on: https://gerrit.libreoffice.org/8261 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: Ic3d9fe45d3242d3da147067d3c388e9d7305ee61
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-25cid#736173 - increase default fill chars buffer size.Michael Meeks
Change-Id: Ib7ae9b0a0cddd070372a244cf705f71b6e793473
2014-02-24coverity#735747 Dereference after null checkCaolán McNamara
also coverity#736774 Dereference before null check Change-Id: Ic2e2a341565af0609ec748b40ac7848a46c9e3af
2014-02-24filter: Code reduction, prevents crash.Jacobo Aragunde Pérez
Not all shape types have the full com.sun.star. prefix, for example FrameShape. The existing code would crash in that case, but the new code doesn't. Change-Id: I9aa3d0f20f48ab91a6770e8409a8da2028816504
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
Change-Id: I4848bf84615274ad5732223a354fb7a6b845d9a8
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I55292f5f0049e7c77d5bb0e5ef5fa187b815d159
2014-02-23Related: #i119985# date/time is displayed as different languageZhe Wang
(cherry picked from commit 2a3c87a5ea5e3308a138e461dffae19483c0184c) Change-Id: I3ef171481b206f7a9d356110d1b4a1559cd5e837
2014-02-23coverity#704642 Dereference after null checkCaolán McNamara
Change-Id: Iae9b7caf2076722a01e6882921622b193f2b4349
2014-02-23coverity#704641 Dereference after null checkCaolán McNamara
Change-Id: Ib30bcefedb2685038f22e33b4c7a97b0295b224c
2014-02-23coverity#704640 Dereference after null checkCaolán McNamara
Change-Id: I05b932002ff8176d76f842dcd57ea39c4112f181
2014-02-23coverity#704639 Dereference after null checkCaolán McNamara
Change-Id: Ic176da3b05337678dd12fd23a726b958577cbefb
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21coverity#738640 Uninitialized scalar fieldCaolán McNamara
Change-Id: I82b91df0c26f2e4a741c3713e7ea91f29194b39d
2014-02-21coverity#738644 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ic1c910cf2187405e966576bdba1ff606b23d993b
2014-02-21coverity#738645 Uninitialized scalar fieldCaolán McNamara
Change-Id: I85496d643cfadbf7b6daa5d0c5e2b6d9382dcb5b
2014-02-21coverity#738646 Uninitialized scalar fieldCaolán McNamara
Change-Id: I111f970932451a4557920b6988f6e1d508c462ed
2014-02-21coverity#738648 unused mbLinearBoundingBoxUnitsCaolán McNamara
Change-Id: I25f6d4a4ed5e6d7c295c0a63b50de6540e960257
2014-02-21coverity#738649 Uninitialized scalar fieldCaolán McNamara
Change-Id: I2725db20159c92b7cc1b06cd3f2902803bf8d376
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21cid#707824 Uninitialized pointer fieldNoel Grandin
Change-Id: Iac235ecd1cbbfa8556465e475aeacd133994423c
2014-02-21cid#707819 Uninitialized pointer fieldNoel Grandin
Change-Id: I1de998797c4470154fc9f290611da0bb2642fd45
2014-02-21cid#707799 Uninitialized pointer fieldNoel Grandin
Change-Id: I222dc6a0f4d2d097e88ee953270c5c6f7382213e
2014-02-21cid#707794 Uninitialized pointer fieldNoel Grandin
Change-Id: Ic7bb4c2cf90e47f32d62816bec4939669584b942
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>