- 06 Haz, 2014 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Iada46e037844b010959b153b5e895fd2be021d68
-
Kohei Yoshida yazdı
Because the UNO property logic had been swapped earlier. Change-Id: I35af3e8cee3c4cbc8da43d7bc478f506048887b0
-
Miklos Vajna yazdı
Change-Id: I692fa22132cd3a722b58de22e3dbb759ff888e5d
-
Stephan Bergmann yazdı
Change-Id: I5ee17a1e5ea28e6ecf371bea30b36923586f41cc
-
Stephan Bergmann yazdı
Change-Id: Iac83316d69e85f2da3de32d8023c228f678c8f08
-
Zolnai Tamás yazdı
importExtDrawings() must be called as soon as possible, before parser starts to parse the next shape. Call it when graphicFrame tag is closed. This tag include the reference to the SmartArt. Plus fix up import tests. Change-Id: I9e8d54c2b1afeb78a1122390dc4982d580c152ae
-
Stephan Bergmann yazdı
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
-
Stephan Bergmann yazdı
(assuming this shall always be little endian, given "Intel" in the function names) Change-Id: Iff7e1305108dd0f8d9fae762c1f715e2e7b481b3
-
Tor Lillqvist yazdı
Change-Id: Iefd1980fc87daa709e8e5c833407c2595e71b401
-
Tobias Lippert yazdı
This allows us to pass through less parameters which are only used for this functionality. Conflicts: sw/inc/ToxTextGenerator.hxx sw/source/core/tox/ToxTextGenerator.cxx Change-Id: I5a03cf8ec6d86d05f2a7f7771668585669c1e595 Reviewed-on: https://gerrit.libreoffice.org/9613Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I93488fa942f1975b9c32be6d37fc76ea955a2067
-
Miklos Vajna yazdı
Change-Id: I4d7a6a13a721282450a1c217defb84f386535a74
-
Miklos Vajna yazdı
Change-Id: Id52ab22e2981ebda3960acabe473fadfafc67e72
-
Stephan Bergmann yazdı
Change-Id: Iecfddf21f19313f46ee2544fad9c4df1e399e0f5
-
Caolán McNamara yazdı
Change-Id: I6ccd4c2ab97237806652059d6ae2cd23a6dc1625
-
Caolán McNamara yazdı
Change-Id: I8cb1d720a8fb22ba2153c5f556e4bd538f5ea8af
-
Caolán McNamara yazdı
Change-Id: Ida87450bda99260d9e153bb9e48d8867f53d42ca
-
Caolán McNamara yazdı
Change-Id: Idb9be9f594b9ab3d1837c003d4a748f9693f5ceb
-
Miklos Vajna yazdı
We already had code, so that in case a shape has a textbox, then we wrote the textbox contents as the shape text, but textboxes were still exported independently as well. Build a list of textboxes at the start of the export, and ignore anything that's on that list during export. In the future, if both RTF and DOC will support textboxes, then this can be moved to MSWordExportBase. Change-Id: I9370b2bbda515ef605281ad398a358b2f24d8f0e
-
Stephan Bergmann yazdı
Change-Id: If8685cf1cfcfb25fd611e385d0b32d0b7963cd21
-
Caolán McNamara yazdı
Project: help a87da6b2546423f1727b2d857dcfe78aa6bf53af
-
Stephan Bergmann yazdı
Change-Id: I67ce0ceea8ee022493311d58acd0211897208631
-
Caolán McNamara yazdı
Change-Id: Ibfa5c806581c450a0b0407cb07751e06dd3a787e
-
sk94 yazdı
Change-Id: If3e0ac5afd73ed31f8c21ab68d0c3c765cb447f4 Reviewed-on: https://gerrit.libreoffice.org/9660Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I2c6dd21595815c4f382bed2bfb66551929630372
-
Miklos Vajna yazdı
It's valid to have multiple ones from these, but the first one was generated from the shape, the second from the textbox. Given that we use the textbox only as a container, don't write its properties, it's not necessary and may cause problems. Change-Id: Id1f8bb92c587fe8c1437e412b41510803595dd80
-
Miklos Vajna yazdı
Change-Id: I54a51189e1c595841b8b02f3b4436da4a29f1dac
-
Miklos Vajna yazdı
Export filters don't have access to SwXShape, and it's probably good to have that way. Change-Id: I039bafec10d2fde7c7acdcfad5b07068a2a519f1
-
Tobias Lippert yazdı
Conflicts: sw/inc/ToxTextGenerator.hxx sw/qa/cppunit/tox/test_ToxTextGenerator.cxx sw/source/core/tox/ToxTextGenerator.cxx Change-Id: I343958f85fb6718215a0caa456a825d72f168a57 Reviewed-on: https://gerrit.libreoffice.org/9612Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jacobo Aragunde Pérez yazdı
When a w:shd has some pattern with two colors, LO blends both to render the paragraph background. We must compare that blended color with the paragraph color on export to know if the user has edited it or not. We were using the w:fill attribute to compare, but that was incorrect. Modified an existing unit test to check this behaviour. The unit test had to be retouched because Word remove some redundant information from the original .docx file when I saved it again with some background changes. Change-Id: Ia2f1ddc4afd2637e1d87b6eccd441c26853045c4
-
Jacobo Aragunde Pérez yazdı
The missing attributes are w:val, w:color, w:themeColor, w:themeShade, w:themeTint, w:themeFillShade and w:themeFillTint. Change-Id: I67dd7c367d820216c1d11f82e3430fbf550cede8
-
Jacobo Aragunde Pérez yazdı
Ensure that the proper media type and relation type are written in the .docx document for a .ppt presentation, because they are different from the ones for a .pptx file. Change-Id: Id91269e49c0effb35415ae8827ff949e69e7063f
-
Eike Rathke yazdı
Force ##-MMM-## to be ##-MMM-#### if the first number is a day value. Note that the previous implementation of (bDay1 && bDay2 && ((bYear1 && !bYear2) || (!bYear1 && bYear2))) never matched anyway as the detection of bDay1 and bDay2 were changed to only yield true if bYear1==false or bYear2==false. Change-Id: If6bb6d3e1757015552eaa81c1f58d53c0794846e
-
Caolán McNamara yazdı
Change-Id: Idb13242d25583b1c323b5a20ecc10f10b8b82465
-
Caolán McNamara yazdı
Change-Id: I018e8bc7f514b0d720bea19aa854aa776be366be
-
Caolán McNamara yazdı
Change-Id: Ieac19e8dbb8328791d0c7110e9c787ec7c3bd448
-
Caolán McNamara yazdı
Change-Id: I9cfdcad1c5e36b9cc6b44dcd3a25018bda6281ce
-
Caolán McNamara yazdı
Change-Id: I419ece67081531d42e6dd49ab8c7d71d5a9b6182
-
Caolán McNamara yazdı
Change-Id: Ia55f575f6bfd1d90c2a517db8a76d7d22cdfd6e4
-
Caolán McNamara yazdı
Change-Id: Ie839246f637d079e8e16553c85c682d599d86b58
-