- 15 Haz, 2015 34 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I2b1a20abb52a2ccc07f77a878b4b9e68c301a5f7
-
Caolán McNamara yazdı
Change-Id: Idbf5301d17d413077c7dc436a6f140a412ae71cd
-
Caolán McNamara yazdı
Change-Id: I033b9e141bde73820972f285e97f5c14d60b1a43
-
Caolán McNamara yazdı
Change-Id: I444c40340bcfd64f88dac34da6cc858f66996fe6
-
Caolán McNamara yazdı
Change-Id: I2b5fba9cdd950349a8e8d22bbd7bb6e17f008920
-
Pranav Kant yazdı
Change-Id: I354aa987f8e732945fb552d855a3416c782bb508
-
Pranav Kant yazdı
We already have the global ENABLE_GTK3 guard for RHEL5 baseline. Change-Id: Id814a4063861a1e750952b44686ed24864c0394f
-
Pranav Kant yazdı
Change-Id: I8d2541f5cbd2b908c2b0dc52cccf9b936bbc307a
-
Pranav Kant yazdı
Change-Id: I57f2d7b9383790e5c34fc517a905dd537519598f
-
Noel Grandin yazdı
Change-Id: I7c33bb425ea1f32cc810205e025290a957ea68aa
-
Noel Grandin yazdı
Change-Id: Ib8b6342d1da526df6104125ded546b3f053c448b
-
Tor Lillqvist yazdı
Change-Id: Iaef623fd52bab9bf296431f1b905afb04e16d05b
-
Tor Lillqvist yazdı
Change-Id: Ibecfa73dd1b865edba77caf51f5003d1b18692be
-
Eike Rathke yazdı
Similar to 47f002cb the RPN tokens have to be adjusted to catch also references generated from named expressions and the like. Quite likely this may fix some non-obvious cases of reference update bugs and listener problems. If some cases worked so far it means we're recompiling too much.. Change-Id: I29e8427f72afdd29aa45047cb52ba59161c18892
-
László Németh yazdı
Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
-
László Németh yazdı
Change-Id: I415ccb6132b802f62c93367a050242aee3c128b1
-
Noel Grandin yazdı
this is the canonical order, and it makes the code easier to read Change-Id: I272e7f1e140296e582702b6dbf77a03eefb65470 Reviewed-on: https://gerrit.libreoffice.org/16242Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Ostrovsky <david@ostrovsky.org>
-
Noel Grandin yazdı
there is no point in spawning a thread to load a document and then waiting for the thread to finish Change-Id: Icd5d5452471b0a50a8e3525ab2b5f32a500ebdf4
-
Stephan Bergmann yazdı
Change-Id: I687f7020284d86a880a0a5db31658f01edf8e850
-
Stephan Bergmann yazdı
Change-Id: I8e4d123626b5ef750c3b266d1aa1c96e1944b080
-
Stephan Bergmann yazdı
...(same as is already done in ImplPixelToLogic), and that eacbead4 "vcl: handle nDPI == 0 in ImplPixelToLogic()" was a misguided attempt at fixing symptoms of the problem fixed with 670100fc "Remove FastLoader optimization." Change-Id: Ia42c6c7c7026f3a0b71e79938b33c140fec0afa6
-
Stephan Bergmann yazdı
The original templated assignment operator would never have been used, as std::enable_if expects a bool value as first template argument. But it was also unnecessary anyway: (1) Assignment from VclPtr<reference_type> was (and is) covered by the implicitly defined copy assignment operator. (2) Assignment from naked reference_type* was covered by the user-supplied constructor from reference_type* to temporary, followed by (1); it is now covered directly by the user-supplied assignment operator from reference_type*. (3) Assignment from VclPtr<derived_type> was covered by the user-supplied, templated constructor from VclPtr<derived_type> to temporary, followed by (1); it is now covered directly by the user-supplied, templated assignment operator from VclPtr<derived_type>. (4) Assignment from naked derived_type* was (and is) covered by an implicit pointer up-cast, followed by (2). Change-Id: I3c7527feea72fdda76d911a42ae856c353b700b5
-
Maxim Monastirsky yazdı
Change-Id: I74d799f10d4a1d88256c683f913b8c639d2694c1
-
Maxim Monastirsky yazdı
Change-Id: I9313a8d52ed25385cf4048bc3fe6dac4f542f9af
-
Noel Grandin yazdı
it was not adding any value Change-Id: I6a911aac81e883f9155ed0cf24bfb7904efb3f92
-
Miklos Vajna yazdı
Change-Id: If5b148e890cd7d165f9d2b533c04b2047ac6caea
-
Miklos Vajna yazdı
Change-Id: I95748d5acc523a571c230e23dae3fd0d8ce089fa
-
Miklos Vajna yazdı
Change-Id: I495c8bd4ee24832573cb56b6ffe4533263eb39f0
-
Miklos Vajna yazdı
Change-Id: I3ed42ae4dc007c15d4649f57e1691534088549fc
-
Takeshi Abe yazdı
Change-Id: I285fcd1ce10bb97b4541d09a9a242bbd95f5c730 Reviewed-on: https://gerrit.libreoffice.org/16255Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tomáš Chvátal yazdı
Change-Id: Iee8e233ec7505eb397efb5a5a8d243ff4a0e6341 Reviewed-on: https://gerrit.libreoffice.org/16256Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Andrea Gelmini yazdı
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Ib64f7585bf44bdaa6dd1101b97848baa1f121725
-
Zolnai Tamás yazdı
Change-Id: I2f5e47a3c894238557d52139c2849a2bd5a066b6
-
- 14 Haz, 2015 6 kayıt (commit)
-
-
Yousuf Philips yazdı
Change-Id: I35d25b920bb5c195916500b1190e593143d62ab1 Reviewed-on: https://gerrit.libreoffice.org/16274Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Katarina Behrens yazdı
with the exception of -h|--help. It only makes sense to run unopkg with root priviledges if adding, deleting etc. extensions system-wide for all users (i.e with --shared switch ). In all other cases it only messes up access rights to extensions, so prevent that. Furtheron, running LibO from the root account (and installing root-user-local extensions) is not a supported scenario. Change-Id: I2817f62ae0bb400cefed240e792873f563fbe76e Reviewed-on: https://gerrit.libreoffice.org/16250Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Zolnai Tamás yazdı
Change-Id: I074ae2866a67cf90637cd229c717aa999f718558
-
Zolnai Tamás yazdı
For paragraphs Area Tab is used for setting background. Change-Id: I83859a1b2125374b81c084cfa45487a42adcd5a6
-
Zolnai Tamás yazdı
Change-Id: I58cda2c6f6f38cca3fe8fecf89722be09d43059b
-
Zolnai Tamás yazdı
... instead of converting attributes. Change-Id: I3e45c0641389a7b6bdecb5141646aa13ee5c0aa5
-