summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp')
0 files changed, 0 insertions, 0 deletions
ass='logheader'>2016-11-15Fix typosSamuel Mehrbrodt Change-Id: I3e38b1d445c368c28e807202b94c603bd2b2c672 Reviewed-on: https://gerrit.libreoffice.org/30872 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-11-10'make screenshot' use-after-free fixesStephan Bergmann Change-Id: I4302d0d767a1bf50fd34a78e9aa0ad6d6b0c7a22 2016-11-10'make screenshot' loplugin fixesStephan Bergmann Change-Id: Ibebcd1c1ebfea0ecdf9d90b6f8bcc8ceb87df456 2016-10-10Fix typoSamuel Mehrbrodt Change-Id: I20bb74183e134c9bf597cd8b471fd6dc4104eb24 2016-10-01Fix typosAndrea Gelmini Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c Reviewed-on: https://gerrit.libreoffice.org/29442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-08-18screenshots: fix Linux, exclude a few crashing dialogsArmin Le Grand Change-Id: Ie06bb6b0bfd280e386bc418abdc496cb747f44b6 2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand Change-Id: Ia1e79216d9537c65f8b7362778a2e1ad3ec6c2c2 2016-08-18screenshots: add dialog test cases for cuiArmin Le Grand Only one dialog had to be disabled, some others look not very useful Change-Id: Icbf46365e1824ea320ce721b8c783883336e9278 2016-08-18screenshots: add dialog test cases for svxArmin Le Grand All *.ui files create a screenshot, but not all look useful Change-Id: I5aeec438b90488ea19cdb1251fee7dcf23e1c2cb 2016-07-22Fix --disable-pdfimport buildMiklos Vajna Change-Id: Ida06b892aea92cfe26fd62372e21ca611d8838d3 Reviewed-on: https://gerrit.libreoffice.org/27447 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2016-06-29loplugin:defaultparamsStephan Bergmann Change-Id: I17fd4679e0a6a58856021b40575ac9603da01b37 2016-06-29svx: add XOutBitmap testcaseMiklos Vajna This fails with commit 7d76bb251e0c88ff17282a33b801a5d17a434af5 (vcl: add graphic export-as-pdf filter, 2016-06-24) reverted. Change-Id: Idea5c282d610d949958d757677ee642d97ca1c8e Reviewed-on: https://gerrit.libreoffice.org/26747 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin and update the RSC compiler to accept such In the process fix some confusion in SD where it was confusing SfxStyleFamily and the index of the relevant family (which other parts of the code in SVL use) Change-Id: I1efc9f85fbed8ab76eafe8f6e1ada411753ae5f9 2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee use C++11s range-based for() loops instead Conflicts: sd/source/filter/eppt/pptx-epptooxml.cxx Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9 Reviewed-on: https://gerrit.libreoffice.org/13714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-09-19fdo#84061 Fix setting text style sheet listeners in SdrTextObjTobias Lippert The code in SdrTextObj::ImpSetTextStyleSheetListeners is obviously not working correctly. The families of the stylesheets are appended to the name of the family for further usage. An encoded string looks like "STYLE_NAME|3 " The family is then extracted by copying the first (length-6) bytes, e.g., "STYLE_NAME" in this example. Then another copy starting a position 1 is created, e.g., "TYLE_NAME". This string is cast to an Int32. Since this is not possible, 0 is returned, and the originally stored family is lost. This patch corrects this behavior, and adds a unit test. Change-Id: I60c0add6e4b670acbbc264cc77672452f282f737 Reviewed-on: https://gerrit.libreoffice.org/10818 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>