- 11 Eyl, 2015 20 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ie066c7f83ad15bec198f2091a3b084468c502766
-
Matthew Nicholls yazdı
Change-Id: Iba77946a00c6c43c4377b2bae62467581cfed19f Reviewed-on: https://gerrit.libreoffice.org/18468Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Oliver Specht yazdı
OOXMLUniversalMeasureValue is an integer value and needs to be converted to a signed integer. unit test included Change-Id: I7fe3fdf4b8b12df55e9cea2a968b9537676687eb Reviewed-on: https://gerrit.libreoffice.org/18496Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Stephan Bergmann yazdı
Change-Id: I0bb5582a6aef51ac65466531115d67c6dbad1fcd Reviewed-on: https://gerrit.libreoffice.org/18493Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Oliver Specht yazdı
introduced SfxTabPage::ChangesApplied() to enable resetting values to their initial state while editing styles Change-Id: I60fd68d8464e12e795b0e0d2f2e53882a225c181 Reviewed-on: https://gerrit.libreoffice.org/18467Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Miklos Vajna yazdı
Change-Id: Ia76ef111170700ef507550222ca917986d4fe00e
-
Caolán McNamara yazdı
Change-Id: I3ca2d6af48adb226e0f56d0500c31f19676c6567
-
Caolán McNamara yazdı
Invalid read of size 4 at 0x57F48E0: __pthread_mutex_unlock_full (in /usr/lib64/libpthread-2.21.so) by 0x4E903F7: osl_releaseMutex (mutex.cxx:136) by 0xB3EECF0: osl::Mutex::release() (mutex.hxx:74) by 0xB3EF92C: osl::Guard<osl::Mutex>::~Guard() (mutex.hxx:135) by 0xB3F755A: SvtCommandOptions::~SvtCommandOptions() (cmdoptions.cxx:318) by 0xB3F75B3: SvtCommandOptions::~SvtCommandOptions() (cmdoptions.cxx:328) by 0x2B13BDE9: std::default_delete<SvtCommandOptions>::operator()(SvtCommandOptions*) const (unique_ptr.h:76) by 0x2B13A3C6: std::unique_ptr<SvtCommandOptions, std::default_delete<SvtCommandOptions> >::~unique_ptr() (unique_ptr.h:236) by 0x2B134063: framework::Desktop::~Desktop() (desktop.cxx:183) by 0x2B13418B: framework::Desktop::~Desktop() (desktop.cxx:187) by 0x79892AD: cppu::OWeakObject::release() (weak.cxx:205) by 0x2B1399B7: framework::Desktop::release() (desktop.hxx:133) by 0x2B13B860: rtl::Reference<framework::Desktop>::~Reference() (ref.hxx:81) by 0x2B13956B: (anonymous namespace)::Instance::~Instance() (desktop.cxx:1780) by 0x54635D7: __run_exit_handlers (in /usr/lib64/libc-2.21.so) by 0x5463624: exit (in /usr/lib64/libc-2.21.so) Change-Id: I98e0e70567ab39a06813fd9b614ba1e04ec22bd1
-
Caolán McNamara yazdı
so try and suppress this warning Change-Id: I096352af0116f1ba0911cc201eb884267095a797
-
Caolán McNamara yazdı
try and help coverity to know that aEnd and maFragments.end() are the same place Change-Id: I9ce4187d5ed15d0ae26b69bb360dbd47c2a6a185
-
Stephan Bergmann yazdı
(for typeinfo for SvxFontLitsItem, as needed by -fsanitize=vptr) Change-Id: I13ee8f4f52509ca2b26cba16a3e5c93a7223ceb7
-
Miklos Vajna yazdı
Change-Id: I7cf97f06053275fa229bbd24a06f7b0104f024fb
-
Miklos Vajna yazdı
There were two problems here: 1) The OpenGLContext ctor registered the instance on the list of contexts, but platform-specific call (e.g. wglMakeCurrent()) was only made later. Add a registerAsCurrent() member function that helps ensuring that the last item in the context list is indeed the current context. 2) OpenGLContext::prepareForYield() is called without the solar mutex being locked, but it still assumes that the last context in the context list is the thread's current context, which may not be true. The result is that during JunitTest_sd_unoapi, we end up in a situation like: debug:4640:5240: OpenGLContext::registerAsCurrent: wglGetCurrentContext() is 00010001, pSVData->maGDIData.mpLastContext is 00FA65F8 debug:4640:7944: OpenGLContext::registerAsCurrent: wglGetCurrentContext() is 000D0003, pSVData->maGDIData.mpLastContext is 00FA6C70 debug:4640:5240: OpenGLContext::prepareForYield: start, wglGetCurrentContext() is 00010001, pSVData->maGDIData.mpLastContext is 00FA6C70 I.e. one thread registers as current, an other registers as current, too (while the other thread has the solar mutex), then once the original thread wants to release the solar mutex, the real current context and the last item in the context list won't match, so the assert at the end of prepareForYield() will fail. Fix this by releasing the GL context in WinSalInstance::DestroyFrame(). With this, JunitTest_sd_unoapi passes on Windows with GL enabled. Change-Id: Icfb9c65c871586b5df69b5a2ab3aa91843dfc799 Reviewed-on: https://gerrit.libreoffice.org/18473Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Noel Grandin yazdı
Change-Id: I70d7c7ae4fc68d2f36a00d7c1b6eba71f63872d7
-
Noel Grandin yazdı
and remove unused maChildEventListeners Change-Id: I845a9af608c3429cf9ccb0e8041f24f423839513
-
Noel Grandin yazdı
Change-Id: I8f64b8f8e1e8ac7ce1475fc5132acb7171237a32
-
Noel Grandin yazdı
Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
-
Noel Grandin yazdı
Change-Id: I3defac5fff9708228d9bf3200e51853a127bfdc5
-
Noel Grandin yazdı
Change-Id: I473ab8d77273c512e843427c86664f9eefbff116
-
Noel Grandin yazdı
Change-Id: Ia8dd531759ab4d609d1c3eeb31283612c0d70219
-
- 10 Eyl, 2015 20 kayıt (commit)
-
-
László Németh yazdı
Typing :.: (one ASCII dot between colons) will enter the Unicode horizontal ellipsis (U+2026: …) instead of the bad :…: (the requested Unicode character between colons). Note: the pattern :...: (three ASCII dots between colons) was originally intended for the horizontal ellipsis, but that collides with .*... pattern (default in English and in several other languages, meaning: replace word ending three ASCII dots). Change-Id: I97632ff81e04ab9e53026da425b82a2541db0eb1
-
Stephan Bergmann yazdı
Change-Id: I00acce39f94653ef8e2465f15ba572b619a1c7fb
-
Stephan Bergmann yazdı
Change-Id: Ica7d3e7e52ccdfe833ac10567c6f5f7bb7085dee
-
Stephan Bergmann yazdı
Change-Id: Ibb2b93261e2d8ef370ac106766e39685a03a6ef3
-
Stephan Bergmann yazdı
Change-Id: Ic3d9cd117b3f911a7cb1317fc9d1d2e9d8f1ff42
-
Stephan Bergmann yazdı
...in the only use case in ODatabaseForm Change-Id: I0282a9f60b05f279a11dcf1990e68b7e017ea3aa
-
Stephan Bergmann yazdı
...the code was in this odd shape ever since bf4154eb "initial import" Change-Id: Ic931b99267bb6501f15119636f13391f1d065ed4
-
Stephan Bergmann yazdı
Change-Id: I34ee4750f30635809b8e23cbf1bd0e16f269f549
-
Stephan Bergmann yazdı
Change-Id: I67221408d6b9d2aee942ca8bd39ca51da0209551
-
Stephan Bergmann yazdı
...instead of full-string compare; regression introduced with c4927a1b "ByteString->rtl::OString[Buffer]" erroneously replacing a call to ByteString::CompareIgnoreCaseToAscii(s,n) with a call to OString::equalsIgnoreAsciiCase(s,n). Change-Id: I473e3403910e22e43d7350afa88f9a8e103ebf1d
-
Stephan Bergmann yazdı
...analogous to the existing OUString::startsWihtIgnoreAsciiCase, to be used in the next commit Change-Id: Iad6989c16e1bda6b2b0a58e6c768f7852560bb00
-
Caolán McNamara yazdı
Change-Id: Ic7b0e9c6a1e4e1ce37d49358828a660fdfc63a1d
-
Caolán McNamara yazdı
Change-Id: I9fca8838beb1c2f6db8a9f1c9b6fe77f247b847c
-
Caolán McNamara yazdı
Change-Id: I933b208283629e7940f3d5928bae9f94a485f54c
-
Caolán McNamara yazdı
Change-Id: Iccbf40d09ffb9f9bb6058b81db4ebde6b64a7ae9
-
Caolán McNamara yazdı
Change-Id: I5353b78b6961d28fb3f42e5f2073e9a83ac1037c
-
Caolán McNamara yazdı
Change-Id: I6378df91a7f9e51deee17385d395c1f466e928a4
-
Eike Rathke yazdı
Change-Id: Idcd469fad8d79ce046ac5c73c341a7098739549b
-
Caolán McNamara yazdı
SfxBindings::UpdateControllers_Impl in sfx2/source/control/bindings.cxx has an awesome reinterpret_cast<SfxPoolItem *>(-1) so the unconditional dynamic_casts introduced during the rework of commit fee180f1 Author: Markus Mohrhard <markus.mohrhard@googlemail.com> Date: Tue Jul 28 18:52:30 2015 +0200 split the line width panel into two pieces explode and die Change-Id: Ic99b5e515bb530b74461155b7e71b7e8814666b2
-
Markus Mohrhard yazdı
Change-Id: I0b1bf1c8584b6c0e0422dea09577d5cf38b38c55
-