summaryrefslogtreecommitdiff
path: root/fpicker/Library_fpicker.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/Library_fpicker.mk')
-rw-r--r--fpicker/Library_fpicker.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/Library_fpicker.mk b/fpicker/Library_fpicker.mk
index a5cfbb7cf66c..d120d28cc986 100644
--- a/fpicker/Library_fpicker.mk
+++ b/fpicker/Library_fpicker.mk
@@ -29,6 +29,8 @@ $(eval $(call gb_Library_Library,fpicker))
$(eval $(call gb_Library_set_componentfile,fpicker,fpicker/source/generic/fpicker))
+$(eval $(call gb_Library_use_external,fpicker,boost_headers))
+
$(eval $(call gb_Library_use_sdk_api,fpicker))
$(eval $(call gb_Library_use_libraries,fpicker,\
ewrite)Stephan Bergmann Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5 2015-10-01remove old standalone Sun bug numbersNoel Grandin Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-09-16boost->stdCaolán McNamara Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557 2015-05-13refactor SvxXConnectionPreview to use RenderContextTomaž Vajngerl Change-Id: I896970a8df1e4bad0c73d5fa7838464bea231e5f 2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf 2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks Behaves oddly; not ready yet. This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c. Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e 2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf 2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks Change-Id: Ic7ff127e2793993f9dcf1018f8d5ed4f2858a2c4 2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann Change-Id: I76a990da8aba9b62b3925d9632150930656e510f 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl Change-Id: Ia1667246064d11827dbd149def15e5bf08b119b8 2015-04-10vclwidget: only call dispose() onceNoel Grandin by using a new utility method in vcl::Window This means that we don't have to make all our dispose methods safe to call more than once. Change-Id: I2110c7de4a86c70fdc97dd8fd318c86b56865374 2015-04-09vcl: VclPtr conversion in svx.Noel Grandin Change-Id: I3a1000baa049b11728c46efbc2f0af0d8f34cf2b Conflicts: include/svx/charmap.hxx include/svx/float3d.hxx include/svx/fontwork.hxx include/svx/galctrl.hxx svx/inc/svdibrow.hxx svx/source/dialog/dlgctl3d.cxx svx/source/dialog/fontwork.cxx svx/source/engine3d/float3d.cxx svx/source/fmcomp/gridctrl.cxx svx/source/gallery2/galbrws1.cxx svx/source/inc/docrecovery.hxx 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff 2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin and make the two categories of constants non-overlapping, we really don't need to risk confusion in order to save 6 bits in a data structure like this. Change-Id: I2251195d8e45ed04e2a89e47ae9c3e52cf0475c0 2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15 2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e. Conflicts: svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83 2014-10-23Fraction: Revert "coverity#1247617 there is nothing to do if width is 0"Jan Holesovsky This reverts commit 6016287fd064568ab4052932b2e6c0ee4a601bbd. 2014-10-20loplugin: cstylecastNoel Grandin Change-Id: Idb6337bed1c32444f9644d54eba5240f09c13ef6 2014-10-17coverity#1247617 there is nothing to do if width is 0David Tardon Change-Id: Iddd877d83d2a3669778282fa8aa9a63dfa850524 2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5 2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca * Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann ...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-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec 2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927 2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe Change-Id: Ic84b7275f3dfa9a7db47757f94d82b0036fd42da