Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: If7c259f0d12a41182f476ddb558f7cb5f76f9577
Reviewed-on: https://gerrit.libreoffice.org/36253
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: Id862544f27ebcbe8363f93dc83192d0f0cddb5cc
Reviewed-on: https://gerrit.libreoffice.org/36041
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
+ correct a small mistake
+ add pot the file extension (the file extension for PowerPoint 95
template)
Change-Id: I4ad18088ccb9777e1b34f393effbe2d24468804e
|
|
+ add support for presentation file (i.e. the file created will StarImpress
are now open as presentation).
+ modify the OLE parser to be similar to the librevenge OLE parser,
ie. the librevenge parser ignores the first character of a filename if
this is a control character...
Change-Id: I913a70cba29839d43dac58d5e00dbebfc4d28abc
|
|
+ some astyle modifications,
+ add .wk4 and .123 to the list of file extensions,
+ add support to open Lotus files protected by a password.
Change-Id: I94d4afffd73f0999ff2b1958704cb3985fcd0cc9
|
|
Change-Id: Ie244411dd155af245c83e758f432237ce72fa623
Reviewed-on: https://gerrit.libreoffice.org/35981
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Iea46a5d41a83edb150573102ccfbd9cd3ab4e89a
Reviewed-on: https://gerrit.libreoffice.org/35980
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Icd1ce144733d2f5e907a19bb6ef307d50becb49d
Reviewed-on: https://gerrit.libreoffice.org/35769
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c
Reviewed-on: https://gerrit.libreoffice.org/35662
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I309b74c19ea076157d1c0b9c0c817ab4055512c3
|
|
This should make it easy to reuse the mapping code wherever
necessary and restores the loading of writerperfect documents.
Change-Id: I505bffa47fe37270b0430d9ae5afec5072762b4c
Reviewed-on: https://gerrit.libreoffice.org/35263
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I68a5435348a6a6362bc946c7eca18e29bd69724a
|
|
AFAICS no other import test is doing it either.
Change-Id: I8cbdc27fe60102067c6d09280b99a032ac44ba10
|
|
Change-Id: Id3e33aec0a1c027d350408abb86a6a99da74ebb4
|
|
Change-Id: I614326cfe8ade8ea07822479cbc656db8e51c1b7
|
|
Change-Id: I476b89d70510e786b116ee11ddd68916683945b8
|
|
Change-Id: Ic9b1283fa1c03e18047781f2a032c994cfc669c9
|
|
Change-Id: I4f7a9867a2fab4c49542a917aef9010e48c9b9b8
|
|
Change-Id: If60a94ba67e29e3595c26e4b5d0c0b4f9790eff8
|
|
Change-Id: I1cfc3c4c3c2d1c40cd97bfe6d72fb03ce8b11823
|
|
Change-Id: Ice159ae9fcb7284143d9e4734b8cb34f5c6a2ec5
|
|
Change-Id: I57b361dea1ee6a5bfdc95ec3632bb42a5941b900
Reviewed-on: https://gerrit.libreoffice.org/34232
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I710182dfe2082b9782076faa27c8bd78e899a7cb
|
|
Change-Id: I7b27d5e5b47eb91cfe87918ae335cd228845be17
|
|
Change-Id: I6830da0c6692f0be212e0d45597fa563917b5fb2
|
|
Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c
Reviewed-on: https://gerrit.libreoffice.org/34199
Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
|
|
reference classes, uno::Reference and rtl::Reference.
Specifically rename Is()->is() and Clear()->clear().
Change-Id: Icb7e05e2d09cb9977121508b837ba0961dabb4ae
Reviewed-on: https://gerrit.libreoffice.org/33576
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: Id6fd1f979902e286009d16f9d8ea551df3940859
|
|
Change-Id: I7792ddd691f81744971d45e1155e3192b24155dc
|
|
Change-Id: I511822dc874101ed3b9850b015b746a86d26c3b5
Reviewed-on: https://gerrit.libreoffice.org/33578
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html>
"Dynamic Exception Specifications" for details.
Most changes have been done automatically by the rewriting loplugin:dynexcspec
(after enabling the rewriting mode, to be committed shortly). The way it only
removes exception specs from declarations if it also sees a definition, it
identified some dead declarations-w/o-definitions (that have been removed
manually) and some cases where a definition appeared in multiple include files
(which have also been cleaned up manually). There's also been cases of macro
paramters (that were used to abstract over exception specs) that have become
unused now (and been removed).
Furthermore, some code needed to be cleaned up manually
(avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no
configurations available that would actually build that code. Missing @throws
documentation has not been applied in such manual clean-up.
Change-Id: I3408691256c9b0c12bc5332de976743626e13960
Reviewed-on: https://gerrit.libreoffice.org/33574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I413e4b796154a731638ec334cc0bd6c045b1840e
|
|
Change-Id: Ifab6f95d22d0d335d68bb367dca12a92b864cdd9
|
|
Change-Id: Iee24a1b7bc4ada389dfa5f0f39c9d06938ed1481
|
|
Change-Id: Idf99aab4bc136ac4a8a07945001e4f34a34a0e17
|
|
Change-Id: Ie8246433a7cea0886f00d8c76cf6f7d023545417
Reviewed-on: https://gerrit.libreoffice.org/32770
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
...from previous commit
Change-Id: I062b7cd212c17e7eb5274476e6859228d0477c7f
Reviewed-on: https://gerrit.libreoffice.org/32098
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I7721c15ba94ff27f64962bb67698853bc3b86cea
|
|
Change-Id: I3fa46edfbdb75201e9dc4a615d67124487e2dd20
|
|
Change-Id: I351badba30556ec06ebfa8a360cc58e89f206372
|
|
Change-Id: I5992cc7ac9ffb3974fa49bb7feec4b0212032386
|
|
Change-Id: I0cc034e7521de7911a9f5dfe8bc405971d175754
|
|
Change-Id: I7cd8e551c284045fbe782cc9756e283d466fd1bc
|
|
Change-Id: Id56ba12c4c8c96285d95c48c4f49c93e4feec580
|
|
Change-Id: Ib2c2af423b92a65c08c2647a1e931ea54228c203
|
|
Change-Id: I9f07e6d363387fc47f187f6635f489f8f8237f77
|
|
Change-Id: Ia8b69fac2115c9fd932c08deabe8908e07388d86
|
|
Change-Id: I72696c82d9a96709746060ae18bd497da8715d35
|
|
Change-Id: Ia414b02c52f73724df6829431d090a18e76baa68
|
|
Change-Id: If1b7bc913e392f511caf0684baa5bc3ce2c6933d
Reviewed-on: https://gerrit.libreoffice.org/30035
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
|