- 09 Eki, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
which has the side-effect that the keyboard and tab key will cycle through all the contents of the start center. Otherwise in the template view on first clicking templates you are "stuck" Change-Id: Iceed2492e8dde28c0ada381ef0f430738441179f
-
Stephan Bergmann yazdı
Change-Id: I954f789d5850e8016f5900812f9aa99be2416ce4
-
Stephan Bergmann yazdı
Change-Id: I9b562e085e0b2a446a16ff5189c1d6b03c0d924b
-
Caolán McNamara yazdı
Change-Id: Ie6d2cfb5ee28fbd9395a49fa074a252c9c6e20ec
-
Luboš Luňák yazdı
Another place, sigh. Change-Id: Id5b73ade2ee5de5d89abf98a0fe2608d5100240b
-
Stephan Bergmann yazdı
...which was effectively unused; there only ever was a single sunjavaplugin that is now folded directly into jvmfwk. Leaves room for further clean up. Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
-
Stephan Bergmann yazdı
...since e7f7d511 etc. "INTEGRATION: CWS jl15: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN" Change-Id: Ia70fa9919b4b55e8b13473602cfca723f554ec30
-
Stephan Bergmann yazdı
Change-Id: I7e6490c5b50a236a5f070e98d4501e7dd5a90307
-
Luboš Luňák yazdı
Also remove code duplication (that I'm not even sure why it's there). Change-Id: I9a20fe0de9b34adbd03155712869bb19f5969f9b
-
Caolán McNamara yazdı
there is possibly something deeper wrong here I think after all, see 946ea643 Resolves: fdo#84649 as well but for now silence this and I can investigate further later Change-Id: I1323584d1f71c14634d56ad4e4a705496b1bd1c0
-
Caolán McNamara yazdı
xModLibContainerExport has a "VBAProject" entry but xDlgLibContainerExport doesn't, so just export the one we do have Change-Id: I15f7794904a5aff7679f2cf9fd654d741fd5cbe3
-
Caolán McNamara yazdı
Change-Id: Idbd3f3e903d6e411d565d29884e52862c3e1cc58
-
Caolán McNamara yazdı
Change-Id: Ie9b4f936cebdcf2a37e66abef456c6b0c0e26201
-
Andras Timar yazdı
Project: help 301caf5470aec71aeac5327f452c15a28caa2f10
-
Caolán McNamara yazdı
Change-Id: I9e0e06331f134fe89c9942f93b7546b0e67bb821
-
Laurent Godard yazdı
Change-Id: I317c2f4409f556ab967e4f08caa99cffcfce26cc Reviewed-on: https://gerrit.libreoffice.org/11876Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Stephan Bergmann yazdı
Change-Id: I89095491d67c382a0b3280755d723039f48229f1
-
Stephan Bergmann yazdı
Change-Id: Ia7370c4aaa6c0bf69eab13979b6d2209dae695f0
-
Noel Grandin yazdı
mostly to get the TRANSPARENT #define out of the global namespace Change-Id: Iec592d26d4d12b5f30f7f9a04dd377a1fb20d643
-
Miklos Vajna yazdı
Change-Id: I5b72e39371671718ac31bbd92a4649a66a1241cf
-
Matthew J. Francis yazdı
Change-Id: I52c072578ccc0b9f75a850613056e74d400eb532 Reviewed-on: https://gerrit.libreoffice.org/11867Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Change-Id: If96e40ebe2c59f31ca4e2b81c6583eb7f8d5ec81 Reviewed-on: https://gerrit.libreoffice.org/11873Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Juan Picca yazdı
* Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Michaël Lefèvre yazdı
from StyleTreeArr_Impl. Change-Id: I44621f913fc1b7ce0da9f41e4e0864edaea474b2 Reviewed-on: https://gerrit.libreoffice.org/11826Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Idbe399648c60e39c61e2be09a77b0648f57d3347
-
Andras Timar yazdı
Change-Id: Ib71e98d1250e6d077c593801993b88c2963459b7
-
Andras Timar yazdı
Change-Id: Ib20ca28c2236fc99e1339b6e57e8641a213116c7
-
Andras Timar yazdı
Change-Id: I8b9e9f75dd22ee5bff678c5bc0e1fa9381a103de
-
Andras Timar yazdı
Change-Id: I39b4c2fc4edd7d609b15fc289dd1b053c749f435
-
Peter Foley yazdı
Change-Id: I847885885ed12dbbd64e3b694799e4835497d736 Reviewed-on: https://gerrit.libreoffice.org/11799Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Adolfo Jayme Barrientos yazdı
* Add colons for labels that precede colons (fdo#78826) * Sentence capitalization * More concise label for fdo#84504 * Disable nonsensical manual resizing * The usual XML dance caused by saving the file with newer Glade. Change-Id: I3b8a6d5d915c2c6cfb4cf0960f5d59bc644d4994 Reviewed-on: https://gerrit.libreoffice.org/11869Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Adolfo Jayme Barrientos yazdı
And disable manual resizing Change-Id: I3c78b09930833eb84bbd84a553d2f07ff8573e0b Reviewed-on: https://gerrit.libreoffice.org/11870Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
regression from 4c539fac commit 4c539fac Date: Tue Dec 17 05:18:35 2013 -0600 vcl get rid of xub_StrLen and STRING_LEN in outdev3 before this there was a dubious cast which hid the problem Change-Id: I7c01c0f0ac211196a62acaf02297f29ae829403d
-
Caolán McNamara yazdı
Change-Id: Ic44c9032878892fa33c839e5aaac1996e7bed943
-
xukai yazdı
Change-Id: I6c82142265a0a149206d15fbc267ad61e6b9cf3b
-
Noel Grandin yazdı
Change-Id: I76457af34d5a034197d1b7d847a7120518f44383
-
Noel Grandin yazdı
Move it's functionality into the only place that needs it, in the dbase driver. Removes an extra virtual call from a widely used class. The dbase driver seems to be using to perform some kind of whacky object recycling, so it's not like we want this functionality to be used somewhere else. Change-Id: I41018f71e0b0a79fdd3d527536f0ac95c788e614 Reviewed-on: https://gerrit.libreoffice.org/11786Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Samuel Mehrbrodt yazdı
* "More Styles" (Styles dropdown) * "More Fields" (Insert field dropdown and menu) * "More Options" (Table dropdown) Change-Id: I593a1d1dd68e666d05a4ac20ae97308ad45ff18e
-
Miklos Vajna yazdı
Change-Id: I61a81bf1aab604d27441630dfb5d55f657211410
-
Stephan Bergmann yazdı
Change-Id: Iefa1d79c52c4f951a7a66be98de3c9752bf89daf
-