- 05 Mar, 2014 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Idbdd4d9b8e0498f09c9a66391a8e8d0bd31606ea
-
Miklos Vajna yazdı
Change-Id: I5009fb6214da763750fba3aa7067e1e28441d7dd
-
Tomaž Vajngerl yazdı
Change-Id: Iada0ba2b6d1450167977915fe95a38b5bab2559c
-
Tomaž Vajngerl yazdı
Change-Id: I366c329cbdcafdda87feef73802b4d1be991bb4f
-
Tomaž Vajngerl yazdı
Change-Id: I187affa518f0df8717c75855d3ea78a5bea7e69b
-
Tomaž Vajngerl yazdı
Change-Id: Ie491345697e584597867df3937c8d832d0609a70
-
Tomaž Vajngerl yazdı
Use css instead of com::sun:star. Additionally use scoped_ptr for GraphicImport_Impl instance. Change-Id: I8ab1847cbe831f8989a758b561cc8e9fc3d322fd
-
Tomaž Vajngerl yazdı
If a FrameGrabBag contains an "AnchorId" property, write it to the DML section as wp14:anchorId and to the VML section as w14:anchorId. Change-Id: I632ae3630b7605c05d8df2e92ede9cbc39956318
-
Tomaž Vajngerl yazdı
This change is inspired by startElementNS & singleElementNS which have namespace as first parameter to define the namespace of an element. Some attributes of a element can be in different namespace but until now FastAttributeList "add" method did not have a namespace parameter. This commit adds "addNS" which accepts namespace as a first parameter. Change-Id: Iebf8b5e890c17f00a56923efc3506580eed070a9
-
Tomaž Vajngerl yazdı
Change-Id: Ibcbf552621b8c6c5c143521a697026cdeac90706
-
Tomaž Vajngerl yazdı
Change-Id: I44f9a1f5b5d65ebdabd5f6d1e8d87bfadb66d664
-
Tomaž Vajngerl yazdı
Change-Id: Iae9a45b9de4f55585daf10786947f578d895cc75
-
Eike Rathke yazdı
Change-Id: I97cc37c05782b6ab2cd7b8b63a4315ba2386f1ef
-
Tor Lillqvist yazdı
Change-Id: I8d5a959fdca8f7deefffb0c3a0529d2e32595df4
-
Tor Lillqvist yazdı
Change-Id: I56d280b896b9e676994750cb684fab23bdc7060f
-
Stephan Bergmann yazdı
Change-Id: Icd2dff124ca331935412e2653c57943b92deeea4
-
Stephan Bergmann yazdı
Change-Id: I218e70d6a19901107fd037af255ad29692c850d4 Reviewed-on: https://gerrit.libreoffice.org/8461Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...so no use giving double arguments that are implicitly cast to long anyway. Change-Id: I26b9059fc5ab0d55c3f320e2b2f55502423541a9
-
Stephan Bergmann yazdı
...that causes a call to std::abs with a short argument to effectively select the double overload (via a template added with <http://gcc.gnu.org/git/ ?p=gcc.git;a=commit;h=8c0edf5c2aad076cbc805299ed82845ae049f4f6> "include/c_std/cmath (abs(_Tp)): Add"), see <http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-toc.html#2192> "Validity and return type of std::abs(0u) is unclear" for details. The workaround is to use int instead of short arguments (and make sure the integral overloads of std::abs from cstdlib are available). Change-Id: If95363f9a54abb9cb1a57fd4828c4b91c12bc4be
-
Norbert Thiebaud yazdı
Change-Id: I72448b67ae52e89c206f9c313b3d351ae2a56dc3
-
Norbert Thiebaud yazdı
Change-Id: I88e2e62b82f40cfa3e892023d381f7611e093fd6
-
Norbert Thiebaud yazdı
Change-Id: I651599cf3ec82a31f3260985907b5b2d56665da3
-
Norbert Thiebaud yazdı
Change-Id: I1445524d3c15a3dec881c1499910779b9d61b840
-
Norbert Thiebaud yazdı
Change-Id: Id1e61cd6873458f052d61c95617ade753face61c
-
Norbert Thiebaud yazdı
Change-Id: Ic735b7d6ddfaacab9af7405e4dacc62f818bed8c
-
Norbert Thiebaud yazdı
Change-Id: I9b9457cac9b93b550ccb16522b035aeb53be9bf3
-
Norbert Thiebaud yazdı
Change-Id: I152d82e34446111cead4b060f789260552d5920d
-
Norbert Thiebaud yazdı
Change-Id: I7cffc8a111dd939272c6dbef8827b6f5c04a4590 Reviewed-on: https://gerrit.libreoffice.org/8455Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
Change-Id: Iaa1cf999189f6b62547c208eadc38150400ca0fe Reviewed-on: https://gerrit.libreoffice.org/8454Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Douglas Mencken yazdı
Change-Id: I69592ada3a413cae2d0def2faa495db44894ed3f Reviewed-on: https://gerrit.libreoffice.org/8430Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Joren De Cuyper yazdı
Using pinch-to-zoom in LibreOffice result in following warning in terminal: soffice[2376:507] -deltaZ is deprecated for NSEventTypeMagnify. Please use -magnification. Following https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/lMxCG03aZNs -deltaZ is deprecated since OSX 10.6. Therefore use -magnification. The forum also mentions the fact the steps are 500 times smaller. Lets use this factor 500 to keep the behavior as consistent as possible Change-Id: Ie769c518492e5b149a5301b19cae8d841047cb22 Reviewed-on: https://gerrit.libreoffice.org/8345Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Eike Rathke yazdı
Change-Id: I515f315c93dd19016dfdabdf9524606214f84891
-
Keith Curtis yazdı
Removed unnecessary complexity with resolutions because X in 2014 isn't telling the truth about the size of the screen. My brand-new 13" laptop with the latest X and everything apparently has a 33" x 18" monitor. So if the data isn't reliable, just use 96 dpi anyway which is a very reasonable default. Also got rid of exact resolution member variable. LibreOffice can just always think it has exact resolution. If it doesn't, then it just means the code needs to be smarter, not that we need a flag about whether the data we have is "exact" or not. Change-Id: Ic41bdc3a82dbd1fdb6a987d6dc49adad8194ce14 Reviewed-on: https://gerrit.libreoffice.org/8166Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Keith Curtis yazdı
This patch simplifies the DrawWave logic. Callers of that code would try to figure out what size wave to draw and pass down a style integer to DrawWaveLine, but DrawWaveLine already has logic which trims the height of the wave so it doesn't need the hint. This doesn't change the UNO API (::com::sun::star::awt::FontUnderline::SMALLWAVE), but it does get rid of internal usages and maps those small waves to normal. Note that changing the zoom in Calc right now causes spelling underlines to disappear. That bug is not related to these changes. Conflicts: editeng/source/editeng/impedit3.cxx Change-Id: I3caa2a74a0f5228b924d4e1b0a77f96eaef5fa00 Reviewed-on: https://gerrit.libreoffice.org/8168Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I936e7bdaf3a4236775add4982005b465f229eb78
-
Alexander Wilms yazdı
Change-Id: If8ac2543e3dca393e14380a85547cafbb68ab8c6 Reviewed-on: https://gerrit.libreoffice.org/8340Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Katarina Behrens yazdı
Change-Id: I3c6256f1b2d176790a8eb7c094c1583ce053971b Reviewed-on: https://gerrit.libreoffice.org/8382Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I9bd4ea90638df91122b96f1fb86043c2d770417d
-
Tor Lillqvist yazdı
Note that this doesn't really mean a lot for the NDK. Change-Id: I4061cb856055ae126aadf56afc462182a875e65f
-
Tor Lillqvist yazdı
Change-Id: Id44a5bb0dca7bc6b8d97a6d5ae26ea642043e374
-