- 09 Nis, 2015 40 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: Idef6b4259d784120a06d2a6c51b77029566da59f
-
Noel Grandin yazdı
Change-Id: Ie95790cbaa5d459c8e849d7333098d857d31ed0a
-
Eike Rathke yazdı
Ensure that only desired tokens are obtained and the resulting new token is actually the current one upon return. Change-Id: I624c324b861d8658accf3285cad2cfc5a598b450
-
Eike Rathke yazdı
Change-Id: I1263f190d769254949701b3a257b2af5d6ea61a2
-
Eike Rathke yazdı
Change-Id: I73109e5a862b2f4bc456dff512bddf5d23586a6d
-
Caolán McNamara yazdı
Change-Id: Ia4a52a5e605474738983d48a925b6b3ba90877d4
-
Caolán McNamara yazdı
but the PanelLayout didn't Change-Id: I38a8975f1488fa2a2ffe91b66745e1a1c6c48a28
-
Stephan Bergmann yazdı
Nothing obvious that would speak against converting from the original SvStringsDtor to plain std::vector<...> instead of slavishly sticking to boost::ptr_vector<boost::nullable<...>>. Also, prevents a false -fsanitize=null warning about "reference binding to null pointer of type 'rtl::OUString'" in boost::void_ptr_iterator<...>::operator*() during ~SvxClipboardFmtItem_Impl(). Change-Id: I08d8fc573ff99a5bddd67c0d2be4e7ea38025958
-
Miklos Vajna yazdı
Regression from commit bb00a009 (do not bother with nice unique names during mailmerge, 2014-11-08), SwAttrSet::CopyToModify() expects that in case SwDoc::FindNumRulePtr() returns 0 for a name, then the call to SwDoc::MakeNumRule() will use the not found name (as SwDoc::GetUniqueNumRuleName() will return the just checked name). As a result, simply always returning a random unique name during mail merge is a problem. Only return a cheap random unique name if no hint is given. Change-Id: I49d65009ced97d00aa2e8db35a529f2f30ac9ae5
-
Caolán McNamara yazdı
Change-Id: I92c171b5900d770195bcad71a7df2a282649d479
-
Caolán McNamara yazdı
resize *after* setting visibility of controls and not before Change-Id: I9318b8a5bc1f4afc6f4ceb4503af3425d0f6364b
-
Caolán McNamara yazdı
this reverts commit f0ee8ed4 Author: Caolán McNamara <caolanm@redhat.com> see if we can merge floating window and dialog child size/pos setting seeing as we apparently can't merge them the way that tried to do Change-Id: I25fb741c9ae73375124b469f98bf1eecd76ff3c1
-
Caolán McNamara yazdı
Change-Id: Id9ba3dbd1df46638eb4ca2ef84ba1b40ca424108
-
Heena Gupta yazdı
Conflicts: sw/source/ui/chrdlg/numpara.cxx Change-Id: I3e2c493d412c8e7974e7cb314eb0ba8f13edb6b6 Reviewed-on: https://gerrit.libreoffice.org/14518Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Heena Gupta yazdı
Conflicts: sfx2/source/dialog/mgetempl.cxx Change-Id: Ieac16f9cd6063e38c6d8dee0a1f0dba29e1adc6f Reviewed-on: https://gerrit.libreoffice.org/14516Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Heena Gupta yazdı
Change-Id: Ibb80d88865048e178a8d3e93cb9737881dd9f102 Reviewed-on: https://gerrit.libreoffice.org/13785Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Heena Gupta yazdı
Change-Id: I7356eb2074520884ff24d89c68bf1214664f4af3 Reviewed-on: https://gerrit.libreoffice.org/13740Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Change-Id: I715374b531da2850434b2436633b6042ecb9ebe0
-
Yousuf Philips yazdı
Change-Id: I37f16184d8671f6f0eba7679e712e458abee314c Reviewed-on: https://gerrit.libreoffice.org/15195Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Change-Id: I9e2b9388c5df1b3a5fc0b2deb570b6f63e59b8eb Reviewed-on: https://gerrit.libreoffice.org/14637Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Katarina Behrens yazdı
Change-Id: I13cbde947d6252c1157ec79a5f2190df24cca978
-
Miklos Vajna yazdı
When tiled rendering, we always want to create some kind of selection when long pushing on a table cell. If there is at least one word in the cell, then we want to select the nearest cell, and when it's empty, then we want to select the cell itself. In case there is a table with 1 rows and 2 columns, and A1 is empty, but A2 has multiple lines, then in A1 there is an area that's outside the text frame of the empty paragraph, but inside the A1 cell frame. When clicking on that area, the cursor position gets corrected. With this change, we get a proper selection on long push even when pushing on that "outside text, inside cell" area, too. Change-Id: Ic61743014708f127087243cb7b129f8abd72edaa
-
Noel Grandin yazdı
Change-Id: Id4194f4d5bb6fcf064985fddc6f7344a4d34ca04
-
Clément Lassieur yazdı
Change-Id: I240859bafa953c75ee639ccb77305161274217d1 Reviewed-on: https://gerrit.libreoffice.org/15210Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Change-Id: Ie348778ea666c24e95e048386547f301083a0017
-
Caolán McNamara yazdı
this has niggled me for decades http://german.stackexchange.com/questions/7528/meaning-of-behind-when-translated-from-german summarizes it well "'Behind' is typically used when the context has meanings of depth, and as such becomes ambiguous when used in a flat list ... 'After'/'before' contain meanings of ordering which are unambiguous" Change-Id: Ib2e7244f1dc0a66a9ca30df3a20e31de7a9b9d09
-
Noel Grandin yazdı
more 'extern C' fallout from my conversion of enum to scoped enum Change-Id: I4c9aabbfbd255775a8f3edc2b7c8c62647f539eb
-
Jan Holesovsky yazdı
Change-Id: I77914d1b6fe538f3f38beb449e68f50ae36b0798
-
Noel Grandin yazdı
since after my converting stuff in include/registry/types.h to use 'enum class', it can obviously no longer be "extern C", so drop the "extern C" and rename the file to reflect that. Change-Id: Ia30f5731316525e48531c4785ab7471a428bcf6f
-
Miklos Vajna yazdı
Change-Id: I033cc6fce66203ad2967064211f9144b0edf8d1e
-
Noel Grandin yazdı
Change-Id: I2177e424d54dc2b5e26b7bbfe073b524e9cc5bab Reviewed-on: https://gerrit.libreoffice.org/15187Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: If1649e8f3b9d200b0b176bef7deea41445bd3f2f
-
Noel Grandin yazdı
Change-Id: If0a2eeeabbb0bea48d2f2f86dc04266812c0ecd2
-
Noel Grandin yazdı
Change-Id: I8320f6f42d5579fbd09450ddca61c4c066de98e4
-
Noel Grandin yazdı
Change-Id: I81599570698eb92abf14fa6386d8545c2031e863
-
Noel Grandin yazdı
Change-Id: Ifef0aaae6208f18c1352fef7c471deb60a97820d
-
Noel Grandin yazdı
Change-Id: I55977c38578cb59deb195d91f8948da2e0905b6a
-
Noel Grandin yazdı
Change-Id: Ic672e75db4d7323760577b19490ffa28d38965b6
-
Noel Grandin yazdı
since we no longer support the RG_LINKTYPE stuff Change-Id: If388ecfa0c475471b99b26155ad554ec702ca734
-
Noel Grandin yazdı
Change-Id: I11d92218c5e0678d497f8964723033e2bd8b3300
-