- 01 Eki, 2015 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I65c31995c02a644aa436aecd065255fab38045e4
-
Yousuf Philips yazdı
Project: help fba1e83f120a310343f75de27c7e3cb0c5524cc7 tdf#92825 Rearrange the edit menu in writer, calc, and impress Change-Id: I3e4ee6fa36f87c163db7b5966ec975065f9b7921 Reviewed-on: https://gerrit.libreoffice.org/18574Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Mihai Varga yazdı
For tiled rendering this has the effect of not invalidating the previous slide when switching slides. After switching slides, an invalidation occurs caused by showing the new slide, and calling 'GetPart' before 'SwitchPage' finishes returned the old part number. Change-Id: I1cafd0e51cd39be3a80d0559ae3051238b8df744 Reviewed-on: https://gerrit.libreoffice.org/17562Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Andrea Gelmini yazdı
Change-Id: I4452d4a4a4a61f39cd9c2b5a441c6c2017f15ce8 Reviewed-on: https://gerrit.libreoffice.org/19073Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Yousuf Philips yazdı
Change-Id: I2c4c4bee9b4b8a642383916f74b4b44e693289c7 Reviewed-on: https://gerrit.libreoffice.org/18047Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Joan Paraiso yazdı
It's more valuable to have the raw text data of the html instead of having it locked up in images. If the comments are exported as images, then it makes it almost impossible to discern what comment belongs to what cell when viewing the html file itself. This is done by rendering the comments in their own comment tag (to make it still easy to extract from scripts that modify html) that is shown to the user. This element is initially not displayed until the user hovers over the comment indicator The comment indicator is denoted by a 0.5em by 0.5em red square with a black border. The notes will always appear on a pale yellow background with black text when the indicator is hovered over. Change-Id: I01a3dfd77ec54566e64b196b8df3309ea941ad4c Reviewed-on: https://gerrit.libreoffice.org/18837Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Caolán McNamara yazdı
Change-Id: Idc3b3ce1174537039ce613e2f84f857e94299faa
-
Caolán McNamara yazdı
Change-Id: If4ae66b8f6aef172c5e616d94f9d804b72d3a774
-
Caolán McNamara yazdı
and coverity#735689 Unchecked dynamic_cast Change-Id: I1181e21146972c7c01b0a421d3c1c4ecc3d7e75a
-
Caolán McNamara yazdı
Change-Id: Id15888f32996dd2ce05bed6942ebebdb8223a85b
-
Caolán McNamara yazdı
Change-Id: Ib6ac44878c6f485326c16fd0224b220e86a4dc6a
-
Caolán McNamara yazdı
Change-Id: Ifa8f9ce23c9c737d7bed9e24c9c32641d915ac76
-
Caolán McNamara yazdı
Change-Id: I86e3387c277767018565ed0708d35682ba2de3ae
-
Caolán McNamara yazdı
Change-Id: Iff328c85e859cae2d99f95c3c56ba3585638dd23
-
Caolán McNamara yazdı
Change-Id: I5789d62424fd01705b64a111dbd121b15d89a3d9
-
Caolán McNamara yazdı
Change-Id: Id52cad11d2ca4ef42a31c0905ee123ccd53e0677
-
Caolán McNamara yazdı
Change-Id: I20495f27bc95f0f0e834cafbeae51e4e86c84b5b
-
Caolán McNamara yazdı
Change-Id: I70b4c9f705d3da294e3b93f2834db5add9198ec9
-
Caolán McNamara yazdı
Change-Id: I7151f641ce87fa7ca11af4f0cef6594edb925f91
-
Caolán McNamara yazdı
Change-Id: I75f9f4cb4f32ae1836e1e6287fa5fce1aa83bdf5
-
Stephan Bergmann yazdı
...where the most plausible explanation for the bug's crash from within ScGridWindow::CreateAccessible appears to be that the call to xAcc = new ScAccessibleEditObject(this, ...) which stores "this" as a css::uno::Reference in the ScAccessibleEditObject, can cause xAcc to be deleted synchronously from within the ScAccessibleDocument ctor, causing the ScAccessibleDocument instance itself to also be deleted. So re-use the existing ScAccessibleDocument::Init (already properly called at the only place that instantiates ScAccessibleDocument, in ScGridWindow::CreateAccessible) to defer any initialization that uses "this", and hope that the resulting slight re-ordering of when certain initialization code is executed does not cause problems. Change-Id: I524a1659394e8900b7d33de358fdd4baf647c083 Reviewed-on: https://gerrit.libreoffice.org/18750Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ie1a6b231e0313d1c00ffb9ab0137af2beeb05e02
-
Caolán McNamara yazdı
Change-Id: I52055dc66ab2119dce6e3df3a34c25a822dea166
-
Caolán McNamara yazdı
Change-Id: If8e47aab71eb2c8ce71f55af67604f0cbbca6b5a
-
Christian Lohmaier yazdı
Change-Id: I4c21115a9274dbf5fc138705527f2229554ba6f8
-
Samuel Mehrbrodt yazdı
Change-Id: I83e028428933e2153b639ca6b34fd69db88fb53f
-
Caolán McNamara yazdı
Change-Id: Ief198f88530d72cde0a253508cdf6de2975b31ab Reviewed-on: https://gerrit.libreoffice.org/19066Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ie84f41ab8ad032de5a31e4f566ec5b2358adcf37
-
Stephan Bergmann yazdı
Change-Id: I24e4dde34993e4fc994a8dc4a318e7d17c357260
-
Andrea Gelmini yazdı
Change-Id: I85e0c180df952c51b537b5408653160aad8b9a32 Reviewed-on: https://gerrit.libreoffice.org/18986Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Katarina Behrens yazdı
those whose string ref syntax is unknown or can't be guessed i.e. don't use it for new documents (prefer user settings in that case) Change-Id: I1355031cdd63e2a5c50064531011be71ae7f7b8f Reviewed-on: https://gerrit.libreoffice.org/18923Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Adolfo Jayme Barrientos yazdı
The last word of a title-cased text is always capitalized. Change-Id: I3fba56ba43516f54146b765104a9a04a3ffa8482
-
Stephan Bergmann yazdı
...from 58aea3f3 "loplugin:unusedmethods" Change-Id: I2b218ca01589f3d2efd583aa4e5fb21d19d6319e
-
Tor Lillqvist yazdı
Change-Id: Ie14bd84dbf6606506ed8a47fea660c15a7852679
-
Andrea Gelmini yazdı
Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea Reviewed-on: https://gerrit.libreoffice.org/18960Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Andrea Gelmini yazdı
Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f Reviewed-on: https://gerrit.libreoffice.org/18950Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Andrea Gelmini yazdı
Change-Id: I8fd769ca61d1ec1a915a012c0c2244056dc5bcb8 Reviewed-on: https://gerrit.libreoffice.org/18992Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Andrea Gelmini yazdı
Change-Id: I6743b9e73e510eb0664cbbe727dad9fce01fc13e Reviewed-on: https://gerrit.libreoffice.org/18981Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Noel Grandin yazdı
- improvements to the plugin to find more method calls - improvements to python script to remove more false+ - fix the FORCE_COMPILE_ALL build flag to include code in the $WORKDIR Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836 Reviewed-on: https://gerrit.libreoffice.org/19064Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
to commit 10e59aee "always surround our own includes with <>" Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057
-