Age | Commit message (Collapse) | Author |
|
Change-Id: I86a33ef14b2bcdea1655db410f36d799689a1377
Reviewed-on: https://gerrit.libreoffice.org/2402
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
Store the glue-point bitmap at a unique index in maRealMarkers for re-use.
Change-Id: I2cd5b240619502dfc8634eca331f4163e5bd5ca8
|
|
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
|
|
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
|
|
Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
|
|
Change-Id: I611133eda82a5c2f303e5938d47deb3fb295f26e
|
|
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
|
|
Change-Id: Icff16a86d217b2648ce588ca2b90abefcd1634d9
|
|
a) convert to .ui
b) The accept/reject changes dialogs now have a "close" button and the
accept/reject etc buttons are relocated into the main dialog button area rather
than as direct children of the view page. They now get disabled on switching to
the non-view page.
c) Merges the sc redline changes dialog, the sw redline changes dialog and the
sw autocorrect changes dialog
Change-Id: If0ba376c3f2d36709aeeed995fa9901741434c40
|
|
I ran the following code replace:
s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
Change-Id: I7c047cf1c90632bddc23ed49f9455d745ac8688e
Reviewed-on: https://gerrit.libreoffice.org/2282
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
|
|
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
|
|
Change-Id: I8b42a6c047f95aa567f520db81699c83a115a6c7
|
|
Change-Id: Ib185eacbd0b4123ec947d116076358794bf42d46
|
|
Change-Id: Id6fab654b4c92aaba753e7099923efb135a0bdd8
|
|
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
|
|
Change-Id: I74b082e090cc382b699720f1cfc70f1920ff5db4
|
|
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
|
|
Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9
|
|
Change-Id: I3563a961c54e235fffe0c2ab1809f51882ba3831
|
|
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING
Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f
Reviewed-on: https://gerrit.libreoffice.org/1954
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Ifd7c7f634860ced0021bf6c6b99d1e0ea0615a7c
Reviewed-on: https://gerrit.libreoffice.org/2126
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
This reverts commit e462a30d03c16aa4202f8d28ad52b15feb3d9255.
|
|
Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9
|
|
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
|
|
Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e
|
|
with lots of repurcussions in other modules
Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea
|
|
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
|
|
Change-Id: Ied761cbb8e23d65596a5fdc4650e1cd2c95e9245
|
|
The service already existed, it just did not have an IDL file
Change-Id: I1ca7ab09491057c1e9c91b5bb6763b84be10b47b
|
|
The services are
document::XMLBasicExporter
document::XMLOasisBasicExporter
Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43
|
|
Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8
|
|
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/1964
Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
|
|
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/1979
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275
Reviewed-on: https://gerrit.libreoffice.org/1962
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Iaa91d3b1ab47e02edc69c2b9abdb33ae097571cb
|
|
Change-Id: I68e31498aa4916e11e04c57171e32cf9b3204108
|
|
Change-Id: Ie81d49f5aec6a4d87b2b49b015afbcaa94e12e50
|
|
Change-Id: Ia7d0de2c3017f450b9ace31753a351601ca6f1f0
|
|
With this, the hacks from commits
81a46fc86a530f028a5bd2f5e52fe0372d50ee38 and
d7efffebd9651dd866349915360ade64b97d7301 are no longer necessary.
|
|
Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5
Reviewed-on: https://gerrit.libreoffice.org/1956
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03
|
|
This reverts commit 984ac8a7b4af06147a113845899ec918d5934921.
Problem was fixed already by 9ad661e5740142a95893e91e4c138caee2abe7c2
|
|
created by incorrect replacements in the previous commit
Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
|
|
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
Reviewed-on: https://gerrit.libreoffice.org/1924
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: I6e90cdfc9577bfa0ee1dd1018a41aa7979dfaf04
|
|
Change-Id: Ibae83ceac3c2e1f678c35a12d68ef3779879314d
|
|
Change-Id: Iea5c01fe902b052a55c86ca3b879bcca12c80690
|
|
... that's still allowed by the configure check
Change-Id: I1abfdfc09522dcfbd487d87a6ff49a0b4803daad
|
|
Change-Id: I695cf16bc3b06823ae9e0546cb751e41eb201706
|