- 29 Ara, 2017 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 09 May, 2017 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
with command > git grep -l osl/diagnose.h *.cxx | xargs grep -L -w 'OSL_\w*' | xargs sed -i '/#include *\(<\|\"\)osl\/diagnose.h\(>\|\"\).*/d' headers need more work Change-Id: I906519ebbd47a04703b4fa5943b2f7abea7a97ab Reviewed-on: https://gerrit.libreoffice.org/37350Tested-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 21 Nis, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I3fa363c8e76e6cfb297f4ec346e3f031c09d6fbf Reviewed-on: https://gerrit.libreoffice.org/36727Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 03 Nis, 2017 1 kayıt (commit)
-
-
Jens Carl yazdı
Translate German comments and terms in UnoControls/, editeng/, filter/, odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/, tools/, writerfilter/, and xmloff/. Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1 Reviewed-on: https://gerrit.libreoffice.org/35992Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 06 Şub, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...and remove some unncessary using directives/declarations, in preparation of removing now-unnecessary #includes from cppumaker-generated files, post e57ca028 "Remove dynamic exception specifications". Change-Id: Iaf1f268871e2ee1d1c76cf90f03557527ebc9067
-
- 13 Ara, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Id9077ea29e7028c12f40abfd4c57756c863e3cd9
-
- 17 Eki, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
makeAny and Any ctor return an Any Change-Id: Iaa361bc315d785f80153acf1009bf47d109728ec Reviewed-on: https://gerrit.libreoffice.org/29914Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
- 27 Nis, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Revert (parts of) various commits that tried to use LIBO_INTERNAL_ONLY features in external odk/examples/ code. Change-Id: I275c3e8979c995430329bca61e51b2841503234f
-
- 18 Nis, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 12 Nis, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 02 Nis, 2016 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 09 Şub, 2016 2 kayıt (commit)
-
-
Chris Sherlock yazdı
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
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>
-
- 10 Ock, 2016 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com>
-
- 15 Kas, 2015 2 kayıt (commit)
-
-
Noel Grandin yazdı
using variations of: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\)\; \s*OUString\* pArray.*; .*\[0\]\s*=\s*(\S+)\;/Sequence<OUString> \1 { \2 };/g" Change-Id: I03c64334ff30ee14dce0d17b67f5122a3893bbe3 Reviewed-on: https://gerrit.libreoffice.org/19971Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
replaced using the script: git grep -lP 'Sequence.*OUString.*\(1\)' | xargs perl -0777 -pi -e "s/Sequence< OUString > (\w+)\(1\); .*\[0\] = (\S+);/Sequence< OUString > \1 { \2 };/g" Change-Id: I23688a91562051a8eed11fc2a85599545c285c34 Reviewed-on: https://gerrit.libreoffice.org/19967Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 30 Eki, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526 Reviewed-on: https://gerrit.libreoffice.org/19682Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 29 Eki, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I216dcbd983dcf3df79df9fda371b93114540a9d8
-
- 29 Mar, 2015 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
-
- 19 Kas, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...after various recent changes to include files etc. Change-Id: I9d2acbcfb09ca1df6247038afa6fbd99aa74a90d
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 19 Agu, 2014 1 kayıt (commit)
-
-
Chris Laplante yazdı
Change-Id: I38aa34192244cdd29e1cce7ac612aa9cd5f9e8a1 Reviewed-on: https://gerrit.libreoffice.org/11006Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 03 Haz, 2014 2 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
-
Thomas Arnhold yazdı
Change-Id: Id157616660253913ef0ef94c17a680bddacb0660
-
- 29 May, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
when throwing exceptions Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
-
- 18 May, 2014 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Now we have nice example header guards ;) Change-Id: I1a5f8031cf267abf67dc4fbb20880d23e3640867
-
- 06 May, 2014 1 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
(cherry picked from commit a7389203) Conflicts: odk/examples/cpp/complextoolbarcontrols/Makefile Change-Id: I28af30dc04068c670d31be7494b7ce9a7a25c3a3
-
- 03 Nis, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
-
- 26 Şub, 2014 1 kayıt (commit)
-
-
Alexander Wilms yazdı
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1 Reviewed-on: https://gerrit.libreoffice.org/8285Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
- 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>
-
- 31 Ock, 2014 1 kayıt (commit)
-
-
Alexandre Vicenzi yazdı
Change-Id: Ia5095367be90dd5383e7701ea2587f79a7505a67 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 08 Ock, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087
-
- 20 Ara, 2013 1 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
-
- 17 Ara, 2013 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
...instead of relying on the implicit CPPU_CURRENT_LANGUAGE_BINDING_NAME convention. Keeping that convention an implementation detail makes it easier to do improvements in the future. (Theoretically, the bundled extension in mysqlc could be considered internal code and not adapted, but just be safe.) Change-Id: Iae41a6e072dabc2bf7c1481ba6cfed61680edf37
-
Stephan Bergmann yazdı
Change-Id: I8b2af447fe3ee29261e538a53b4624ff8b6c4d1e
-
- 21 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like this: OUString aStrSpacing(OUString::createFromAscii("spacing")); to: OUString aStrSpacing("spacing"); Change-Id: Ia2b7d6b42f35d33cfe587a0d6668030f3537fa6d
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like: defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) ); to: defaultValue.startsWith( "nextval(" ); Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
Marcos Paulo de Souza yazdı
Change-Id: Id6bed78d92eba52283a17ab3ca66e751c225e48d Reviewed-on: https://gerrit.libreoffice.org/6423Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-