summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/simpress/guide/gluepoints.xhp
diff options
context:
space:
mode:
authorFrank Peters <fpe@openoffice.org>2010-05-11 16:11:22 +0200
committerFrank Peters <fpe@openoffice.org>2010-05-11 16:11:22 +0200
commit274595d7c039ca9816bea8919e07d7deb8ecd4b2 (patch)
treedbeeac1e7cfdc3a9081c22a465046d05fa8ee0d2 /helpcontent2/source/text/simpress/guide/gluepoints.xhp
parentf5abeadcce76b40eb8cba6fff0316d10cd237a7a (diff)
#i104543#
Diffstat (limited to 'helpcontent2/source/text/simpress/guide/gluepoints.xhp')
0 files changed, 0 insertions, 0 deletions
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/bitmapscalesuper.cxx
AgeCommit message (Collapse)Author
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
Change-Id: I899a8126c9d971601fea6c77eca165718aea0ac5 Reviewed-on: https://gerrit.libreoffice.org/41237 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
Change-Id: Ia470f643e3eefeccc14183133603db260460bd53 Reviewed-on: https://gerrit.libreoffice.org/41212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-18loplugin:constparams in vclNoel Grandin
Change-Id: I36afe2107e07ffb9b73c0b76be600e3e999a0fd4 Reviewed-on: https://gerrit.libreoffice.org/40116 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-27fall back to unthreaded scaling if threaded scaling failsCaolán McNamara
Change-Id: I916bdca4976bcc39d4342dacc9d0aea9a711e1f1 Reviewed-on: https://gerrit.libreoffice.org/34660 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-12-01BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
Change-Id: Ia8a1207a584b599f01c47b658692d3eeae52cb3a
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
If more than one place in the code submits tasks to the shared pool, then waitTillDone() becomes unreliable. Add a tagging mechanism, so different callsites can wait on different sets of tasks. Also try to protect our worker threads against exceptions from the thread tasks code. Change-Id: Idde664ab50008d31a2dd73910bb22f50e62ae22f Reviewed-on: https://gerrit.libreoffice.org/27042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
Change-Id: I751ab762b6e6f961e9e73a8a2ca92a3f5a5eb1c8 Reviewed-on: https://gerrit.libreoffice.org/25189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
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-28new clang plugin: loopvartoosmallNoel Grandin
Idea from bubli - look for loops where the index variable is of such size that it cannot cover the range revealed by examining the length part of the condition. So far, I have only run the plugin up till the VCL module. Also the plugin deliberately excludes anything more complicated than a straightforward incrementing for loop. Change-Id: Ifced18b01c03ea537c64168465ce0b8287a42015
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
2015-03-12Another "ancient compiler fix"Jan-Marek Glogowski
AKA fix Ubuntu Precise build... gcc 4.6 isn't able to copy a non-static reference, so convert the reference to a pointer. Change-Id: I222f32f59d44995eb45ccd6eb2dd5f65103b2ce8
2015-03-12loplugin:stringconcatStephan Bergmann
Change-Id: Idbc179459e574fa9bf2537cb215a012c105e0913
2015-03-12vcl: parallelize image scaling.Michael Meeks
(cherry picked from commit ffdf0ed4cd76188e780eceee4333f90a00217f9d) Change-Id: Ia452487c0c8c66a35c4b9fba225348bdef1a27f7
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl
Change-Id: I132c046323e1c7805fc7ead6f247732c1843eb24
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks
Change-Id: Ide61808dbfa82ce67794150f44b6bac4f3c8e302
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks
Change-Id: If4359a6b776b4a94a6934e9fd02ede475a0612a7
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks
Change-Id: I5a90b7c6065829d74c61b833f0551b8adc3f2711
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks
Change-Id: I96ad50f538cfb6ecd256c4268feb81796a135b2b
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara
yikes, well that was a worthwhile exercise Change-Id: I454c16ce8b307abfdd2db3d2e38f4d36fba429fa
2014-06-10coverity#1222225 Division or modulo by zeroCaolán McNamara
Change-Id: I9a60114833c22d498dbb6258fcb2ceac22c72751
2014-06-10coverity#1222226 Division or modulo by zeroCaolán McNamara
Change-Id: I45cbb8dbf2b9e7be6e8dda8603c2ef5f88507d04
2014-06-10coverity#1222227 Division or modulo by zeroCaolán McNamara
Change-Id: I96b74d164a582cac13c419267879619e6986d71f
2014-06-10coverity#1222228 Division or modulo by zeroCaolán McNamara
Change-Id: Icc2bc53a14503f723977dc62252f23327de2dc0d
2014-06-10coverity#1222229 Division or modulo by zeroCaolán McNamara
Change-Id: I97fd23d19a96665b91154ed260c677f0f76fee47
2014-06-10coverity#1222230 Division or modulo by zeroCaolán McNamara
Change-Id: I98ccd214be79f3d95c023fd5134d09c1cff3ee32
2014-06-10coverity#1222231 Division or modulo by zeroCaolán McNamara
Change-Id: Id914167a72782741e67ba97683445aec6151fdd6
2014-06-10coverity#1222232 Division or modulo by zeroCaolán McNamara
Change-Id: I4a3921df8e6510a37702ae8bd4856ba43c98213a
2014-06-10coverity#1222233 Division or modulo by zeroCaolán McNamara
Change-Id: I699dc60b67d9417a8ac3848c03d7352f9f8ff12d
2014-06-10coverity#1222234 Division or modulo by zeroCaolán McNamara
Change-Id: I2832f99c1b4117d1c6d4621f25339e5921d26cb1
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
Introduce BitmapFilter as a general bitmap filtering class, and make scale "super" algorithem independent as BitmapScaleSuper which uses BitmapFilter as superclass. This is an ongoing work to make some bitmap algorithms structured and more independent from the big bitmap class This will make them easier to work with, test and optimize. Change-Id: I37d29709b2af95cab2f6da21129302f5be79318b