- 09 Şub, 2013 16 kayıt (commit)
-
-
Luboš Luňák yazdı
So running the compiler plugin can be done either with FORCE_COMPILE_ALL=1 for simplicity, running the plugin on all source files for the target, or it's possible to use make's -W option (or touch files manually) to run it only for selected files. Change-Id: Ifa82bbe91dc1e179af9db8fbf99271bcf03a1d47
-
Luboš Luňák yazdı
Change-Id: I7383100f5965578160098f11cdb99bb4e4ce57fa
-
Takeshi Abe yazdı
Change-Id: I4e1c0136798c8666517ee42407484dbd9b364880
-
Andras Timar yazdı
Change-Id: I7e59c571ba59981f6fef33f437f2074dcb42cb5f
-
Caolán McNamara yazdı
Change-Id: I410479392141d10688edf16115309ccc4c1edad1
-
Caolán McNamara yazdı
Change-Id: I5b10bd0bd3376ecf7cf204d4a4a1567ba1a5e9e5
-
Gokul yazdı
The table in impress is drawn under the rectangular are, on Selecting the table it was only selecting the rectangular area and not the cells inside, Making the layout to be as RTL which was mirroring the table. But, We need the table to be in RTL Writing mode and not mirroring the table. Now on applying my patch, If table is selected, it will select the entire cells inside which is the actual table and the functionality works fine. Change-Id: I9d6bdde5019322488be66fa89a6488d348b2cf44 Reviewed-on: https://gerrit.libreoffice.org/1964Reviewed-by:
Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by:
Ahmad Harthi <aalharthi@kacst.edu.sa>
-
Winfried Donkers yazdı
Change-Id: I4d6e3149f94234e2b884ab81e752805d07a63712 Reviewed-on: https://gerrit.libreoffice.org/2049Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Miklos Vajna yazdı
Change-Id: I88e7abb29e18859ae4fdce5a613e6d233f9d27a1
-
David Ostrovsky yazdı
Change-Id: Ic5de8ad2cf9ef1143b1a5468e5fc5c9974aca5ec Reviewed-on: https://gerrit.libreoffice.org/2021Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Winfried Donkers yazdı
Change-Id: Icfb1e2985f746d7a451037e2d411ebbfeed26a54 Reviewed-on: https://gerrit.libreoffice.org/2054Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Matthias Freund yazdı
Change-Id: Iddfc42ba61ddf533e0d0832a54730a8f3058b1c0 Reviewed-on: https://gerrit.libreoffice.org/2060Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Matthias Freund yazdı
Hope it helps you a lot. Change-Id: I5db1b746077c783a6fdf75ba0e30a3573ef4ddea Reviewed-on: https://gerrit.libreoffice.org/2059Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Matthias Freund yazdı
I have translated some german remarks into english for better understanding the sourcecode. I hope this helps a lot... Change-Id: I9d790684ec4c999aacbe5d7f47138a4bee26c7c7 Reviewed-on: https://gerrit.libreoffice.org/2058Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Thomas Arnhold yazdı
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
-
Thomas Arnhold yazdı
Change-Id: I79cc861fadb908605c6d2ed638e3d06ca5a57869
-
- 08 Şub, 2013 24 kayıt (commit)
-
-
Thorsten Behrens yazdı
Change-Id: I12ad4604d0426a52b47d99d1bc3c4c6536e83b07
-
Julien Nabet yazdı
Change-Id: Ief802e26faf8165477b12d92524ce36f92575509
-
Julien Nabet yazdı
Change-Id: I2ca1ebdd726b0f07d796d883f3340213780c7b79
-
Julien Nabet yazdı
Change-Id: I1dc8415569f7133d57c495e47f038e98d50d64d7
-
Andras Timar yazdı
Change-Id: Ie60051b65834cdfc748d12a71089a683f3108335
-
Michael Stahl yazdı
Use prefix consistently in all component files for the library. Change-Id: I58dce631f474e022be320c748f62238953a28e17
-
Michael Stahl yazdı
Change-Id: I7356dfedc6121876641ef0e5f41d50db725980d4
-
K_Karthikeyan yazdı
i) Resolves fdo#59889 formatting in dragging edge of RTL table resizes column width of the next column instead of current column. ii) prevents resizing the whole table on dragging edge In NxN LTR table vertical edge responsible for resizing the column x(x=0 to N-1) is, Edge x+1. But, in RTL table vertical edge responisble for resizing the column x(x=0 to N-1, but from right to left)is, Edge x. Use (nEdge-1)instead nEdge-- to avoid conflicts. Change-Id: If412b443ec8f82942ff80ba3aec24a9bfc053ac9 Reviewed-on: https://gerrit.libreoffice.org/1979Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Xisco Fauli yazdı
Change-Id: Ia0d80ac089608178e714735d6bfc4516030ee5b9
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Change-Id: Ia1ddf969f876ce47b4195c60039b38f2a47f3470
-
Luboš Luňák yazdı
Change-Id: Ib4c50a14e630e34daf1b39d28c4ed99b6367f26b
-
Miklos Vajna yazdı
Change-Id: I7623fd0987fb737346f1c099563dd1e6343d9dc2
-
Stephan Bergmann yazdı
Change-Id: I0e9839e4ed02626eca17449b8d2f489ab50d39de
-
Luboš Luňák yazdı
This should make it handle paths with spaces properly. Change-Id: Ic4e36449435e1bab2441ea011ccea018f14b98cf
-
Fridrich Štrba yazdı
Change-Id: I959437dd440c0eec4fdfa75498a95295bb85cda0
-
Fridrich Štrba yazdı
Change-Id: Ibd9941ff5dcf303e83790a901e36008c98f57608
-
Michael Meeks yazdı
-
Radek Doulik yazdı
- otherwise it will became invalid immediately as in this case and contain some random value from stack Change-Id: I9e9e9660ec5d391549b16c6a0510c97cc11e7442
-
Jean-Noël Rouvignac yazdı
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Caolán McNamara yazdı
Change-Id: I4f37cb4bcde935bfbf6d412f4c81ef0451245f00
-
Joren De Cuyper yazdı
Change-Id: I2e28b9f9d52bcb01b04f98d39d12b6d8a627bec5 Reviewed-on: https://gerrit.libreoffice.org/2043Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
We now have a single libexpat instead of libascii_expat_xmlparse and libexpat_xmltok. Hmm, no idea when that changed, but OK, that just simplifies the fontconfig patch. (Note that the bundled fontconfig is used only for Android.) Change-Id: I3973d35a566bd3c86b013c96b7f3a6a8e249c2c0
-
Miklos Vajna yazdı
There were two issues here: 1) c3b0f135 added a mechanism to work around broken documents, but that didn't deal with nested tables. Additionally, the check compared the max row width with the width of the last cell, not the last row. 2) d276d3f3 cleaned up implicit horizontal merge detection, but didn't deal with valid documents, where each row definition is available twice. Change-Id: I1a32ec2fcb0d1a8fca7a7bd26501d3daf17880c9
-