- 17 Agu, 2017 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
- 05 Haz, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81 Reviewed-on: https://gerrit.libreoffice.org/38401Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 18 Eyl, 2015 1 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: I491fc5ae67de06cc2cf14d2e4a5cfbef57891c9a
-
- 20 Ara, 2013 1 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795
-
- 10 Ara, 2013 1 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 25 Haz, 2013 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ia14bf30cf65ea5cbaa268b1461fc5c6d7acb702d
-
- 04 Haz, 2013 10 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
-
Michael Stahl yazdı
<listing> is called @code / @endcode in doxygen. @example requires a file name in doxygen. Also adapt various silly examples that use tools String in C++ or manual syntax highlighting in Java etc. Change-Id: I23cff1b688001f438526a6a1364cc5f754b504f7
-
Michael Stahl yazdı
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
-
Michael Stahl yazdı
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
-
Michael Stahl yazdı
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
-
Michael Stahl yazdı
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
-
Michael Stahl yazdı
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
-
Michael Stahl yazdı
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
-
Michael Stahl yazdı
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
-
Michael Stahl yazdı
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
-
- 15 May, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I68fa7f5dde1928e895575bc602b54de83279fb7c
-
- 24 Nis, 2013 1 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: Icf770c8b9e80e98935ffacf7da79a6c8af6593d9 Reviewed-on: https://gerrit.libreoffice.org/3577Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
- 03 Nis, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...does not make sense. Adapted some old-style services accordingly, where the inherited service had been changed to new-style after the fact. Change-Id: I5f3e4ddf99160778a319062a6c84f83529ff177b
-
- 07 Mar, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
-
- 12 Şub, 2013 2 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93
-
Noel Grandin yazdı
Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc
-
- 21 Ara, 2012 1 kayıt (commit)
-
-
Noel Grandin yazdı
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
-
- 30 Kas, 2012 1 kayıt (commit)
-
-
Thorsten Behrens yazdı
Remove non-functional and broken [oneway] attributes from all idl files. Change idl compiler to no longer digest such idl. Change-Id: Ie14c5012beccb6242d7cd592d434a88091b695d1
-
- 27 Eyl, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
linecap: Reintegrating finished LineCap feature Work contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 i118815 - Deprecate service due to removed implementation Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1233320 i118814 - Allow set timeout in Mail API Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1235679 included in the Apache baseline: dr80: #i117511# remove some assertions in xlsx/xlsb import filters Patch contributed by Daniel Rentz
-
- 12 Agu, 2012 1 kayıt (commit)
-
-
Jean-Tiare LE BIGOT yazdı
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
-
- 12 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 05 Ock, 2012 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Michael Stahl yazdı
-
- 18 Haz, 2011 2 kayıt (commit)
-
-
David Tardon yazdı
-
Hans-Joachim Lankenau yazdı
-
- 01 Nis, 2011 1 kayıt (commit)
-
-
Julien Nabet yazdı
-
- 29 Mar, 2011 1 kayıt (commit)
-
-
Francisco Saito yazdı
-
- 25 Mar, 2011 1 kayıt (commit)
-
-
Daniel Rentz [dr] yazdı
calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling
-
- 31 Ock, 2011 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
- 28 Ock, 2011 1 kayıt (commit)
-
-
Aurimas Fišeras yazdı
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
-
- 21 Ock, 2011 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
- 06 Ara, 2010 1 kayıt (commit)
-
-
Takeshi Abe yazdı
-
- 02 Kas, 2010 1 kayıt (commit)
-
-
Noel Power yazdı
-