- 19 Ara, 2016 25 kayıt (commit)
-
-
Stephan Bergmann yazdı
...at least with --disable-pch it complained > [build CXX] canvas/source/directx/dx_bitmapcanvashelper.cxx > C:/lo/core/include\vcl/vclptr.hxx(98): error C2027: use of undefined type 'OutputDevice' > c:\lo\core\canvas\source\directx\dx_devicehelper.hxx(33): note: see declaration of 'OutputDevice' > c:\lo\core\canvas\source\directx\dx_devicehelper.hxx(109): note: see reference to class template instantiation 'VclPtr<OutputDevice>' being compiled Change-Id: I3ba90acdb632fc209b8137818e30fb771ba0807c
-
David Tardon yazdı
Change-Id: I0732f23dd9daa0c3a1f138011b0db17b36b729d1 Reviewed-on: https://gerrit.libreoffice.org/32179Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
cf. 86e6d9b6 "Make check for broken static initialize_list work with MSVC 2015" Change-Id: Iac957a7bcaeecf9740e53ab777a032d128dfffde
-
heiko tietze yazdı
New standard palette; contribution from Christoph Schaefer, freieFarben e.V. Change-Id: I36cfb3983e28caad0994f9a81e5bc230e8a675e8 Reviewed-on: https://gerrit.libreoffice.org/32116Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
V Stuart Foote <vstuart.foote@utsa.edu> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
David Tardon yazdı
Change-Id: I025847785cef1cad9190861410a284c848744dce
-
Caolán McNamara yazdı
Change-Id: I72f768ad760fd9fa1e3ec988e5217672bca9c824 Reviewed-on: https://gerrit.libreoffice.org/32175Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: If2191161e82fc1e05b1442ae4b3b729cc1b8994d Reviewed-on: https://gerrit.libreoffice.org/32038Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I6ee4993ec65ba60234daf3e6fcc4cab432939f5f
-
Michael Stahl yazdı
... and ensure that they are removed from the mpShapeMap. Commit 76c549eb added all sub-shapes of group shapes to SwAccessibleMap::mpShapeMap. It's not immediately obvious why this is necessary, given that AccessibleShape will probably create these on demand. It turns out that the AccessibleShapes are not only disposed from SwAccessible code but also from svx code, in particular the call to ViewForwarderChanged() in SwAccessibleContext::ChildrenScrolled() leads to visibility checks. Thus the RemoveGroupContext() may fail to remove the sub-shapes from the mpShapeMap and the assertion in ~SwAccessibleMap is triggered. Change-Id: I6d9c3d816f5521960855d5e6a563bec49d8030b8
-
Michael Stahl yazdı
Change-Id: I0aa18fafd1759cd7c4d2ada18120fa8b97b353a4
-
Caolán McNamara yazdı
Change-Id: I8d8f9379d36dd3dd1a8973cd9f9c14860765630b Reviewed-on: https://gerrit.libreoffice.org/32174Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ibe7def84d5a093063163d44c1c7e458b99fa76bc Reviewed-on: https://gerrit.libreoffice.org/32167Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
...where AC_RUN_IFELSE failed to find libucrt.lib Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a
-
Tor Lillqvist yazdı
Change-Id: I4663de7eb81b7af39b5a24581667fd7fcfb829cd
-
Caolán McNamara yazdı
Change-Id: Iaef197e9ab736c219897933a76f4c75a3e3acaa6
-
Caolán McNamara yazdı
This reverts commit d3c06fb9. which seems innocent after all
-
Caolán McNamara yazdı
Change-Id: I07057dec477051ddc96600f467ffbb0c8bd1da5f Reviewed-on: https://gerrit.libreoffice.org/32144Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Justin Luth yazdı
LibreOffice's default paragraph style is very different from Word's normal style? Anyway, if normal is not defined in styles.xml, then don't re-assign any other automatic styles to be based off of it, since that indicates that the style information being imported is not complete. avoids regression from commit b79b5e0d Change-Id: I1bfa8505d6b89b2bba255ad727ebadbacc8d3651 Reviewed-on: https://gerrit.libreoffice.org/32103Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Ic373a8f145f3f78c3f109e36a9c1dd9156f0dd75 Reviewed-on: https://gerrit.libreoffice.org/32034Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Tomaž Vajngerl yazdı
Change-Id: I56e68ab19e63637d21dea7929f093bb1aceb982a Reviewed-on: https://gerrit.libreoffice.org/32135Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Tomaž Vajngerl yazdı
ImplImageTree was used outside of VCL which is not consistent with the name and the header also contains a lot of implementation detail. This separates the implementation to ImplImageTree and the public interface and singleton to ImageTree only. Change-Id: I3a26444f0f6971a6b1d83472e9cef19c93192d3e Reviewed-on: https://gerrit.libreoffice.org/32134Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Noel Grandin yazdı
Change-Id: I2cdb79022e77cdcc03962d392d0d87626a090ac5 Reviewed-on: https://gerrit.libreoffice.org/32043Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
no point in having a template and a virtual base class when it's only used for one type Change-Id: Idb1a1a551064cc10896eff33652038eb5be0297e Reviewed-on: https://gerrit.libreoffice.org/32041Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Takeshi Abe yazdı
Change-Id: Idc23fd32fb5b3f411e874252c312ef73fa70698f Reviewed-on: https://gerrit.libreoffice.org/32131Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
Xisco Fauli yazdı
Change-Id: I5160c6efe7cf58351955d9d1d3066e3b33bdfe20 Reviewed-on: https://gerrit.libreoffice.org/32082Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org>
-
- 18 Ara, 2016 15 kayıt (commit)
-
-
Julien Nabet yazdı
Thank you Moggi for your help on how to add unicodedata module to Python! Change-Id: I071e9279d1de4748f9443ac2d624fe925288e408 Reviewed-on: https://gerrit.libreoffice.org/32140Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
Change-Id: Ib0ea502c8b2f13a4bc9d7f57ecc86c6980c36518
-
Stephan Bergmann yazdı
Change-Id: Ibfb52800cdde99298431dab9da1cb8109658c425
-
Stephan Bergmann yazdı
Change-Id: I12a77b5b53e3a674c1ff1554b560a71605e141a6
-
Stephan Bergmann yazdı
Change-Id: I93a23799ad9a76ed9f4f86d69adb610d0962da20
-
Stephan Bergmann yazdı
Change-Id: I9a2be8c4265095ff2ac5e2216cb08c35c9049bf8
-
Stephan Bergmann yazdı
Change-Id: Iba3fae8bbecaf5782228be1fb99f196864d79e6b
-
Stephan Bergmann yazdı
Change-Id: I94f35696ba358a049ee65764d17c62df7889aec7
-
Stephan Bergmann yazdı
Change-Id: I66974c273918d6d887364e7d552e3caf63e16343
-
Stephan Bergmann yazdı
Change-Id: I502da4b93905e64ca5506f24dc1f6bf2bf990dc2
-
Stephan Bergmann yazdı
...to also cover cases like conversion betwen LPVOID and HANDLE in Windows-only code Change-Id: I934fe89372ee7a12462e7ad4284b9ea2cc73ce5a
-
Stephan Bergmann yazdı
Change-Id: I1859a92c996b907b8d511cddba25c00c9a52f398
-
Caolán McNamara yazdı
Change-Id: Id3db7c7fa74f8dd36c0385c2198efd12546004ab
-
Markus Mohrhard yazdı
Change-Id: I24c5943cbb371717e3354fe292800abd1536129e Reviewed-on: https://gerrit.libreoffice.org/32139Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: Ica945030f955cb192cee44a0f97f4f9d881bf9a0 Reviewed-on: https://gerrit.libreoffice.org/32138Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-