summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-01vcl: Get rid of FontMatchStatus structureChris Sherlock
It's used exactly once, as a parameter of PhysicalFontFace::IsBetterMatch()'s function signature. That parameter only acts as input, so I think this is a case of YAGNI creeping into the code, thus I'm getting rid of it. Change-Id: Ic5e24f484d652ba2196e512795d0d27f4239df30
2016-01-01vcl: %s/Fc\(.*\)Substititution/Fc\1Substitution/g (thanks vim regexps!)Chris Sherlock
Change-Id: Ic56ed5b33f2a00bda27779b7b7450b95a1dfb14b
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock
ImplFontAttributes handles device independent data, whilst ImplDevFontAttributes handles device dependent data. However, there is no real reason for the divide in classes, and in fact I'm not at all a fan of using a pImpl directly - sort of defeats the purpose of having one! Change-Id: I2db22727e3479b14e3bc37dfad9136703bbdeb13 Reviewed-on: https://gerrit.libreoffice.org/21018 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks
Change-Id: I8488cb8e8074831a6f81e6c8c122462c9819d25d Reviewed-on: https://gerrit.libreoffice.org/21025 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-12-31starmath: Manage SmDocShell's pCursor via std::unique_ptrTakeshi Abe
Change-Id: Id9c67638e5c2e535cc06e9566c9a169471f55da8 Reviewed-on: https://gerrit.libreoffice.org/20856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2015-12-31Remove missed NPAPI itemsBryan Quigley
These were missed during the removal of NPAPI. Change-Id: Ie6233a755cd8f2995692fb8790bd65055d100251 Reviewed-on: https://gerrit.libreoffice.org/21015 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-12-31findbar: This must be a copy'n'paste error.Jan Holesovsky
Change-Id: Iecff49f04e4b68f071d63217943891a31a610aeb
2015-12-31vcl: remove ImplFontAttributes equality operatorsChris Sherlock
I am removing the equality operators for ImplFontAttributes and replacing with a function you must call explicitly. This is in preparation for merging ImplFontAttributes with ImplDevFontAttributes. Change-Id: I2231ab242bfe080a0c4b8d72ae1903408c62376c Reviewed-on: https://gerrit.libreoffice.org/21017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock
Change-Id: I0494a1db1a1e5c164bd5da2d0a221a8db6c494d6 Reviewed-on: https://gerrit.libreoffice.org/21016 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-31Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet
Change-Id: Ie4c7a7dee81c2a0890ddc8bd083c2e3fee584f7e
2015-12-31upload libodfgen 0.1.6David Tardon
Change-Id: Ic77d0510801f3655d914aea0e8ce66476853358a
2015-12-31vcl: we don't need an interface class for ImplDevFontAttributesChris Sherlock
Change-Id: Ibc3014ffe45597cafd96ed3130da90fa7133e400
2015-12-31vcl: remove unnecessary commentChris Sherlock
Change-Id: I152e10d73952e264287a919c2a070f4a4a159f6d
2015-12-31vcl: we don't need an interface class for ImplFontAttributesChris Sherlock
Change-Id: I13e8968d5c73bf6e47c4357cc4eefe8c1703a7ac
2015-12-31lode: make sure LODE_HOME/opt/bin is in the PATH for aclocalNorbert Thiebaud
When using a LODE setup, LODE_HOME must be defined in the environment but setting LODE_HOME/opt/bin in the PATH is optional and really only necessary as a convinience to get the right 'make' in the PATH. configure.ac has code do deal with the absence of LODE_HOME/opt/bin in the PATH but autogen.sh did not hence was failing in this case, not finding aclocal. Change-Id: I7a4449504dc539bb055798a6e1aea5268c5fb046 Reviewed-on: https://gerrit.libreoffice.org/21003 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-12-30tdf#84628 Added per module's macro definitions to eclipsesettingfile.xmlGulsah Kose
Change-Id: Ic9a7b5d95052917ba8c5fb0f696e4ccf91f0bda4 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/20336 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-12-30Related: tdf#89540 We don't use PseudoSlots in sdMaxim Monastirsky
This unbreaks various draw buttons after the addition of SID_INSERT_DRAW to sd. Also silences the warning "master slot with non-enum-type found". Change-Id: I250a1a4b5d24f052d303c24138654f7e41cc4fb6
2015-12-30Some cosmeticsMaxim Monastirsky
Change-Id: I07e826eaa11ec9f21a9eab6f771361566e9c57e0
2015-12-30tdf#89540 Completed show draw functions button for impress and draw.Gulsah Kose
v2: failed commit. v3: Solved slot defination and dimmed button problem. v4: Tried to find slot execution method. v5: Added a control for draw toolbar name in impress and draw v6: Toolbar name control is changed for checking request only impress and draw. v7: Overrided initialize method of base class. v8: Control provided with module name. v9: Cleaned unnecessary included headers v10: Removed m_sModuleName defination and reused base class' m_sModuleName variable. Added white space before header files. Moved control into the initialize method. Control is changed as only controls impress or draw. Change-Id: I781783a72954af1f16212b981356db472ed48739 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
2015-12-30Use SAL_WARN hereMatúš Kukan
Change-Id: Ibfa0deed6c3a26ea90c9be327bc1d4b66be95bff
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini
Change-Id: I134cdbfe388347264a810bbfbff8b4f9f373e663 Reviewed-on: https://gerrit.libreoffice.org/20873 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2015-12-30coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I8fb8afa2951201106443f76fde3f55ead24d43c2
2015-12-30coverity#1326974 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ic1130017c02a470ebd213704ad5c56b6747dfee0
2015-12-30coverity#1326975 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I3c00520c0337f8d282c0c63f08a3de43bf52b2d9
2015-12-30coverity#1326977 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ib92a893fc5c3cc89ce78733b95406d5ec415cb26
2015-12-30coverity#1326978 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I1e87d33d12b246aa071d28af3eec69bf79c7bf6f
2015-12-30coverity#1326979 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Iddf881369ff8a177fba9ebe9a673291a9b8ed431
2015-12-30coverity#1326980 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I91ae690e26a05dbe4424b7f2ac3bd9ad029ebf5c
2015-12-30coverity#1326981 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I4bcde379701e8f3542f8e54e59b529466213d72e
2015-12-30coverity#1326982 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ia8cff25ac8eb9539b81bdebe2aa52c324d70b357
2015-12-30coverity#1326983 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Idefe2159ba5becbb7aaa5f28a422d80e29595708
2015-12-30coverity#1326984 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ib3eddf6c121c462a09c7db310921f4f619c80b5a
2015-12-30coverity#1326985 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I05d12ace635cc780e59a02d79265ac057cb07c0f
2015-12-30coverity#1326986 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Id41f84e66a3f1b85f5003a7f3aa58c88f74158a7
2015-12-30coverity#1326987 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ic84808388bf0b606ac0eb82f33b10ccfe334e7dc
2015-12-30coverity#1326988 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ic960361b04e76c610a0302ada6a7f606afeae798
2015-12-30coverity#1326889 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ie572d3f8aab49de491b54c206de8dda01fc1fcaa
2015-12-30coverity#1326990 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I401d93ac2527409e44f908984632232768b1e4c0
2015-12-30coverity#1326991 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I0b81716a1bdd2ef91bbc7280c92713afe0fbab18
2015-12-30coverity#1326992 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ia36048489c3e8ac131c7e20701f5b18270156c2a
2015-12-30coverity#1326993 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Ie29933018d22b6a936a429b2fd38b05b3959d8e9
2015-12-30coverity#1326994 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I4fdd7388012b8773b59a69589c06d95d5d51f389
2015-12-30coverity#1326995 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I3e42e4815c7b03fdb7e9a4a1d260e4abfb7b6318
2015-12-30coverity#1326996 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: Idebeeac2cc680c14230e059761a05bec7e4c6c60
2015-12-30coverity#1326997 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I169b20aa5fe9e030f16c323154e2a77a8468aa87
2015-12-30coverity#1327008 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I2e205bd87760740e1b57647a9a3bdd928be09dfd
2015-12-30coverity#1327009 SBSC: String concatenation in loop using + operatorCaolán McNamara
Change-Id: I22eddb72ffa63549ce4361ec4e691ba2ba2bff96
2015-12-30coverity#1326717 DLS: Dead local storeCaolán McNamara
Change-Id: I3467c9cdd39c8de4d3a10e4bb19c488ae4a6b9f2
2015-12-30coverity#1346891 Unused valueCaolán McNamara
Change-Id: Id46a93a8dd1baadf062ea4e5aa471d42aa04468d
2015-12-30coverity#1346892 Non-virtual destructorCaolán McNamara
Change-Id: Ie718df17cc5f12ebc244d3decca4aa7644f6b120