- 15 May, 2014 40 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
A sw test fails when WriteWithVersion is used istead of direct replacement. Remove it for now. Change-Id: I0425c85d6492061a5d7565e709d5913b79b28a46
-
Tomaž Vajngerl yazdı
Macros to reduce code duplication in metaact.cxx are discuraged as it is not possible to find those classes using "git grep". Lets find a better way to reduce code duplication for those classes (some have already been replaced in this commit). Change-Id: I35c7cd74d6345f37e937754e2d0177b816e0e0fa
-
Tomaž Vajngerl yazdı
If the image is non-placable the image bounds are bounds of all elements. Special cases are when both SETWINDOWEXT and SETWINDOWORG or SETVIEWPORTORG and SETVIEWPORTEXT are available - in those two cases use those bounds bounds instead. Change-Id: I60e53cf6c47ccfc0f1139a11a866392f3e8e3ed1
-
Tomaž Vajngerl yazdı
Change-Id: I0b8d433d3d3bf03e3f414b2586a718146380ee2a
-
Tomaž Vajngerl yazdı
Scaling needed to be worked-around again so that the image in the bug report could be drawn correctly. The issue needs some more investigation how to detect what are the exact conditions that scaling is needed. Change-Id: Icd3f57a8ded92c49848feea92dc5a14362718874
-
Tomaž Vajngerl yazdı
revert part of 00e577ac which causes that the text in some WMF images is not drawn. For example the document in fdo#56886 Change-Id: I401c702f0567b1f142a82a4417abe719687a86f9
-
Tomaž Vajngerl yazdı
Change-Id: Idb4b6442be7ddb08875c6b59f54a887399385be7
-
Tomaž Vajngerl yazdı
Change-Id: Ie503c2758e809712c99df6e53a02ac6e719dd036
-
Tomaž Vajngerl yazdı
Change-Id: I8cfaa06019e641e0590065d8f6a3266ff82acb88
-
Miklos Vajna yazdı
Change-Id: I3edb253238db182054b7688061916a2432b687b5
-
Kohei Yoshida yazdı
Change-Id: I7df56e7549e8ccccdfa9ca1b88f85e8c81e4a946
-
Tor Lillqvist yazdı
Change-Id: If4f5c51e986b51f5795012b9535ab7a7ea51337b
-
Tor Lillqvist yazdı
Change-Id: I51336c09aaa6ecdaa5da537a4a21efbff305da6e
-
Tor Lillqvist yazdı
Change-Id: Ide91e3302aa17052eb4deb3ddd16ff1ef83401fe
-
Tor Lillqvist yazdı
Change-Id: I7873d99e5982170551ba0ff7b4f383af5935c25b
-
Tor Lillqvist yazdı
Change-Id: I76eb213ff4cb93196ea81dd43a465da61c0cdee2
-
Herbert Dürr yazdı
in AV Foundation the most accurate media asset duration is available when the AVPlayerItem's status changes to AVPlayerItemStatusReadyToPlay. There already is an observer for this, but the upper layers expect getDuration() to be synchronous and to return within a reasonable time. Since returning an approximation is sufficient using the AVAsset's duration as fallback is fine.
-
Tor Lillqvist yazdı
So no reason to avoid it when building for the Mac App Store (i.e. when building a sandboxed LibreOffice). (At least I assume it was because of the deprecatedness of QuickTime that it was conditional on not building a sandboxed LibreOffice.) Change-Id: I9d50490aa878ba5e40594b39eac88f23df3ef0a6
-
Thomas Arnhold yazdı
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
-
Caolán McNamara yazdı
e.g. select all in macro editor in virtualbox and paste into Linux macro editor and explode in debugging iterator land. regression due to IA2 integration of efb23f29 Change-Id: Ic7a4e9f5455f4ba3eaf0afd38fd5e445d6dc28e6
-
Tor Lillqvist yazdı
Change-Id: Iacd00f1371ea276758702bd5eb8380f542790c55
-
Tor Lillqvist yazdı
Change-Id: I3d7080c5013f4d692263a9e5f566bcdbeeb0aeea
-
Tor Lillqvist yazdı
Change-Id: I8e0a3c1f96ca908ce942050d51cb43fd7724dbae
-
Tor Lillqvist yazdı
Change-Id: I595d24a08f91f501554bd803a489bc32ed2274f8
-
Herbert Dürr yazdı
FrameGrabber used to load its own copy of a movie. Since multimedia content is often very data-intensive this should and can be avoided by using the movie asset already available in the Player. Change-Id: I5ace1d1751b38839ef051ce0dc0328308325b269
-
Herbert Dürr yazdı
Adapted as needed and gbuildified by tml. For the files that actually are Objective-C++ use the .mm suffix. Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2
-
Herbert Dürr yazdı
because the QuickTime API is not available to 64bit clients. The switch to QTKit is temporary only because it has already been deprecated in OSX 10.9. We'll have to switch to OSX's AVFoundation framework instead soon. Suggested by: Ariel Constenla-Haile <arielch@apache.org> Change-Id: I86835b050ae62fe86361852dc4be0f9688c9b14f
-
Thomas Arnhold yazdı
none of the corresponding headers is included... Change-Id: I85061dc159ace0fd727e3d32e52b14c123690584
-
Kohei Yoshida yazdı
ResortChildren() does that at the very beginning. Change-Id: I696c9d796cc6631048fb3d9409d6eda1085a7612
-
Thomas Arnhold yazdı
Change-Id: I3b1c7ccb523232433421def6622e2fc75348ec5f
-
Takeshi Abe yazdı
Change-Id: I7dc862794f7f0973bd4de7b54f7a1fb15235bc3e
-
Caolán McNamara yazdı
Change-Id: I8a2b54c97f20e581b9703bf33dbba537c2f603c2
-
Herbert Dürr yazdı
remove obsoleted sal-module-internal custom STL allocator The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL containers. With stlport4 removed these dependencies are gone and the SAL-internal custom allocator is obsoleted. (cherry picked from commit c6e0325d) Conflicts: include/osl/diagnose.hxx include/rtl/allocator.hxx sal/osl/w32/procimpl.cxx sal/qa/osl/process/osl_process.cxx sal/rtl/bootstrap.cxx sal/rtl/source/hash.cxx sal/rtl/source/unload.cxx Change-Id: I8515382828eda36aba1fec5f23e0f2a89aef7a33
-
Kohei Yoshida yazdı
This also fixes memory leak via nested calls of release(). Change-Id: I3ba90901366319bb3ee870903130042b375f733c
-
Stephan Bergmann yazdı
Change-Id: Iede16b58830e9605943b87528b3f5569035b8449
-
Markus Mohrhard yazdı
Change-Id: Id2a5c3009b46f9f91706b433411ca9f9c3cb7e39 Reviewed-on: https://gerrit.libreoffice.org/9334Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ia37b21af217af9b24522da28e817b4cb6ca2f8c9
-
David Tardon yazdı
Change-Id: I103d114442131add6644d01d47bf705aa57685dd
-
David Tardon yazdı
Project: dictionaries b31244205066114f5721beef118be7f9e518cd22
-
Thomas Arnhold yazdı
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-