- 14 Şub, 2014 39 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I81941bb3a13ccf51e3c37272bc87620b2ca87eac
-
Noel Grandin yazdı
Change-Id: Ide1fd8bdc6a6c3e5fc454b248c35f563c2ef8841
-
Noel Grandin yazdı
Change-Id: I7b48eab9d76d5909080a615f0ad04cdfbda77d26
-
Noel Grandin yazdı
Change-Id: I090cfc067103e46ea7837e33734eed2da1e46bd9
-
YogeshBharate yazdı
- Issue related to footer reference. - Added unit test to check footer1.xml.rels is contains in doc after roundtrip. - Also check Id = rId1 in footer1.xml.rels file. Conflicts: chart2/qa/extras/chart2export.cxx Reviewed on: https://gerrit.libreoffice.org/7851 Change-Id: I52fa8017abb7552c7752185873ff2bfb46689367
-
Matúš Kukan yazdı
Change-Id: I3139021c07db6efe16895e10c0539a8bc60aac9c
-
umeshkadam yazdı
Issue : - Number of child nodes required by cubicBexTo should be 3 of type "pt". While exporting, sometimes the child nodes are less than 3. The sequence of writing these tags was getting messed up. Implementation : - corrected the logic for writing the sequence of cubicBexTo tag. Change-Id: Ic26db72b2c516276c2e6452a21b4106d6a0a1a80 Reviewed-on: https://gerrit.libreoffice.org/7990Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
PriyankaGaikwad yazdı
Description: After roundtrip <wp:extent cx="-22327235" cy="149225" /> The cx value is negative so that the roundtrip file gives error while opening. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7898 Change-Id: I563f292ac5aaaeb0726159db1f4852a7e237f7ea
-
Stephan Bergmann yazdı
...at for(sal_uInt32 p = nInsertPos; p < (nInsertPos + nBMSdPageCount); p++) Change-Id: I7c81bc4e51f394c3f4d77bab4ed8a4ae9a35c83e
-
Miklos Vajna yazdı
Change-Id: I5b313df01b720e25e0083f0c61872d294085946a
-
Stephan Bergmann yazdı
Change-Id: I81a7fac291c46a0ee6da76ab3e29c53ad0678b66
-
Caolán McNamara yazdı
Change-Id: Iade0f68621f549895bd8fb8dc46c71c70aa5a13e
-
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 1 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>
-