- 08 Ock, 2019 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ic307226591ff9702957ccdec486ccf70357eb6d9 Reviewed-on: https://gerrit.libreoffice.org/65951 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 10 Ara, 2018 1 kayıt (commit)
-
-
Gabor Kelemen yazdı
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152 Reviewed-on: https://gerrit.libreoffice.org/64479 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
- 16 Kas, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ic0ca695a1d9d05418213475a68e233953136cc8e Reviewed-on: https://gerrit.libreoffice.org/63468 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 16 Mar, 2018 1 kayıt (commit)
-
-
Julien Nabet yazdı
mainly by using for-range loops + some algo simplifications Change-Id: I25b02676527d551985434e07e7dc5f2927d4955e Reviewed-on: https://gerrit.libreoffice.org/51377Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 26 Eki, 2017 1 kayıt (commit)
-
-
Michael Stahl yazdı
Insert constructor everywhere, except a couple places that apparently want to compare GetMapUnit(). Change-Id: I1910deb60562e5e949203435e827057f70a3f988
-
- 06 Eyl, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I79fb3eec0d5d466e33b2e18621a7169695edf82f Reviewed-on: https://gerrit.libreoffice.org/41920Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 27 Tem, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I0ba463fcaff4c449f762a7969e0feab659b37adf Reviewed-on: https://gerrit.libreoffice.org/40471Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 31 Mar, 2017 1 kayıt (commit)
-
-
Miklos Vajna yazdı
Mostly generated using make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle" Except some modules have their own foo::tools namespace, so there have to use ::tools::Rectangle. This commit just moves the class from the global namespace, it does not update pre/postwin.h yet. Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2 Reviewed-on: https://gerrit.libreoffice.org/35923Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
- 05 Eki, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
I left a prefix on the names "Map" so that I would not have to re-arrange each name too much, since I can't start identifiers with digits like "100thMM" And remove RSC_EXTRAMAPUNIT, which doesn't seem to be doing anything anymore. Change-Id: I5187824aa87e30caf5357b51b5384b5ab919d224 Reviewed-on: https://gerrit.libreoffice.org/29096Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 18 Nis, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
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/24026Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 09 Şub, 2016 1 kayıt (commit)
-
-
Chris Sherlock yazdı
+ Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 04 Şub, 2016 1 kayıt (commit)
-
-
Chris Sherlock yazdı
I'm changing the Font class function names: - SetSize -> SetFontSize - GetSize -> GetFontSize - SetHeight -> SetFontHeight - GetHeight -> GetFontHeight - SetWidth -> SetAverageFontWidth - GetWidth -> GetAverageFontWidth That's because it really makes no sense to say that there is a single constant font width because obviously proportional fonts don't have one - the best we can do is an average font width, which is what folks like Microsoft sort of do already. On a fixed font, the average is still accurate, for obvious reasons :-) I'm also not a fan of GetSize/SetSize as I find it a might too generic. Change-Id: Ib80a604ba62d6883fd6cbc7994da763976be5c70 Reviewed-on: https://gerrit.libreoffice.org/22069Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 29 Ock, 2016 1 kayıt (commit)
-
-
Chris Sherlock yazdı
ImplFont and FontAttributes now have GetAlignment and SetAlignment, and I have renamed Font::GetAlign to Font::GetAlignment, and Font::SetAlign to Font::SetAlignment. See commit description in 8bfccd3a ("vcl: Create accessor and mutator for font scaling in FontMetric") for reasoning behind patch. Unit test added to vcl/qa/cppunit/font.cxx to test text alignment. Change-Id: I6272c84fc9416c90616d957d1897eba9469fe7ba Reviewed-on: https://gerrit.libreoffice.org/21876Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 18 Ock, 2016 1 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I9b7bd1ec25955981ebcb9085579cbb9fbaa802d5 Reviewed-on: https://gerrit.libreoffice.org/21560Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 17 Ock, 2016 1 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: Ie20871a3078bf875c1782b7761d60591a9c9704f Reviewed-on: https://gerrit.libreoffice.org/21529Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 16 Ock, 2016 3 kayıt (commit)
-
-
Norbert Thiebaud yazdı
revert: 9bc2f3de vcl: add comment about ImplFontMetric::{Get|Set}LineHeight() 26371f10 vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic() 2dd0b431 vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtual 5ab13bf3 vcl: tabify font.hxx f99550da vcl: change Font::SetName() to Font::SetFamilyName() 2b297116 vcl: rename Font::GetName to Font::GetFamilyName Change-Id: I23f38921187d66b970ca815eb30dda4222a2da62
-
Chris Sherlock yazdı
Change-Id: I54a4036544c680c4a49607677af776aa7a433fbc Reviewed-on: https://gerrit.libreoffice.org/21510Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: I83927e0992dfe0a2a79d139818a9f45d3761aae5 Reviewed-on: https://gerrit.libreoffice.org/21509Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 01 Eki, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I3a5e6a349c903259698118542b0000b0f119859e
-
- 15 May, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I8ecfbfecd765a35fafcbcc5452b0d04a89be2459
-
- 30 Nis, 2015 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
We used it all over the place without leading :: already anyway, even in many files in include. So let's be consistent. In the majority of cases, prefer the easier-on-the-eyes choice, not the "safe" one. In those files in include where *all* existing uses of ::vcl:: indeed used the :: prefix, there let's keep it for consistency. Change-Id: If99cb41d3bf290d38c601d91125c3c8d935e61d0
-
- 11 Nis, 2015 1 kayıt (commit)
-
-
Chr. Rossmanith yazdı
avoids !!br0ken!! in svg output Change-Id: I7f99a26f3a995cbaeb1e520a411a8e1c31a8a61f Reviewed-on: https://gerrit.libreoffice.org/15144Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
- 10 Nis, 2015 2 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: I8be9141b9653e73ebd23a5a3d810f240c376f97e
-
Michael Meeks yazdı
Change-Id: Ib67fd510626809baab774382d37b20462253fc31
-
- 06 Eki, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I88a106081b7413bff6313d1e07f53e39d8350002
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
-
- 18 Eyl, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
-
- 22 Nis, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Icf20f23cb46ad3cb147d8c6a743f1d25a23fbca5
-
- 31 Mar, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
-
- 23 Şub, 2014 1 kayıt (commit)
-
-
Alexander Wilms yazdı
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 21 Şub, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
-
- 20 Şub, 2014 1 kayıt (commit)
-
-
Tobias Lippert yazdı
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/7933Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 17 Eyl, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I87b1d2d944ba2b6e2e42adb2c948fff85ec021e1
-
- 21 Agu, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
-
- 07 Nis, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
-
- 30 Ock, 2013 1 kayıt (commit)
-
-
Jean-Noël Rouvignac yazdı
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924Tested-by:
Luboš Luňák <l.lunak@suse.cz> Reviewed-by:
Luboš Luňák <l.lunak@suse.cz>
-
- 22 Kas, 2012 1 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
-
- 03 Eki, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
-
- 09 Tem, 2012 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
-
- 26 Ara, 2011 1 kayıt (commit)
-
-
Olivier Hallot yazdı
Part XVII Module fileaccess and filter
-