summaryrefslogtreecommitdiff
path: root/helpcompiler/Library_helplinker.mk
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/Library_helplinker.mk')
-rw-r--r--helpcompiler/Library_helplinker.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpcompiler/Library_helplinker.mk b/helpcompiler/Library_helplinker.mk
index 405ad80d4fa4..6820c3b69e3c 100644
--- a/helpcompiler/Library_helplinker.mk
+++ b/helpcompiler/Library_helplinker.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_use_libraries,helplinker,\
))
$(eval $(call gb_Library_use_externals,helplinker,\
+ boost_headers \
expat_utf8 \
libxslt \
libxml2 \
7a0549a2342'>convert RasterOp to scoped enumNoel Grandin Change-Id: I136423c105316c9b5b18e64d04a248fd7ac5590b 2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna In case the metafile was imported from a PDF originally, then this allows storing the PDF stream next to the graphic. This means that e.g. in Writer choosing 'Save' from the context menu of the graphic can write the original PDF stream, not the replacement metafile. Change-Id: I4ab45d5af17fe46d7538df6d79d6b57ed163572a Reviewed-on: https://gerrit.libreoffice.org/26628 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl Change-Id: Ib788a30d413436aa03f813aa2fddcbc4d6cd2f9a Reviewed-on: https://gerrit.libreoffice.org/25972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2016-05-31Convert GfxLinkType to scoped enumNoel Grandin Change-Id: Iae074ef0927a55f1fbf401cb66f4f183213f547c Reviewed-on: https://gerrit.libreoffice.org/25656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-27Convert GRAPHIC to scoped enumNoel Grandin Change-Id: I1fd09a729cbda00f99841532e0dd3fa66bce7bea Reviewed-on: https://gerrit.libreoffice.org/25534 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-22Convert XOUTBMP to scoped enumNoel Grandin Change-Id: I8d10cdc78ca73d86bdc9aa08fca591f6eb85eb9e Reviewed-on: https://gerrit.libreoffice.org/25196 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin probably not much performance benefit, but it sure is good at identifying leftover intermediate variables from previous refactorings. Change-Id: I3ce16fe496ac2733c1cb0a35f74c0fc9193cc657 Reviewed-on: https://gerrit.libreoffice.org/24026 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-03-15remove unnecessary parentheses in case labelsNoel Grandin Change-Id: I987bf68c767709080c67c8b183c036a4109c6caa 2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c 2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara it returns the start of the underlying uno_Sequence commit 78c83032b266fbb6fc20ddca86df80affaff7c24 Author: Caolán McNamara <caolanm@redhat.com> Date: Wed Sep 30 09:40:16 2015 +0100 maSvgDataArray only populates a uno::Sequence, so use that instead Change-Id: I335d5ee70e95e1a3b204d34f6df4cb62f3fb3cad Change-Id: I8d2c07fec039e58d3644e4ab5eb074ee215f075e 2016-01-11tdf#66822 - refactor HTML export of image bullet listsusobhang70 removed garbage in svg-base64, added svg close tag, fixed ul tag. Added test case for the added code. Change-Id: I4f07036300031e1e97b118466ebf75d8b9c46e01 Reviewed-on: https://gerrit.libreoffice.org/21218 Tested-by: jan iversen <jani@documentfoundation.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> 2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan Change-Id: Ia683280a3e95eee995e036db6bde5d28852f92ff 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5 2015-10-31com::sun::star->css in svxNoel Grandin Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c Reviewed-on: https://gerrit.libreoffice.org/19690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-20loplugin:defaultparamsStephan Bergmann Change-Id: I6bd0482967f35a4fc4c2384e775753c413c52162 2015-09-29coverity#705735 Resource leakCaolán McNamara Change-Id: I7d79c1332b6acde722d6134fcfe64b4333a4c2b9 2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin instead of a sal_uLong error code, which no call place cares about Change-Id: I0d0dd16859e2f9678f47f484edf933e165b1ca48 2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe This may reduce some degree of dependency on boost. Done by running a script like: git grep -l '#include *.boost/scoped_array.hpp.' \ | xargs sed -i -e 's@#include *.boost/scoped_array.hpp.@#include <memory>@' git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \ | xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/' ... and then killing duplicate or unnecessary includes, while changing manually m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx, extensions/source/ole/unoconversionutilities.hxx, and extensions/source/ole/oleobjw.cxx. Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd Reviewed-on: https://gerrit.libreoffice.org/16289 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-05-21convert CVT constants to scoped enumNoel Grandin Change-Id: I7703816b6a1df2bf24c06cdf9992f9982ae724e8 Reviewed-on: https://gerrit.libreoffice.org/15826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin Change-Id: I652faacf39a32fc8803147819ec9366948ff12b9 Reviewed-on: https://gerrit.libreoffice.org/15646 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin and fix bug in svx/source/xoutdev/_xoutbmp.cxx,XOutBitmap::MirrorGraphic where it was not correctly translating between different flags types. Change-Id: I78b4965544da2aa54b67ec18307fa54c8ffc3aee 2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin Change-Id: I22a9d9c313a81ccee885b9c8785d4b008a6f2058 2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks Change-Id: Ie57434607b61085a882af40b63d6a4b7aac0d4d3 2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann ...to avoid clashes with macros and poor warnings about hiding global FILE Change-Id: I444e8b958f029201b228937e088efabc4b6d3050 2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann ...and fix o3tl::enumarray::operator [] const overload Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b 2015-04-02loplugin:staticmethodsNoel Grandin Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann Change-Id: I5f4029fc583952ae6392dbf2d478155982ccecef 2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn This addresses some cppcheck warnings. Change-Id: I8c63a767c62b3a666ad445a0a3095d1bb1224f5e Reviewed-on: https://gerrit.libreoffice.org/13908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e 2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann Change-Id: I54931168bfc18c9ce41babdcf535ebc1bcc72c5e 2014-10-20coverity#735639 Division or modulo by float zeroCaolán McNamara Change-Id: I2ba45c49fb00fdd53b8e388e25df503e82c2332e 2014-06-23Avoid possible memory leaks in case of exceptionsTakeshi Abe Change-Id: I0cea121c8a8dbbc7b9f44ab712ff692243889816 2014-04-15svx: sal_Bool->boolNoel Grandin Change-Id: I464eba5fd5521c31868c6fc8a2137f17428d421e 2014-03-14svx: sal_Bool->boolNoel Grandin Change-Id: I673d022c01b7d076120c026b236a37735b5043b0 2014-03-07Do not convert SVGs to JPEGs when editing with external toolAlex Henrie This patch adds support for opening SVGs in the user's default SVG viewer/editor. If the image cannot be exported to SVG directly, it is exported as PNG instead. In no case will an SVG or an unrecognized format be lossy-converted to JPEG. Change-Id: I46dc8548c3cfb4d24a4a0078d4e3d7eee8367b1c