Age | Commit message (Collapse) | Author |
|
Change-Id: Ic13269fcf55b4e51a8124da6d2de75fb5bec23e0
|
|
Change-Id: I5f7dc2a389c020a90b8087aefc90c054a809ef25
|
|
that are needed to load .odt, .sxw etc files, and
add a regression test for CVE-2012-4233
Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
|
|
...which effectively is just a glorious wrapper around
comphelper::getProcessServiceFactory.
In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the
rSMgr parameter to InitVCL.
All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work
fine.
Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
|
|
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442
Reviewed-on: https://gerrit.libreoffice.org/653
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...
Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely
All internal users of that header are converted.
Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I4028296dd86eef2b8f84cab15eba3c4c15b18c6f
|
|
|
|
Change-Id: Ib69fa1fff94b7a3403a45fb948ff9e7b1ebc4f0f
|
|
|
|
Change-Id: I100a95d5f84ab61cb26ac39d436cb9f2cb7246e5
|
|
Change-Id: I8e8dec18e1bec67154304b8c96ff034d6ab5d791
|
|
This makes it unnecessary to link clients against libxml2.
Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
|
|
Change-Id: Ib0182fe25e7a2534acf85e7fabe1355491d9a9e7
|
|
Change-Id: I0a24a0e9c4a3b818c9144bc38857b67e49483915
|
|
Change-Id: I845fef5e849518face60693cf31d3f00c57c7ae3
|
|
Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
|
|
Change-Id: I2f47d5c61f92dbf051a8509528947c2465a2d020
|
|
Change-Id: If80d2c6dcc5f5455a98a560aa23d085747f3fb94
|
|
Change-Id: Ia7e3c7766ef8d9d86bd65945a6e6daae05c93b75
|
|
Change-Id: I4023855513016e7f9d850bf96815539696536552
|
|
Change-Id: I7abb493d8baaa42a45e24276abdcadbfd186651a
|
|
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium
ctor overload to find not yet adapted uses of another overload, to be removed
again in due time.
Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented a simple character based comparison of the exported file and
the reference file
|
|
the idea behind this concept:
* have a file containing some test data
* import file without UI
* export file to svg through XStorable::storeToURL
* compare exported svg file to a reference file and complain if they
* differ
advantages:
* easy to create test cases, even for non coders
* no special handling of sd internal code needed
* svg is showing differences in the representation and not in the model
* external programs that can be used to check the output
* can be used for all input formats
disadvantages:
* changes to svg filter code might break test cases while the change is
correct
* slow test, import + export
* might need external program for xml diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|