- 02 Kas, 2015 36 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: I8955bee3ac2bb7a757c1f70dd46141833a068517
-
Noel Grandin yazdı
Change-Id: I736e0d63ed891aee1582844aff25b9bdacab8db9
-
Noel Grandin yazdı
Change-Id: I865efc1884b82d430fe7df2e432d43f5425a83d4
-
Thorsten Behrens yazdı
There was a subtle change in semantics, the earlier loop was only iterating until aEnd, covering only unique elements of the vector. This partially reverts commit c04fd824 Change-Id: I75c5f1b343c3fa8855f6d7f8f706b9259bc9f6df
-
Caolán McNamara yazdı
Change-Id: I96f75b51000811044b4407f8411d4e8cdba797c6
-
Katarina Behrens yazdı
Change-Id: I81880456d398e8bffd363626bac17ff9d54e7796 Reviewed-on: https://gerrit.libreoffice.org/19697Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Douglas Mencken yazdı
... even when there's no open windows Change-Id: I8c1d8f254e621d1867a100ad984f8b77ed8cfc5a Reviewed-on: https://gerrit.libreoffice.org/19677Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Michael Stahl yazdı
Its lifetime is bounded by the currently processed event. (regression from 76e75d2d) Change-Id: I4896b161295eeab3bbf08e59c5a82afac4338f08
-
Feyza Yavuz yazdı
Change-Id: Ic1bb54d1e6d2c3f8c4215d8ececeb6353ad8ca45 Reviewed-on: https://gerrit.libreoffice.org/19717Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Chr. Rossmanith yazdı
Change-Id: Ib256e4a4921e11defe7018f82273739c9ecc3105 Reviewed-on: https://gerrit.libreoffice.org/19735Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Stephan Bergmann yazdı
...and use something more direct than rtl::Uri::decode for the UTF8 case Change-Id: I2f37d371c425dff6b068e3120be485e71b8e9e12
-
Xisco Fauli yazdı
...expecified in File - Open too. Change-Id: I616e66a296d7c44e5a8784b3a5f32f14ce7a668d Note: Chrome and Firefox use back as well so IMHO it makes sense to do it this way. Reviewed-on: https://gerrit.libreoffice.org/19567Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I2614e6c9f6d0a31866cb9821910da7f3e31377c6
-
Michael Stahl yazdı
Change-Id: I6aacf764513b8f789d925db2943f4bf6f0039674
-
Michael Stahl yazdı
Change-Id: Id7c1a28370f35fce7d885041a18e81a89defb69c
-
Michael Stahl yazdı
Change-Id: Icb51f02ca761d683d926135fcaedc1164cd1ae8d
-
Michael Stahl yazdı
Change-Id: I3270237a8691a5f5f4495be8cf2e290cac0b2fcd
-
Noel Grandin yazdı
Change-Id: Id051dd984c24fb34dcc89060ed11955fed61fd48
-
Noel Grandin yazdı
Change-Id: Ic979f8a7734d0ef7a915d47a875cdcd460c0cc58
-
Caolán McNamara yazdı
Change-Id: I06186e8f0bbc8522f538e8639a68e816093becc2
-
Miklos Vajna yazdı
As that's the unit we use everywhere else in the LOK API. Also, make the ScGlobal::nScreenPPTX/Y calculation more precise, otherwise rounding errors occur during the pixel -> twip conversion. Example with the old precision: col height is 103 px, nScreenPPTY is 0.067, twips is 1537.3134328358208, convering it back is 102.487562189 px. Example with the new precision: col height is 103 px, nScreenPPTY is 0.0667, twips is 1544.2278860569716, convering it back is 102.948525737 px. Change-Id: I19f5285508ef0c751614d07969b3a7a037e7d1ec
-
Stephan Bergmann yazdı
...where "subclasses" of typelib_TypeDescription are deleted non- polymorphically Change-Id: I708d245e12d2e2159e9df60b61d1b37801083651
-
Stephan Bergmann yazdı
* always wrap the sub-command in ( ... ) * if no 2nd arg is given, use a temp file Change-Id: I7b43214dda1e4f8ee5e9b9a7310d58adee2a6500
-
Stephan Bergmann yazdı
Change-Id: I8b092d7e5132e2462b7fe9981f81a41543ca8694
-
Sean Young yazdı
Change-Id: I0e50728002bd2dc6f2bd441e0beb73e92f53c143 Reviewed-on: https://gerrit.libreoffice.org/19592Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Iea8f32fb8c388b49dad8119f816502f593ebadeb
-
Miklos Vajna yazdı
Regression from commit 866a4436 (oox: handle textboxes in ShapeContextHandler::endFastElement(), 2014-06-04), the problem was that code in ShapeContextHandler::endFastElement() assumed that all the XShape implementation it may see provides a TextBox UNO property (which is specific to Writer) of type bool, but this is not true. Fix the problem by assuming false in case it has an other type. Testcase can be a simple "does it load" one, as in the meantime exceptions such as trying to read a bool from an uno::Any make the DOCX XFilter::filter() implementation return false, unlike in the originally reported LibreOffice 4.4 version that just silently discarded the remaining content of the document. Change-Id: I81781a7ec28d085ceee50d386b8eda023f83c29f
-
Miklos Vajna yazdı
Also rename nPagePrevRow/Col to nPagePreviewRow/Col, so that it's more clear that they are about the page preview row/col, not about some previous row/col. Change-Id: I5f1f47edde3dbe6bcce14a654398f8a0be2fa79f
-
Miklos Vajna yazdı
Change-Id: Idf7956c2178093bcaba3ad1093b8d0a54e46aaca
-
Miklos Vajna yazdı
Change-Id: Iecb7cd82d88bd1ee82f074e17319e5ce095e2690
-
Miklos Vajna yazdı
Change-Id: I0d00ca7727e0756030830cd732655b2a22b900d6
-
Stephan Bergmann yazdı
Fixes JunitTest_sfx2_complex broken with 76e75d2d "tdf#93243 replace boost::bind with c++11 lambdas in toolkit/." Change-Id: I3119482e4c2e978daf2c2ff34b6ee5007a29397d
-
Tomaž Vajngerl yazdı
Change-Id: I86ad5eefd70bc8b768780cac66ca466aa0926dc4
-
Tomaž Vajngerl yazdı
Change-Id: I2435e8ce93383a1a40996a81ef65c1823606609a
-
Noel Grandin yazdı
Change-Id: Ib297f2ab1c0c82703030f28d034d24f8a84a85ea Reviewed-on: https://gerrit.libreoffice.org/19732Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I3d94c94a9829161663a7ed18421ace38ce95a659 Reviewed-on: https://gerrit.libreoffice.org/19733Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 01 Kas, 2015 4 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I49be19b273d0c263637369e9b095f374b345191b
-
Tomaž Vajngerl yazdı
Change-Id: I1514aa7a3fbab682b0d282ba0f504470943d7e4a
-
Tomaž Vajngerl yazdı
Change-Id: Ia2b9a812717d05c7d98d47bf0fe5fd293029d045
-
Tomaž Vajngerl yazdı
Change-Id: Ia9e33704cfffd2094606e6fd166796bd8cd5d4fe
-