- 24 Eyl, 2014 21 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: Ib665b3870f3d4b00c70d3f928452639464adca69
-
Matúš Kukan yazdı
Change-Id: I778dc43085b6afbb6456cbf53fe8c95b624b75b3
-
Stephan Bergmann yazdı
Change-Id: Iac70c9be13892a36bfb5975f62e5345b88d4f144
-
integrate InterfaceContainer_Test in juh tests use java.util.logging in ComponentContext_Test $ make JunitTest_juh Change-Id: I92a855f8dea4bc893bb65e23e57ea4b12f59a31d Reviewed-on: https://gerrit.libreoffice.org/11615Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Idbcb1be271ccda1885728ec5a6a75cfaec15f6f5
-
Caolán McNamara yazdı
Change-Id: I9ef73811b93dfff502a2430a1e3e9aa3b46c9935
-
Tomaž Vajngerl yazdı
Change-Id: Ifae32518aa503bfa8c912c18220bbbf28b76be09
-
Yousuf Philips yazdı
Change-Id: I287f8549b6bfb8435c6ad1daabbb8ac2c1a51c2b Reviewed-on: https://gerrit.libreoffice.org/11576Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I42c5ad557c00d2db80e691332756a544651ab7de Reviewed-on: https://gerrit.libreoffice.org/11596Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
The whole idea of clipping the char attributes to before the cr that word uses as the end of para marker is flawed from especially the perspective of redlining which is a char property in word. If the redline encompasses the newline in order to state that it is deleted, then if the prop is clipped to before that newline then the end-of-para doesn't get marked as deleted For now just remove the character attributes clipping from here to be as conservative as possible. Hopefully the ordering of processing start pap before start chp and end chp before end pap and the other million improvements in the parser that came about after AdjustEnds was created avoids whatever problems were trying to be worked around here. Change-Id: I5a72e462db2fff60f52b12c2125ea6ac363de695
-
Samuel Mehrbrodt yazdı
Change-Id: I88ab66f60fc477f0e1e33d4049af7721e9435272
-
Florian Reisinger yazdı
Change-Id: I8c0e90eda94bc2304289cdf27b85cd57dbca0ef9
-
Tobias Madl yazdı
As discussed with Stephan Bergmann, these files, which contained unused cppunittests, could be removed. Change-Id: I91844b96967e3c3e0e8367452f2dda420f479ffe Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
these "forbid use with ambiguous type" things already appear with deleted markup in Any.h which is included by Any.hxx WARNING: cov-emit returned with code 2 "coverity/include/com/sun/star/uno/Any.hxx", line 163: error #1810: function "com::sun::star::uno::Any::has<T>() const [with T=sal_uInt16]" (declared at line 244 of "coverity/include/com/sun/star/uno/Any.h") cannot be specialized because it is deleted bool Any::has<sal_uInt16>() const; ^ "coverity/include/com/sun/star/uno/Any.hxx", line 604: error #1810: function "com::sun::star::uno::Any::get<T>() const [with T=sal_uInt16]" (declared at line 243 of "coverity/include/com/sun/star/uno/Any.h") cannot be specialized because it is deleted sal_uInt16 Any::get<sal_uInt16>() const; Change-Id: I7d8b8ee1015c3e598143a2240297ce81a9e36987 Reviewed-on: https://gerrit.libreoffice.org/11611Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: I71c00286dde2e5a01a7a592305c1790f1ed63a93
-
Miklos Vajna yazdı
Change-Id: Idbf7f6b8a1ec395c229e2ff6c173b8b0a6262977
-
Tobias Madl yazdı
Just removed some useless comment. Change-Id: I3f43e245849b82f8a1257c6ac0bace673d0ca9d6 Reviewed-on: https://gerrit.libreoffice.org/11604Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Peter Foley yazdı
This fixes builds on windows with fully-internal python where the package is built but the exe isn't in instdir when building a PythonTest. Change-Id: Iab1d330a36adf1c849635b990bfe5d31359bec2b Reviewed-on: https://gerrit.libreoffice.org/11618Reviewed-by:
Matúš Kukan <matus.kukan@collabora.com> Tested-by:
Matúš Kukan <matus.kukan@collabora.com>
-
Peter Foley yazdı
Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e Reviewed-on: https://gerrit.libreoffice.org/11616Reviewed-by:
Matúš Kukan <matus.kukan@collabora.com> Tested-by:
Matúš Kukan <matus.kukan@collabora.com>
-
Peter Foley yazdı
Change-Id: If338b41e416362fc36da25b16f119187a358206c Reviewed-on: https://gerrit.libreoffice.org/11617Reviewed-by:
Matúš Kukan <matus.kukan@collabora.com> Tested-by:
Matúš Kukan <matus.kukan@collabora.com>
-
sushil_shinde yazdı
1. All capital letters were exported as small letters. 2. Problem was 'cap' property was not exported for 'rPr' in drawingml. Change-Id: I81bfb418f773aa88118b22550eea2b3ec2833ea9 Reviewed-on: https://gerrit.libreoffice.org/11563Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
- 23 Eyl, 2014 19 kayıt (commit)
-
-
Laurent Balland-Poirier yazdı
Change-Id: I20d633909d3c13bf49998a6cca054ab125b6c991 Reviewed-on: https://gerrit.libreoffice.org/11578Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Samuel Mehrbrodt yazdı
Change-Id: Ie77cee65eb2c6a4b4d5f26aaaae9d0f7fb147d73
-
David Ostrovsky yazdı
"Empty" and "Not empty" predicates were unconditionally overriden in filter dialog for date format columns. Rectify it by preventing the overriding for these functions. Test Plan: * open calc document * define column with date format * put some data and let some columns empty * apply standard filter on date column with "Not empty" function * verify that rows with non empty columns still visible Change-Id: I2111c5a6b6350cab63173d42419069813d1137b6 Reviewed-on: https://gerrit.libreoffice.org/11613Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Yousuf Philips yazdı
Change-Id: I50986a5c3d55890536dd2b1736887a816c931699 Reviewed-on: https://gerrit.libreoffice.org/11575Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Michael Meeks yazdı
Seemingly timers were not being issued or re-queued. Handle recursion issues in the main thread, not in the timer thread. Change-Id: I4f49341115bb7c7b1613e61f77a467154818a8aa
-
Jan Holesovsky yazdı
Timer Queues http://msdn.microsoft.com/en-us/library/windows/desktop/ms686796%28v=vs.85%29.aspx allow creating & maintaing high-precision timers. This commit switches the WinSalTimer implementation from using the Timers: http://msdn.microsoft.com/en-us/library/windows/desktop/ms644900%28v=vs.85%29.aspx to Timer Queue Timers. The 'classic' Timers do not have better precision than some 15.6ms (the documentation mentions 10ms, but some measuring seems to confirm that it is more than that). With the Timer Queue Timers, we now have 1ms precision. Incorporates some cleanup from Michael Meeks <michael.meeks@collabora.com>. Change-Id: I0312a0c9fdc2779258698b24389b24c39e643473
-
Kohei Yoshida yazdı
"<::" -> "< ::" Change-Id: Ie83b0e6c09972b175ce72e37d20b5122a16e922b
-
Yousuf Philips yazdı
Change-Id: I195bbb2816b729278254b72b7465086aa8faf70c
-
Miklos Vajna yazdı
Change-Id: Ieb8f91a629b9e14480c0372e747fea326c549833
-
Use -XX:MaxGCPauseMillis=50 in conjunction with Thread.sleep(51) to wait 51ms after a GC call, instead of waiting 10s. http://docs.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html $ make JunitTest_juh Change-Id: Id2cdada0e493fd450aab5dbec164502e0173857f Reviewed-on: https://gerrit.libreoffice.org/11593Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
Samuel Mehrbrodt yazdı
Change-Id: I6a6fa994e3e90ade206ffea73b8047ac8b2af90e
-
Kohei Yoshida yazdı
Use a different name for handler as 'updateTimer' is also used as a method name within the same class. Also no need to set the interval repeatedly & no need to stop the timer when it times out. Change-Id: I430bc26b945d179c87310eaefd9d94986192841c
-
Kohei Yoshida yazdı
And I've been told that by design the main thread doesn't need to be aware of the rendering threads, so no need to take mutex here. Change-Id: I78ec348ccc28dd67284ecdfccebb915cc1942fa8
-
Miklos Vajna yazdı
Change-Id: I5b73fcbdbad26505e3ddd66d246354110c0f2e88
-
Noel Grandin yazdı
I introduce a template method into the PTR_CAST machinery to maintain constness. There is now a FIXME in sd/../docshell.cxx because I needed to use a dynamic_cast there to work around the games it appears to be playing with OLE in-place activation. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, dropping the GCC-extension, unnecessary use of typeof from tools/rtti.hxx Change-Id: Iba5ace1aa27e02b34fcc91af1e658c43371afd03
-
xukai yazdı
Change-Id: Icf397070d1b17a282a07e166d1387881b854b337 Reviewed-on: https://gerrit.libreoffice.org/11541Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
xukai yazdı
Change-Id: I7837b2b2639cd003931227f3eb957ef90b905fd0
-
xukai yazdı
Change-Id: Ie47dfdc5f3b07f6e1a6336fc235ac6ccd5d53cab Reviewed-on: https://gerrit.libreoffice.org/11540Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
xukai yazdı
Change-Id: Ibb09537d418e78c7fc9b6760988abd56505268b3 Reviewed-on: https://gerrit.libreoffice.org/11539Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-