- 09 Eki, 2014 36 kayıt (commit)
-
-
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
-
Stephan Bergmann yazdı
This reverts commit b66a96d7, follow-up commit will fix w/o breaking JunitTest_framework_unoapi. Change-Id: Iac12d52c2eb9a1e4ab09d24910cee1838cc7d883
-
Kohei Yoshida yazdı
Change-Id: I7f4e007cfc861dc323b42be353c6ba11091e8fa1
-
Kohei Yoshida yazdı
Change-Id: I55f27b61637ba0284479c63c2fa48b0bd8938c0f
-
Kohei Yoshida yazdı
The goal is to have ScViewFunc::DeleteContents() simply call ScDocFunc::DeleteContents() while doing the view only stuff in the ScViewFunc variant. This is just a step toward that goal. Change-Id: I2e574f9eb2b2be5340dbfb6f10739dfc2406faae
-
- 08 Eki, 2014 4 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I686835f07525fa77caf292d8ee746c120e3331e3
-
Change-Id: Ib42baf6f18fd407a879313c042efd74c8f724aa4 Reviewed-on: https://gerrit.libreoffice.org/11864Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Change-Id: I597dac3cae7eafef75982789ab1b0d3d8d6999d2 Reviewed-on: https://gerrit.libreoffice.org/11863Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Michaël Lefèvre yazdı
Change-Id: I17b1057c2551f41b15547d7563434e3344ab6be8 Reviewed-on: https://gerrit.libreoffice.org/11822Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-