- 01 Mar, 2017 40 kayıt (commit)
-
-
Michael Stahl yazdı
Project: help e7999c35fd7460118469142420c7d39ba5562222 tdf#77111 helpcontent: adapt "Text flow" tab page help Replace obsolete description of "0" page number. Change-Id: I1881bca456d94af74060e1e3b92e043255c9e702
-
Michael Stahl yazdı
Change-Id: I8cc89c66eb1c3f09e02ba312e6ea8c9379ff8a4d
-
Michael Stahl yazdı
Commit c2ccd20c introduced 0 as a valid value for page number offset in sw core. Unfortunately the table dialog was not changed then; previously page number 0 would do automatic numbering, but since then 0 was set as the offset, and once you have a 0 offset there's no easy way to remove it, you have to remove the whole page break. * change the label before the text number edit widget to a checkbox that disables the edit widget * keep the id "pagenoft" so that translations still work * set initial value to 1; 0 is a really bad default since we can't export it to ODF * add a little bit of left margin so the line is indented below the upper line Change-Id: I70cf5a66d4191acd2c19b3d0a83609e2b348a886
-
Caolán McNamara yazdı
Change-Id: I1fbc1f7ec14c8133fb8fcd3532d5d551dcc7ddfb
-
Michael Meeks yazdı
http://crashreport.libreoffice.org/stats/crash_details/524d28fb-4fd2-4d11-83b1-1360b5ab5068 Change-Id: I19a13f751b5cf000c9938ff991d7d44bba0a4de7 Reviewed-on: https://gerrit.libreoffice.org/34756Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
-
Markus Mohrhard yazdı
Change-Id: Icaf1de556ae20027e27321750197ed574b508435
-
Caolán McNamara yazdı
Change-Id: Ie2b725e4e0c8d9b581ced74f9cdd08d97ab90e46 Reviewed-on: https://gerrit.libreoffice.org/34746Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
cause it grows to fit if its a resizable stream Change-Id: I28b42becdfc8eb591d19d2512cdc1f1ec32c3bbe
-
Caolán McNamara yazdı
Change-Id: I46b84ab4cb9cc5d25b6cb60241fcc8a65e449886
-
Tor Lillqvist yazdı
Avoids creating a pointless and empty "share" tree in the Mac app bundle. Change-Id: I4edbc91c7bd82d777566a1a21e0e33248a8f9651
-
Caolán McNamara yazdı
Change-Id: I61e21619e949fe0dda7c4820e6ddbb8d4d597652
-
Bjoern Michaelsen yazdı
Change-Id: I189e5b78aafe03a600194df206ad48076e27ff63 Reviewed-on: https://gerrit.libreoffice.org/34728Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Bjoern Michaelsen yazdı
... from SwFlyFrame to SwFlyDrawContact as that is the object they are doing most of the work. Also refactor a bit while at it. Change-Id: I9a08592afb15be32c2c36408e4126807871f77c8 Reviewed-on: https://gerrit.libreoffice.org/34733Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Bjoern Michaelsen yazdı
- also refactor and simplify Change-Id: I0fe0c043b72d7664a0fe27baf13ab029aed41eab Reviewed-on: https://gerrit.libreoffice.org/34726Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Caolán McNamara yazdı
Change-Id: Ib5679684c899a7362b71ab8688fd37d276176fef
-
Caolán McNamara yazdı
Change-Id: Iaf7a7c65109864f429ab5cc6848a12a37421afa1
-
Caolán McNamara yazdı
Change-Id: Ie7a8230dcc5b8576aea44c6e62eedaf971241be7
-
Tor Lillqvist yazdı
Change-Id: I32ca961ebb4393e483bab12a6c69ab4c2016cc3f
-
Caolán McNamara yazdı
Change-Id: I985d422f4c0b41937e4df616fb3154bb7cbad28d
-
Caolán McNamara yazdı
Change-Id: Id0ec9c123ca151db793380ffd7b719dbb239efa9
-
Samuel Mehrbrodt yazdı
gpg4libre Change-Id: I4e3d59331a93c0bee98bcc493c2a6aca11005ec4 Reviewed-on: https://gerrit.libreoffice.org/34741Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: If4fa588ac7508edc886c93be7e870677b7dfeae0 Reviewed-on: https://gerrit.libreoffice.org/34742Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
preparatory change to making SvXMLEnumMapEntry a template class for the "UNO scoped enum" change. But I think its an improvement by itself, there is no need to initialise these arrays on-demand, the compiler will do that at link time. Change-Id: Ie582fbe628cc9d21a4f31229c85195aa09139516 Reviewed-on: https://gerrit.libreoffice.org/34737Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-
Stephan Bergmann yazdı
ddd84d08 "Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector" had introduced size and operator[] operating on underlying vector's size_type, but had left the other functions at sal_uInt16. Keep everything at sal_uInt16 for now until fixing everything to use that underlying vector size_type instead. Change-Id: I92570dcb8ab5fa88b52e2b24899b833829693a88
-
Caolán McNamara yazdı
Change-Id: Id5d60f0037873598e1447b063e66e9c29840587c Reviewed-on: https://gerrit.libreoffice.org/34740Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I54e0de99a7d97be2c85221ecab0ebbe07ed4ae4a
-
Caolán McNamara yazdı
Change-Id: I7f87bf07e50baffd463d4429186928642bdf73b3
-
Michael Stahl yazdı
Commit c2ccd20c introduced 0 as a valid value for page number offset in sw core. Unfortunately the paragraph dialog was not changed then; previously page number 0 would do automatic numbering, but since then 0 was set as the offset, and once you have a 0 offset there's no easy way to remove it, you have to remove the whole page break. * change the label before the text number edit widget to a checkbox that disables the edit widget * keep the id "labelPageNum" so that translations still work * adapt SfxToSwPageDescAttr so it can not just set but also clear the page number * set initial value to 1; 0 is a really bad default since we can't export it to ODF (see tdf#91306) Change-Id: Ic4ca9e2562bb65ac359b305a2202f782e8598307
-
Caolán McNamara yazdı
Change-Id: I65ec47b4290d845f1803b20b93f149d35d9a60ea
-
Caolán McNamara yazdı
Change-Id: Ib0945d5a4606915aff9ee3019203caaf2a3cc7c5
-
Tor Lillqvist yazdı
Change-Id: I23ca8cc512a0bd433474c12d06461597d0bd35ee
-
Rohan Kumar yazdı
Added Highlighting tab to Edit Style button in impress Change-Id: I9426f583da4078cd380823bbaa30ce1941ffa3bd Reviewed-on: https://gerrit.libreoffice.org/23684Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-
Zdeněk Crhonek yazdı
Change-Id: I0cdd009a444c0c2363d74b9b09ddd8c09c906acb Reviewed-on: https://gerrit.libreoffice.org/34734Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
-
Bjoern Michaelsen yazdı
Change-Id: Iab0462703634866a47b77c4862de52b69390b992 Reviewed-on: https://gerrit.libreoffice.org/34727Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
This reverts commit 99c361be.
-
Caolán McNamara yazdı
Change-Id: I6e3d1d3b43967f10a151a6b696a863383a7b1776
-
Caolán McNamara yazdı
Change-Id: I7fdaf527ffbe7d3d952c17c62707bb4a22b05f1d
-
Stephan Bergmann yazdı
Change-Id: If5ab5d340166b5eedb97773a9907eee1b188027e
-
Noel Grandin yazdı
Change-Id: Ica9e99fc363d8c7bfbc40dceb66ad350e5a02ce5
-
Stephan Bergmann yazdı
Change-Id: I056fe8fb3e6b87ecae4e07f757c1a9588bbb1c06
-