summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-20Reject "too similar" service constructorsStephan Bergmann
Change-Id: Ie81e9994084b5a2f44a436c764318ea6e5049faf
2013-09-20Use tempfile instead of stdin in exectest.plStephan Bergmann
...so it can easily be reused to test unoidl-write, too. Change-Id: I4992850b44faaa152bcf1d281f2787824d6ad036
2013-09-20Strip exectest.pl down to what is needed by its only clientStephan Bergmann
Change-Id: I9355f8618757f657fb8f8408a10b02f113fc0966
2013-09-20Blind fix attempt: extern "C" decls must be at outer levelTor Lillqvist
Change-Id: Ic034f63f604d86e420adb0a4106c1501db5a552f
2013-09-20fix find_al() under 64-bit CygwinAndras Timar
Change-Id: I2797763f64733a83858bb08d760c9c453d63e1f8
2013-09-20java.lang.String.getBytes() has platform-dependent semanticsStephan Bergmann
Change-Id: Ia36e73215f666a26e5898310aabefb68d3f695c2
2013-09-20extern "C" it should beTor Lillqvist
Change-Id: If44baa59b524f2fdf9bca77e404142a569090d72
2013-09-20Use consistent spacing in this madness at leastTor Lillqvist
Change-Id: Icee043f43072244e28405e4dff3ce4b51fbb3cd9
2013-09-20Move one block to maintain numeric orderTor Lillqvist
No, I didn't check if all the others are in correct order. Change-Id: Ic676fa79ea864d75abd183df2662007f05cca75d
2013-09-20fix unit test failureCaolán McNamara
Change-Id: Icfed3fca931b2d6129b510b6a35a913e88c80778
2013-09-20The code has unconditional fprintfs so need cstdioTor Lillqvist
Change-Id: Ia509f7a88443e2a2992347c7d31469b5c658c8e8
2013-09-20Add usage example commentTor Lillqvist
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
2013-09-20TypoTor Lillqvist
Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669
2013-09-20fdo#64491: Move SmartArt test from import to exportMiguel Gomez
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/6006 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20fdo#64491: Export theme file when savingMiguel Gomez
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/6005 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20String to OUString in itemwin.cxxLaurent Balland-Poirier
Change-Id: If82112acaecbdbb05d2499b2c0eaf2066b707571
2013-09-20New unit test to the DOMTree test suiteMiguel Gomez
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/6004 Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20unoxml: avoid SIGSEV when xmlNsPtr prefix is NULLAndres Gomez
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/6003 Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20writerfilter: OOXML theme saved in InteropGrabBagAndres Gomez
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/6002 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20indent: Just some indenting for better readingAndres Gomez
Change-Id: Id840dd00c71afc1930e6bb9b634e888b88fe7391 Reviewed-on: https://gerrit.libreoffice.org/6001 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
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/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20Certain UNOIDL typedefs are forbidden for historic reasonsStephan Bergmann
Change-Id: I0fb4ca4e529f5f35e3619bab5e89348dd9c67faf
2013-09-20fdo#40594 Fix for chart missing issue in Writer (for docx)Vinaya Mandke
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/5976 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20configure.ac: use ${INPATH} instead of wildcardMiklos Vajna
Change-Id: I92c9b72722035ef03e839029a149221dec3fe5b4
2013-09-20missing .mk for renamed 'mn-MN' to 'mn-Cyrl-MN'Eike Rathke
Change-Id: I77e457b27b083c7149e3696f978b1e85a6fe1e21
2013-09-20rename 'sr*YU' to 'sr*CS'Eike Rathke
Change-Id: Ibbe7b29e5eea22d0e2169f641d677fc4726fe6a7
2013-09-20renamed 'mn-MN' to 'mn-Cyrl-MN'Eike Rathke
Change-Id: Ice5fa332ff5308aa801099a9aff52ffea60ac622
2013-09-20inlineEike Rathke
Change-Id: I7b031d19160f7fe3d8dd0789ab68b03830135463
2013-09-20second wave to register tagsEike Rathke
Change-Id: If71d7bdbe590b66e3642e8815a536482c67dd7c0
2013-09-20Try to fix the DISABLE_DYNLOADING caseTor Lillqvist
Actually, though, I don't think the platforms where we use DISABLE_DYNLOADING (Android and iOS) have any OpenCL. Change-Id: I51c8fdfcec866a32ba72c84038bd63e9def74de6
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo
Will resize depended on the frame size now. Change-Id: I3dbd0982f4442e9c643121af3cdfc2b0cdfe33a2
2013-09-20Avmedia/VLC: Storing a frame size in the window classMinh Ngo
Change-Id: I28f5c74313fcd6dae368c5fa9e7d299ad0ad1d0b
2013-09-20Avmedia/VLC: Minor code formatting fixMinh Ngo
Change-Id: Ia143d4ae8d452fd6bebb817acab7192481a1068a
2013-09-20Add switching to the slides pager from the grid when selecting a slide.Artur Dryomov
Change-Id: I029c298a90ff7f0cbaada25388e3a758dc4d583e
2013-09-20Add additional comparison for servers in lists.Artur Dryomov
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
2013-09-19Cleanup ResultSet exceptions.Andrzej J.R. Hunt
Change-Id: I77e4fd5fffe45446050f8a1dfbcc8cc27290c786
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt
Change-Id: Ice11ec8131a00335db48a05661bbe0285bb53fea
2013-09-19Set sane default for type.Andrzej J.R. Hunt
Change-Id: Ib63e6abd7b378671d1e01bf9357dd811ae88fc40
2013-09-19Move type conversion into template.`Andrzej J.R. Hunt
Change-Id: I7b646673eacf2abbac8a2bcfa744f840ff344c84
2013-09-19Use conversion for Byte/Bool.Andrzej J.R. Hunt
These are both non-native to firebird, hence always have to be converted from whatever data we have. Change-Id: I6e6843d95ee4f5cf0cd5953251796150f325f800
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt
Change-Id: Ie9577ed021930c56f3270aa30306d89365c1b3b1
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt
Even an empty ResultSet can be valid, and no other drivers do this. Change-Id: Ie3aee718f0187d039dbd0c53fc32a71be4a1d9e9
2013-09-19Implement implicit type conversion in ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I9faf9752556b7e0769d3a353e393924f5a1edb63
2013-09-19unused LanguageTagImpl::resetVars()Eike Rathke
Change-Id: Iaf806d78b6d49b9bc599ab61ebc8fa1ced84fcf9
2013-09-19does #include <map> satisfy Windows?Eike Rathke
Change-Id: I42410c84291b7fdebe6507ec23837433970ea277
2013-09-19better mutex guard thisEike Rathke
Change-Id: Ic5cc38c76f6eae11460e0b6e3c55d0e2333a0b09
2013-09-19No need to by default avoid liborcus for Android, iOS and OS XTor Lillqvist
Change-Id: I0e96784a86fa1f62718264fc09f0d2b4646ecd7d
2013-09-19first wave to register tagsEike Rathke
Change-Id: I11c6608b5c5074e9b7117449c3eb92e278713598
2013-09-19fix windows build with pchMarkus Mohrhard
2013-09-19"what!?" - Let's not say that...Kohei Yoshida
Change-Id: I1c9c2a62b2a1ede08fb2f27f541b501dc3ce7b2f