- 17 Kas, 2015 40 kayıt (commit)
-
-
Philippe Jung yazdı
Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e Reviewed-on: https://gerrit.libreoffice.org/16934Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
The original code in 2638faa2 "writerfilter08ooo330: applied patch for writerfilter08" used OUString::valueOf, which 64b993e0 "finish deprecation of O(U)String::valueOf()" changed to a OUString ctor instead of OUString::number (as that change did for almost all other cases), but without giving a rationale for this particular case. But as nUnique starts out as zero, so in the first round would append a NUL character to "DOCX-Standard", it looks plausible that this code should add a number after all. Change-Id: I47136486e28b946fa334a416d1d2fe20ad616ff0
-
Stephan Bergmann yazdı
Change-Id: I7a741130689721c69fd2879be6bda27fc6ec3646
-
Stephan Bergmann yazdı
Change-Id: Idcfa500c491fcedfff7d4c6e1bef25fd2d948d36
-
Stephan Bergmann yazdı
Change-Id: I3411c688361e95b4c72b5257cdd63b137dab0538
-
Stephan Bergmann yazdı
Change-Id: I5779c639c480d5a2fbefd47942a662ff7ca4a9f5
-
Stephan Bergmann yazdı
Change-Id: If61f46cceff4e2d4fe49e77788516ef60ab6eb50
-
Stephan Bergmann yazdı
Change-Id: Id3f43ba115d519e789b7eaf014734d2fd31d39cc
-
Stephan Bergmann yazdı
Change-Id: Id3bdce8776ebbdf700eabceed1e123a444a7bc4d
-
Stephan Bergmann yazdı
Change-Id: I508520556cd5755d81740b00c7815eebdef6576e
-
Stephan Bergmann yazdı
Change-Id: I6125c2abe1dbfd0a5ecf020b8363fc277d195157
-
Stephan Bergmann yazdı
Change-Id: I27da462b553ef11e9d9ce7873e8fedc3af8c6041
-
Stephan Bergmann yazdı
Change-Id: Ia31a6817aa39da1edf76443fd7621375ea9dc191
-
Stephan Bergmann yazdı
Change-Id: Ia93c541ea21be89578789d58f642109184a18685
-
Stephan Bergmann yazdı
Change-Id: I0439e40b0843ba9a0939eb47e339f396d26f3c64
-
Stephan Bergmann yazdı
Change-Id: I870f7c5c68ee9c9668e82833ea6277adfd49a686
-
Stephan Bergmann yazdı
Change-Id: I083a33e71d1bb9fcef3b287e1db15910779312ab
-
Stephan Bergmann yazdı
Change-Id: I727951614587654c11af5f6635a45c52ebec1b5a
-
Stephan Bergmann yazdı
Change-Id: I72b0f9956e866afd22f7335a57d7dca0297e3b8a
-
Stephan Bergmann yazdı
Change-Id: I82bb9471479523d68641fd815da1208f0d45b8a8
-
Stephan Bergmann yazdı
Change-Id: I1bf672c3d3c47b82906a0c755a6dd8e55dc48f88
-
Stephan Bergmann yazdı
Change-Id: I74f34e3389582617fa83f8f4a3d6867cf87189e1
-
Bjoern Michaelsen yazdı
Change-Id: Ie834e1e1592163977435f0af6dde04c4fe86c1bf Reviewed-on: https://gerrit.libreoffice.org/19977Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Bjoern Michaelsen yazdı
- get platform switch logic out of shell script - platform specific stuff should be in $(GBUILDDIR)/platform, if possible - do not suggest shell-polluting exports, which might lead to confusion later, suggest setting the var as a one-off addition to the make command - move exception caching down, as it is assumed to be used rather rarely Change-Id: I01db3ca07582a6c6213ebac86fddabb28c925d50 Reviewed-on: https://gerrit.libreoffice.org/19976Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Stephan Bergmann yazdı
Change-Id: I9865090364220527830b7f32d5b506e50a2c0874
-
Stephan Bergmann yazdı
Change-Id: Ic025383863651f1ab70c4a819737106279d9aa1c
-
Stephan Bergmann yazdı
Change-Id: I7fcaa4e86f264182db7f4e46c2388402f801531a
-
Michael Stahl yazdı
This was erroneously returning false due to inverted dynamic_cast check, causing "svl/source/items/itempool.cxx:750: unequal items in Put(): no operator==?, with ID/pos 4048" (regression from fa91dd31) Change-Id: I9c5b49150470fc78d58ecd2a2e990637627bd591
-
Michael Stahl yazdı
XAccessibleEventBroadcaster::addAccessibleEventListener test calls the fireEvent() and the problem is that the event is triggered not on the print preview itself, but some toolbar button. This then causes an accessible event to be broadcast from the print preview too, but only after doAccessibleAction() returns, some time later from VCL main-loop. If the test checks the flag in the listener before the main thread sends the event, the test fails; try to fix that with XToolkit::processEventsToIdle(). Change-Id: Ia52bdf99cdc349ffb0a03536fba271b792caae0f
-
Michael Stahl yazdı
Adabas D connector was removed in 8256eb02 Change-Id: Ie142763ac32728c1596c196d919cbe84e6735c96
-
Michael Meeks yazdı
Intended as a non-functional change. Change-Id: I1915aad03786540da1a4bfe9031d33f2c2a9b4e3 Reviewed-on: https://gerrit.libreoffice.org/20006Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Stahl yazdı
.... and references. This gives numerous false positives as pointers may be re-set prior to shutdown, so needs a white-list. Change-Id: I19a011c6f19501cc31b3d9ae76b599296f132478 Reviewed-on: https://gerrit.libreoffice.org/19949Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Varun Dhall yazdı
Change-Id: Iaaaaca1bcc5f5b6274f54ef4fcd3f35ffe1a9cd0 Reviewed-on: https://gerrit.libreoffice.org/20008Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
Change-Id: Ibae75fc4d843bd38179d4c7afc6ddb532835c7a6
-
Noel Grandin yazdı
Change-Id: I4128ca0d4ff18f6e0c3c9f8ecad13b69c38c3157
-
Noel Grandin yazdı
Change-Id: I9a626a11d665b081a7b05db52955598dbd90721e
-
Noel Grandin yazdı
Change-Id: Icb7573c24c681a8fc0570d61b6a30dab91378eb8
-
Noel Grandin yazdı
Change-Id: I23ab4d214ed01073f26cbbf2e88732ccde4ebc10
-
Miklos Vajna yazdı
Change-Id: Ia3d1c1ccef53113e50f81a2f93aa157c4e23963b
-
Stephan Bergmann yazdı
Change-Id: I08c98ed0f81894444a75adcf7da3a952c7f418cf
-