- 14 Şub, 2014 27 kayıt (commit)
-
-
Matúš Kukan yazdı
Useful in case someone wants to find all classes deriving from "foo" and "bar". Change-Id: I7b12882881712d37976eb8c96fad6e9c9ac01370
-
Stephan Bergmann yazdı
Change-Id: I5fd3df862b59a621af1e3f965abc9820dba08c3f
-
Takeshi Abe yazdı
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
-
YogeshBharate yazdı
Problem Description: - In document.xml, outerShdw dist contains the negative value after roundtrip. - Due to negative value file get corrupted. XML difference: Roundtrip: Before fix <a:outerShdw dist="-1363652116480" dir="2700000"> Roundtrip: After fix <a:outerShdw dist="57811035" dir="2700000"> Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7880 Change-Id: Ied752672244d5768dee554e907f2f4d7a9d077d5
-
Chr. Rossmanith yazdı
Conflicts: sw/source/filter/html/htmlgrin.cxx Change-Id: I2e9d17dafcf91872d8ea19089e68d8fe652b3e4e
-
Noel Grandin yazdı
Change-Id: I54a51427347bdd363fc980db4c1ef1a1feb99177
-
Noel Grandin yazdı
this code dates back to the first commit, if the null check was valid the dereference should have triggered a bug by now. Change-Id: If074f68bde6a63083921f687e700321488842364
-
Noel Grandin yazdı
this code dates back to the first commit, if the null check was valid the dereference should have triggered a bug by now. Change-Id: I7746bd26b6760dec4db522938e40a323be9ae4d8
-
Noel Grandin yazdı
someone already tried to fix this, but the check was too late Change-Id: I63a8140009bc3f52ac924972a32c22603cf01971
-
Noel Grandin yazdı
Change-Id: I11a208ef1648186c40249c27168fffd6a3419eff
-
Noel Grandin yazdı
pLB was already dereferenced in the call to GetMapPos, so no point in checking it for null Change-Id: I8b9c5f5e5725829fdeaa61488168d0d289b02b4c
-
Noel Grandin yazdı
no point in checking pDoc for null here, since we've already dereferenced it earlier Change-Id: If2d0268851654cb760458e6e138f0c92877adb8a
-
Miklos Vajna yazdı
Commit d738b063 (fdo#74431 : Captions' are preserved but remove a space, 2014-02-03) unconditionally removed quotes around SEQ field names, because the DOCX and RTF import leaves those quotes around during import time. However, the DOC import strips them away. So till all this is unified, at least make sure that on export DOC still quotes the field names, as it did since the initial import. Change-Id: I3478f736c2e17824f268f92580767b90d9fdd006
-
Rajashri yazdı
For the below captions : ALPHABETIC alphabetic ROMAN roman ARABIC in document.xml, captions were added as <w:instrText xml:space="preserve"> SEQ "scientific" *ROMAN </w:instrText> -no space after * -Double quotes added for scientific -For Caption ARABIC, it was comming as <w:instrText xml:space="preserve"> SEQ scientific *Arabic </w:instrText> it should be <w:instrText xml:space="preserve"> SEQ scientific * ARABIC </w:instrText> - After adding the above code, anchor value for a hyperlink tag was getting corrupted. So aaded a fix for that. UT which was failing due to above code changes :testBnc834035 "equality assertion failed - Expected: _Toc363553908 - Actual : Figure!1|sequence" Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7839 Change-Id: I9124eefa0ae63baf7ee3eaa2148f3c739d6fa699
-
Chris Sherlock yazdı
When calling on GtkSalFrame::GetGraphics(), if all graphics are in use then it will return NULL. We don't currently check for this, but we still try to use the graphics object even if none are available. I have added a warning when this occurs and just return immediately, as there's nothing more we can do. Change-Id: I24dfbb6f37f41527078a60a7577cb3b20de3fcca Reviewed-on: https://gerrit.libreoffice.org/8031Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830
-
Stephan Bergmann yazdı
...only used in bean/Library_officebean.mk Change-Id: Ic57eb66197f55562157c2ca961001ed01e9906b2
-
Stephan Bergmann yazdı
...that lead to -Werror=unused-macros with gcj on Linux. Change-Id: I7a77789fe212d1c87a4ac0a93a79cc7a8ba7a7ad
-
Stephan Bergmann yazdı
Change-Id: I8d13b28a0a6f0063a9249417bd0518dc3b83f8d0
-
Tor Lillqvist yazdı
Change-Id: I067ad401608552df45275d0cbb73e486e93461ba
-
Tor Lillqvist yazdı
Change-Id: Ib7691a078c45f1eb8c78bd4e639503a732e3ef8c
-
Tor Lillqvist yazdı
Change-Id: I50c116a4d143b8ee20340f45c6624266371050ca
-
Tor Lillqvist yazdı
Change-Id: Iee3e292dd6c35f52c64d4a264a850def7ae15b0d
-
Takeshi Abe yazdı
Change-Id: I7518b1014676fda6cfc052e110859cfbf7ca30ad
-
Kohei Yoshida yazdı
The old code before the calc core refactoring took advantage of the old calc storage which did not store empty cells at all. The new storage does "store" empty cell blocks, and it did negatively affect the binary search used for VLOOKUP. The revised binary search code properly skips empty cell blocks so that it will work more like the old algorithm in 4.1. This change also fixes fdo#72348, which was caused by the same root cause. Change-Id: Ic20cc54d8dae26b62f5e9193cd21dad06ad10a3e
-
Kohei Yoshida yazdı
Change-Id: I068cf19204d3091ebc59ee6be4e1a977bf237a04
-
Kohei Yoshida yazdı
Change-Id: Ibef7131172938bd0ced6a3f4deeddaa98e9e7d6c
-
- 13 Şub, 2014 13 kayıt (commit)
-
-
Stefan Knorr yazdı
Change-Id: I3e16f1ebafe5f497643abda3b1dbfdfeaebb60af Reviewed-on: https://gerrit.libreoffice.org/8027Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Stephan Bergmann yazdı
...like a76261ac Change-Id: I803dc81344efb5e8021d9ef4146c06ecf82ca63b
-
Markus Mohrhard yazdı
We desperately need a test document for this format. Change-Id: Ifd8e35bb3330c2b9d2443a3a0f18209001a4bdff
-
Markus Mohrhard yazdı
Change-Id: I94aa2a5522bdcf3f6c5cdd6fef200c678132b3d6
-
Markus Mohrhard yazdı
depends on support of ARB_debug_output Change-Id: I8c96284377e2cb9d2ee06ddd4101c1de4d0fbe9f
-
Markus Mohrhard yazdı
Change-Id: Ib5cc05f20fad673c015700657f02a07659e0c566
-
Marcos Paulo de Souza yazdı
Change-Id: Ib086ba744ac3f5fbd8e96ceda73e9fe2d578929f Reviewed-on: https://gerrit.libreoffice.org/8036Reviewed-by:
Marcos Souza <marcos.souza.org@gmail.com> Tested-by:
Marcos Souza <marcos.souza.org@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I651a1fd5279afa07929e6cfae4440f5b008d6215
-
Stephan Bergmann yazdı
Change-Id: I8fd7b908613a90c983f2244383432dd50ba10cdb
-
Norbert Thiebaud yazdı
Change-Id: I3d4a4bbbd85719fbf1422d9397727dd73bd09f37
-
Caolán McNamara yazdı
Change-Id: I7b4ff643eb256519bc47d27f6e0a6a60aaf8768e
-
Caolán McNamara yazdı
Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5
-
Caolán McNamara yazdı
Change-Id: I09a015a590eeb2457963dbb3cfcafd6a714f82c9
-