- 13 Şub, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I88faa8bb4401e026ce28f8bf08fcc0514c04bdcf
-
Caolán McNamara yazdı
Change-Id: I96b07d58233cf19708bbda68bcb19f5d7f6404df
-
Caolán McNamara yazdı
Change-Id: Ifdb5fb60c436e847ba85d690f8ca0087bd516ab7
-
Caolán McNamara yazdı
Change-Id: I8157893addbf805a18deac5034098dfda125a631
-
Caolán McNamara yazdı
Change-Id: Iff174a7398c5e3d506418b4587fe604a1d46972c
-
Caolán McNamara yazdı
Change-Id: I4111feef91c4de993c490c3a702973c8fae69441
-
Caolán McNamara yazdı
Change-Id: Ib2f8dee2214bc3f53edae5c7c20c4924f1fec568
-
Caolán McNamara yazdı
Change-Id: I6becf305d88618fb53dff3519b31b010e371ab44
-
Caolán McNamara yazdı
Change-Id: I670eaa51aa95bf29f51bc6542eae2f562987d5a4
-
Regina Henschel yazdı
but radiant in AOO core (cherry picked from commit 23b2b0b3) Conflicts: xmloff/source/draw/xexptran.cxx Change-Id: I66cd482b2b237ca008c31b7738f9ea21502f3d45
-
Zolnai Tamás yazdı
Use namespace to avoid ambiguity. Change-Id: Iaef6869b12839edbb94695aa5e3d877863e9b669
-
Miklos Vajna yazdı
The first real part of commit 4d5c193b (INTEGRATION: CWS limerickfilterteam08 (1.64.6); FILE MERGED, 2003-09-01) tweaked the DOC export, so that in case there is only one column, the column break is not exported: this way the Writer and Word layout matches, because Word handles that situation by handling the break as a page one, but Writer layout ignores it. On import, the DOC filter changes a column break to a page break in that situation, so visually the roundtrip is OK. The RTF filter does the same: the tokenizer turns a column break into a page one if necessary, and on export then we can ignore such a column break. However, the DOCX filter is different: there we don't tweak the column break on import, so we want to keep it on export as well. (A perfect solution for this would be one more layout compat option, then filters can stop tweaking the break types.) Recently commit 78c5cbc7 (fdo#74153 : Preservation of Column Break with column_count = 0, 2014-02-03) turned on the export of such column breaks in the exporter unconditionally, and this broke the above logic of DOC/RTF roundtrip. Fix this by adding a virtual method where each format can decide what it wants. Change-Id: I807c2fdc02aefc20ffbb4a4dbbf3845ecad81bca
-
Zolnai Tamás yazdı
Relative width of tables means relative to the page and not to the paragraph area so we have to set the RelativeWidthRelation property of the containing text frame. Change-Id: I054d22e1883eb0ed9b07b9141bb2bea956e8367e
-
Zolnai Tamás yazdı
Change-Id: I7111d4064d033e27659c7b45650d596df22c593f
-
Zolnai Tamás yazdı
Change-Id: I2f3504e12be63a326da189e7f69ce87ad2bdb674
-
Zolnai Tamás yazdı
For a better visual match. Change-Id: I6f8a2f4b500c4ea04ef92572984a2bac597d85be
-
Jan Holesovsky yazdı
Change-Id: I96e9b5c65dd9c3506dd804773652023e2cd995ab
-
Pallavi Jadhav yazdı
Issue : 1] DOCX containing column break with column_count = 0 was not getting preserved after RT. 2] LO was writing column break only when column_count > 1 Implementation : 1] Removed check column_count > 1. So that if LO encounters a column break with column_count >=0, it should preserve it. 2] Added export Unit Test case. Behavior after Fix : LO is able to preserve Column Break with column_count = 0. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7815 Change-Id: I29c77f27184ec5afed354be01fc68e0d3471bfee
-
David Tardon yazdı
Change-Id: I77660572947f7a863982be7742cbcb1c784379ed
-
David Tardon yazdı
Regression since commit 16428c96. Change-Id: Id274c21e08d10d2e727f3b5a3fd852cd297e4637
-
umeshkadam yazdı
Issue: - While exporting the system used to write adjustment values for preset shape type "rect" in document.xml with the shape guide name(adjustment name) being empty. - This is not accepted by MS Office. Hence the file was resulting as corrupt. Implementation: - The preset shapes are being picked up from GetOOXMLPresetGeometry(), which refers pCustomShapeTypeTranslationTable[] array for the mapping. - Most of the shape types have been commented in the pCustomShapeTypeTranslationTable[] array therefore the GetOOXMLPresetGeometry() defaults the shapetype as rect, whereas the adjustment values are being picked up for the actual shape type(s). - Uncommenting the commented shape type translations( for instance textInflateTop) in pCustomShapeTypeTranslationTable will eventually write prst="textInflateTop" under the tag prstGeom which is invalid. - It should probably go under prstTxWrap. - In order to avoid the corruption, thought of adding a check before writing the adjustment values. If the shape type is "rect"( which is defaulted and does not have adjustment values defined in presetShapeDefinitions.xml) then avoid writing the adjustment values under this tag. Conflicts: oox/source/export/drawingml.cxx sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7765 Change-Id: I6511e9a3ee0c01962d6e82997705a484161086ef
-
Stephan Bergmann yazdı
Change-Id: I949bf3cb9c3b26a8c2de6bde20cef63d7630fc54
-
Jan Holesovsky yazdı
Change-Id: Ib1664485b5eeed894b4722a097865ab072d0a36c
-
Michael Stahl yazdı
Change-Id: Ieb76643e2f53d19b1796f118bae2a7e954e6f015
-
Michael Stahl yazdı
Change-Id: Ib3c5d8f3921801f143447d8e01463905d80ac319
-
Jan Holesovsky yazdı
Change-Id: Ic5b254d1e6579baf2c9acdd24ddbaa95d554cf68
-
Jan Holesovsky yazdı
Change-Id: I5590adbf0f60b10d309ddf2a6b9e50231245a659
-
Ravindra Vidhate yazdı
1. While exporting through LO, it writes numPicBullet with imagedata of size 0,0. 2. Because of this image file of 0KB is added in media folder 3. While opening the document in MS-Office, it shows the image missing at the top which is of 0 KB size. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7744 Change-Id: I5f8f187fc4fe678dceb3f2b594de74a6b52cbe74
-
Michael Stahl yazdı
Change-Id: Idb82c3d1d723f9214ca1424299cb1c93597fca40
-
Stephan Bergmann yazdı
Change-Id: I6b10ab0b3f11559f515084b45dc3771627223418
-
Stephan Bergmann yazdı
Change-Id: Ie5e4742f0d71c240e0f82046682957537cac1b60
-
Stephan Bergmann yazdı
Change-Id: I91ab5f87f859b855c858a41afd218f57b03ad3a2
-
Rohit Deshmukh yazdı
Problem: Hebrew Text-Bulleted List converted to Numbered List in round trip file Implementaion: - Added Hebrew support for import and export for list. - Added Unit test case. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7693 Change-Id: I739f4b74fb0451f6da80be06114c48074d1e4cdf
-
Stephan Bergmann yazdı
Change-Id: I0de931d79548505ca7d26ffdfb560cfd5c6105a9
-
Caolán McNamara yazdı
especially relative positions were relative to the dialog which was assumed to be then a direct parent of the widgets so that a simple calculation could make the positions relative to the widgets also now the pivot table fits into a 768 pixel high screen Change-Id: I86a4155439872e8273943b90f15320e560e237a4
-
Caolán McNamara yazdı
Change-Id: I26ca29f2b02a1587cfe94d5342809f51a207a194
-
Katarina Behrens yazdı
pimped up dialog a bit, added mnemonics Change-Id: I4585d9a3a1c96b45c7eedea8a5be41ec717139dd
-
Caolán McNamara yazdı
Project: help d5e02baa76eadb781a08d4cc9108288a055829d6
-
Stephan Bergmann yazdı
Change-Id: Idc83f827b90eedcc4345345a77efbda35e08bff0
-
Vinaya Mandke yazdı
Mapped Property at import, so Page margins mirrored are imported correctly. Also exported the mirrorMargins in settings.xml Added export UT for the same. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7632 Change-Id: I2d90643f55e1dc1d96c809e28ce37dee4653bf57
-