- 19 Haz, 2015 12 kayıt (commit)
-
-
Caolán McNamara yazdı
and use the generic implementation (for now at least) for the PRIMARY selection and use this for the CLIPBOARD selection Change-Id: I31d65534481dc73f0cf65d68a663b7dfbb13aa31 (cherry picked from commit 4008b6f9)
-
Caolán McNamara yazdı
Change-Id: I91fc320acf816d028186d25fd136f58c1c785d9d (cherry picked from commit babe536e)
-
Caolán McNamara yazdı
Change-Id: Iea25d633a833965814a08d87954906e0133f7076 (cherry picked from commit 69812085)
-
Caolán McNamara yazdı
Change-Id: I3e0f1fe0376ddcf9e79e6815a13f54007d47b03e (cherry picked from commit ceb31879)
-
Caolán McNamara yazdı
Change-Id: Ia381d26a1c6a8f22aafef924215bc64b3c3473c6 (cherry picked from commit a26d21ac)
-
Caolán McNamara yazdı
Change-Id: I39c3e5646a5a1ea07aa881cad584a0b7ae9bd005 (cherry picked from commit 50cfcd91)
-
Caolán McNamara yazdı
Change-Id: I733dd57e27330bc200f718ffb5680bbb81d5d77d (cherry picked from commit fe9da154)
-
Caolán McNamara yazdı
doesn't work yet, but reports correctly what external formats are available Change-Id: I11cf9440ca516d4358c341fa67cc836b30ca42d6 (cherry picked from commit b461e318)
-
Caolán McNamara yazdı
Change-Id: I7e727bc71a5fb02d89eb6b4fb35cda26bcfa617a (cherry picked from commit 1abbba1d)
-
Caolán McNamara yazdı
Change-Id: Iabd10ef2c77dc389c6afdba1d38064e54bf3198d (cherry picked from commit 0b25823e)
-
Miklos Vajna yazdı
error: could not convert '(const char*)"..."' from 'const char*' to 'const rtl::OUString' Change-Id: Ia8569aed46e571bd98489fd91b9708d0fe5df4c0 Signed-off-by:
Tomáš Chvátal <tomas.chvatal@gmail.com>
-
Philippe Jung yazdı
Now, whatever the size of toolbar icons, the toolbar context menu always shows small icons. Change-Id: Id17df15278d74ae75a3e82d54ecf7af310e0ceb4 Reviewed-on: https://gerrit.libreoffice.org/16361Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr> (cherry picked from commit 3090550b) Reviewed-on: https://gerrit.libreoffice.org/16365Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
- 18 Haz, 2015 20 kayıt (commit)
-
-
László Németh yazdı
Change-Id: I3f09808e43d379f473360f3746302a5d65fb8b38 Reviewed-on: https://gerrit.libreoffice.org/16356Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
(cherry picked from commit a7e7d057) Change-Id: I48bf70689153b83bd1da7ff1553a4a3ec823d1b2
-
Caolán McNamara yazdı
Change-Id: I1229b4cdfcc741899b3ae8694e7db5d7e506ce0c (cherry picked from commit e915c1cc)
-
Philippe Jung yazdı
Renames some variable to ease the understanding of what does what Change-Id: Idd84eb89b7c1fb56dd43d66edfbbeafedc319095 Reviewed-on: https://gerrit.libreoffice.org/16360Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr> (cherry picked from commit 79be3a5e) Reviewed-on: https://gerrit.libreoffice.org/16363Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Andras Timar yazdı
Change-Id: I947033790476f982efd6a275831d2439b2859d8f (cherry picked from commit ed4fe167)
-
Andras Timar yazdı
Change-Id: I59444cf36d829f8f726c9301ee8393d5ca16196c (cherry picked from commit df1fa04b)
-
Philippe Jung yazdı
The text is badly centered. Replaced GetTextHeight by GetTextBoundRect and updated computation of text bounds. Change-Id: I1e177a15787c6eddf2878a7d0254f71f3501ec34 Reviewed-on: https://gerrit.libreoffice.org/16355Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Lionel Elie Mamane yazdı
this allows getGeneratedValues to work Change-Id: Ia87e87afa8cdb01f1d39c84bc7d7143c101d8891 Reviewed-on: https://gerrit.libreoffice.org/16341Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Lionel Elie Mamane yazdı
Change-Id: I81fd45276183b911e4560ca785221894ea2ebc88 Reviewed-on: https://gerrit.libreoffice.org/16340Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Lionel Elie Mamane yazdı
Change-Id: I9d91503e6beb08f11368fc6b80fefb61f60d4486 Reviewed-on: https://gerrit.libreoffice.org/16342Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ib94c9f5eed0da67e846705f5c2c233c10583c791 (cherry picked from commit a44b770b) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
At least OutputDevice::acquire/release use a plain unguarded int and ++, --, so apparently rely on the SolarMutex being locked whenever they are called. Fixed those places that caused "make check" to fail for me when temporarily adding DBG_TESTSOLARMUTEX() to OutputDevice::acquire/release. (A recurring pattern is that a class fails to ensure the SolarMutex is locked around the destruction of non-null VclPtr members.) Change-Id: I77cba6f3908f2de1b516ce28f1c3c43b3f57a9c5 (cherry picked from commit 8e1ad966) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
I.e. the copy part of copy&paste. Only the Writer bits for now. Change-Id: Ia003e76e3b234735f472cdef125514f9771d8640 (cherry picked from commit cfc43751)
-
Miklos Vajna yazdı
Change-Id: I0c6390b54d0e9bb1cad7c30ff24ddb109d88e03b (cherry picked from commit c4e5a14b)
-
Jan Holesovsky yazdı
Change-Id: I4e787356bd17fcaffdbe0dc51a549b359f416766
-
László Németh yazdı
Change-Id: Ib32b299806851fd2df1fbe8a824c1fe49a4efd99 Reviewed-on: https://gerrit.libreoffice.org/16350Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: I809beb7187530cc30aca5dce8b2d4fb244554c55
-
Jan Holesovsky yazdı
Change-Id: Iea74564ef0ae2188ae29f106c4416df1fe827b42
-
Eike Rathke yazdı
... that take relative/absolute addressing and sheet 3D flag into account to be fed to reference extension via range operator. Change-Id: Iabe13ae384577e2d71ca87af6482ddccbf7ad0ac (cherry picked from commit fb6dd2a7)
-
Eike Rathke yazdı
Commit 194e9f9b oversimplified things. Change-Id: Iea6a84c4a7be49af036690afbb1512ae2c1045a2 (cherry picked from commit e503addf)
-
- 17 Haz, 2015 8 kayıt (commit)
-
-
Jan Holesovsky yazdı
They were removed in commit 18f41dfa by mistake. Change-Id: I0ed17471cd9d6ef19d401210ed530dab93c47865 (cherry picked from commit 375348cc) Signed-off-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
was broken with 70f56bc2 "java: reduce scope, make member classes private" Change-Id: I84a3fafbfdddf6bb04ab7787d344bf50ffd22994 (cherry picked from commit 3b07120a) Conflicts: odk/examples/java/Spreadsheet/CalcAddins.java
-
Michael Stahl yazdı
Apparently it may happen that some fly does get a different anchor node than before, which means the RemoveAnchoredFly() will be called twice. Prevent the problem differently by clearing the anchor in _SaveFlyInRange(). (regression from a624cf52) Change-Id: Id796d2e230de065113bcf1e6164d6b8a01ab933c (cherry picked from commit 8a1f5536)
-
Michael Stahl yazdı
Change-Id: Ida670ac9c6687314d8b425c3ac1f9896f54f2a15 (cherry picked from commit a9286c30)
-
Caolán McNamara yazdı
Change-Id: I8f698bbcf4d53a4477cc0ee0c3f2c7f08e521f8a
-
Jan Holesovsky yazdı
Change-Id: I5e05b08e30930740be0fdbb18169bf350e2eab9f
-
Tomaž Vajngerl yazdı
Change-Id: Ia0c8e9d8a22abaa2c06aea2a0f790dc34903ac37
-
Caolán McNamara yazdı
as things stand right now in writer if the table doesn't fit it doesn't fit and don't try for back-ports reuse same bogus error used for 0 rows/cells (cherry picked from commit 550cff76) Change-Id: I90cea4c8566460f614d9a1143a638597d5ab8ce6
-