- 20 Eyl, 2013 28 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Change-Id: I34abaf80e82cb1d3cd51c9418b15351e9fdfc2fe
-
Andrzej J.R. Hunt yazdı
Change-Id: I61186189d791e54fb096505abd2fa7ac248035e8
-
Miklos Vajna yazdı
Change-Id: I60d34906a90a5143163e516f618648cf7178430e
-
Stephan Bergmann yazdı
Change-Id: Ic14565414637a6d08aee94ad183dd852eb7875f0
-
Stephan Bergmann yazdı
Change-Id: Ie81e9994084b5a2f44a436c764318ea6e5049faf
-
Stephan Bergmann yazdı
...so it can easily be reused to test unoidl-write, too. Change-Id: I4992850b44faaa152bcf1d281f2787824d6ad036
-
Stephan Bergmann yazdı
Change-Id: I9355f8618757f657fb8f8408a10b02f113fc0966
-
Tor Lillqvist yazdı
Change-Id: Ic034f63f604d86e420adb0a4106c1501db5a552f
-
Andras Timar yazdı
Change-Id: I2797763f64733a83858bb08d760c9c453d63e1f8
-
Stephan Bergmann yazdı
Change-Id: Ia36e73215f666a26e5898310aabefb68d3f695c2
-
Tor Lillqvist yazdı
Change-Id: If44baa59b524f2fdf9bca77e404142a569090d72
-
Tor Lillqvist yazdı
Change-Id: Icee043f43072244e28405e4dff3ce4b51fbb3cd9
-
Tor Lillqvist yazdı
No, I didn't check if all the others are in correct order. Change-Id: Ic676fa79ea864d75abd183df2662007f05cca75d
-
Caolán McNamara yazdı
Change-Id: Icfed3fca931b2d6129b510b6a35a913e88c80778
-
Tor Lillqvist yazdı
Change-Id: Ia509f7a88443e2a2992347c7d31469b5c658c8e8
-
Tor Lillqvist yazdı
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
-
Tor Lillqvist yazdı
Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669
-
Miguel Gomez yazdı
Now that loading and saving SmartArt components is fully working, move the unit test from the import section to the export one, where both import and export will be tested. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I5e0d182ee941180ba80c2b310d85528ff75ef296 Reviewed-on: https://gerrit.libreoffice.org/6006Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miguel Gomez yazdı
Export the theme dom tree that has been parsed when loading the file. This is necessary in order to properly reopen docx files that contain SmartArt diagrams. Change-Id: If8712352e7c70373afb542b450a69bd634632092 Reviewed-on: https://gerrit.libreoffice.org/6005Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Laurent Balland-Poirier yazdı
Change-Id: If82112acaecbdbb05d2499b2c0eaf2066b707571
-
Miguel Gomez yazdı
Ensure that a parsed document that contains a malformed xmlns tag doesn't cause a segfault when serializing it through the XSAXSerializable interface. Change-Id: I00811494b37a307711c1a7a86403a56da8b23776 Reviewed-on: https://gerrit.libreoffice.org/6004Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Andres Gomez yazdı
When serializing a XDocument with "xmlns" elements, they usually come with a prefix like in xmlns:xlink="http://www.w3.org/1999/xlink". When the prefix doesn exist like in xmlns="", the prefix member of the xmlNsPtr structure is NULL and unsafe operations on it like "strlen" may cause a SIGSEV. Change-Id: Icdfcddeccb37c246a48aa1239b7f3c5b0b3727e3 Reviewed-on: https://gerrit.libreoffice.org/6003Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Andres Gomez yazdı
The XDocuments representing the DOM of an OOXML's theme document is now stored as the PropertyValue "OOXTheme" into the "InteropGraBag" property of the SwXTextDocument. Added the importSubStream() method to the writerfilter::ooxml::OOXMLDocumentImpl class in order to create the XDocument for the theme XML fragment stream and invoked it during the resolve() method. Modified the writerfilter::ooxml::OOXMLDocument abstract class to be able to hold the OOXML's theme XDocument. Added the set/getTheme() methods to store and obtain the XDocument directly. Modified the WriterFilter::filter() method to store the OOXML's theme XDocument in the "InteropGrabBag" property of the TextDocument service SwXTextDocument implementation. Updated the UTs accordingly. Change-Id: I3960590fcf4856caf770908b983ffb6898f061c0 Reviewed-on: https://gerrit.libreoffice.org/6002Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Andres Gomez yazdı
Change-Id: Id840dd00c71afc1930e6bb9b634e888b88fe7391 Reviewed-on: https://gerrit.libreoffice.org/6001Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Andres Gomez yazdı
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I0fb4ca4e529f5f35e3619bab5e89348dd9c67faf
-
Vinaya Mandke yazdı
1. Enabled parsing of chart in writer module. 2. While parsing chart is read as ole2shape. Then converted into TextEmbedded object for chart. 3. While exporting postponed chart writing after rpr tag. 4. Generated unique id for each chart. 5. Corrected content type of chart in export. Change-Id: I6a1ca0c34e03e17cc3dd8a183580132ea7af5c48 Reviewed-on: https://gerrit.libreoffice.org/5976Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: I92c9b72722035ef03e839029a149221dec3fe5b4
-
- 19 Eyl, 2013 12 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I77e457b27b083c7149e3696f978b1e85a6fe1e21
-
Eike Rathke yazdı
Change-Id: Ibbe7b29e5eea22d0e2169f641d677fc4726fe6a7
-
Eike Rathke yazdı
Change-Id: Ice5fa332ff5308aa801099a9aff52ffea60ac622
-
Eike Rathke yazdı
Change-Id: I7b031d19160f7fe3d8dd0789ab68b03830135463
-
Eike Rathke yazdı
Change-Id: If71d7bdbe590b66e3642e8815a536482c67dd7c0
-
Tor Lillqvist yazdı
Actually, though, I don't think the platforms where we use DISABLE_DYNLOADING (Android and iOS) have any OpenCL. Change-Id: I51c8fdfcec866a32ba72c84038bd63e9def74de6
-
Minh Ngo yazdı
Will resize depended on the frame size now. Change-Id: I3dbd0982f4442e9c643121af3cdfc2b0cdfe33a2
-
Minh Ngo yazdı
Change-Id: I28f5c74313fcd6dae368c5fa9e7d299ad0ad1d0b
-
Minh Ngo yazdı
Change-Id: Ia143d4ae8d452fd6bebb817acab7192481a1068a
-
Artur Dryomov yazdı
Change-Id: I029c298a90ff7f0cbaada25388e3a758dc4d583e
-
Artur Dryomov yazdı
Sort by class as well as by name. This change should help to show computers first, then phones and then other devices. Change-Id: I3a5dec6e5df33b766b70798ac1ad32a5d5db4a3f
-
Andrzej J.R. Hunt yazdı
Change-Id: I77e4fd5fffe45446050f8a1dfbcc8cc27290c786
-