- 31 Agu, 2015 40 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I7fc96e3b7754bb3f4718f9142c75ee82aef0a22c
-
Markus Mohrhard yazdı
Change-Id: I744ff8be96bda2fff61c8fc23a067fdd9b2d4930
-
Markus Mohrhard yazdı
Change-Id: Ieab07fcd9bc89d81829d636bb854db37ad2ba9e0
-
Markus Mohrhard yazdı
Change-Id: I9ad88c0f7f935a247f0f21c7aa206312435ecafc
-
Stephan Bergmann yazdı
Change-Id: I7321d35bcc1f287ef85331ed8c8e43bdf846c1ce
-
Eike Rathke yazdı
... to match reality and be able to re-load structured references in range names once we save TableRefs as well. Change-Id: I5f8fc858be2a773d7841816c3e4bf21590d37e64
-
Michael Stahl yazdı
Change-Id: Iee85958a6589624bc9a61242fca41214bdd1df85
-
Michael Stahl yazdı
CppunitTest_libreofficekit_tiledrendering hangs because the soffice_main exits due to the unrecognized command line arg --target. Use a -env:VARIABLE argument instead, which is filtered out by rtl_getAppCommandArg() so does not reach the soffice_main code. (regression from 87514b09) Change-Id: I2c801305398dccfb447e4e5c44726f42bf2a72ef
-
Markus Mohrhard yazdı
This reverts commit 93cd7b78. We need to generate project files for unnamed projects as they seem to correspond to libraries. If that causes problems for the msvc integration (which seems strange) then we need to handle these problems in the MSVC generator and not in the parser. It also includes: Revert "Clean trailing whitespace" This reverts commit 7d92b27a.
-
Stephan Bergmann yazdı
Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9
-
Michael Meeks yazdı
Change-Id: Icaa5fb197f3fa234da4538a2a7b21131cab89277
-
Michael Meeks yazdı
Also start gl tests in vcldemo: $ SAL_FORCEGL=1 vcldemo --gltests Change-Id: I8f0022770d57cd60c830659e3f7fcc0721320a10 Reviewed-on: https://gerrit.libreoffice.org/18132Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Yousuf Philips yazdı
Change-Id: I43f5d8ef5ca7c5fbd598d866622e6cbb1159f2a0 Reviewed-on: https://gerrit.libreoffice.org/18176Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Maxim Monastirsky yazdı
Change-Id: I31f7ac6783ab9bb32f2423cc7f80d5ddcf827ba9
-
Michael Meeks yazdı
Change-Id: I81aec0e6f8db57905826c54c3442528be6068700
-
Michael Meeks yazdı
Change-Id: I52158729d240ca3cb9e7977bc6d1f5acb14437ad
-
Mike Kaganski yazdı
When an array of EMF+ has extra bytes in the end, that are less than 12, they should not be treated as another EMF+ record, but simply ignored. Change-Id: I34701c00916812c8a6a4b69730f602da81719b35 Reviewed-on: https://gerrit.libreoffice.org/18110Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Eike Rathke yazdı
Change-Id: I8f84bb5f4a988b5fb2b688e3c5be321c39818259
-
Eike Rathke yazdı
... actually we're already able to import that. Needs more work for the filter settings export if applied. Change-Id: I4fc596f6a69c7729fc6ca488e5f596fdbe9a79b8
-
Eike Rathke yazdı
Change-Id: I535f2dc600f3b4fdac2c7fa817eb8430848bbae6
-
Eike Rathke yazdı
Change-Id: I9102e23e347226ac82d2e806a293bfaf2727f194
-
Stephan Bergmann yazdı
...as happens in CppunitTest_sd_filters_test with sd/qa/unit/data/ppt/pass/hang-16.ppt: > sd/source/core/sdpage.cxx:1101:57: runtime error: division by zero > SdPage::GetTitleRect() const sd/source/core/sdpage.cxx:1101:57 > CalcAutoLayoutRectangles(SdPage&, Rectangle*, rtl::OUString const&) sd/source/core/sdpage.cxx:1323:26 > SdPage::SetAutoLayout(AutoLayout, bool, bool) sd/source/core/sdpage.cxx:1595:5 > ImplSdPPTImport::Import() sd/source/filter/ppt/pptin.cxx:1025:21 > SdPPTImport::Import() sd/source/filter/ppt/pptin.cxx:161:12 > ImportPPT sd/source/filter/ppt/pptin.cxx:2744:17 > SdPPTFilter::Import() sd/source/filter/sdpptwrp.cxx:108:32 > sd::DrawDocShell::ConvertFrom(SfxMedium&) sd/source/ui/docshell/docshel4.cxx:453:16 > SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23 > SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) sd/qa/unit/filters-test.cxx:75:20 Change-Id: Ic6a339c0315e9bc3f28de8c26c3d9f2767c3509d
-
Caolán McNamara yazdı
Change-Id: Ic1083fdb566de0b5487b92197f33070ef42146f7
-
Maxim Monastirsky yazdı
Change-Id: I6332e9c7c98f87885f40f4d99224cccfe582029c
-
Tor Lillqvist yazdı
Should do similarly for vertical text, too. Change-Id: I51f5ee3ba1686f151b04f98c43388e0bdfac97fb
-
Michael Stahl yazdı
With size 1 every ImplFontEntry should be immediately deleted, which makes tools like valgrind and drmemory more useful. Change-Id: Idec40c7cf7d927146f23830a42b3464c1675207f
-
Michael Stahl yazdı
Both valgrind and drmemory complain about this in SdExportTest::testSwappedOutImageExport() via SfxOleThumbnailProperty::ImplSave(). Syscall param pwrite64(buf) points to uninitialised byte(s) UNINITIALIZED READ: reading 0x0455b1b4-0x0455b1c8 20 byte(s) within... It appears that the stream writes out everything up to the seek position anyway (otherwise the size check wouldn't work, with sparse files) so make sure it's all zeroed. Also fix SvMemoryStream::ReAllocateMemory() to zero it. Change-Id: Id86dfa65ef6f7d1bba4810f121e01473c5fcf4c7
-
Caolán McNamara yazdı
Change-Id: Ib77ce1b95db2dc4396f4fd2fdcff4c0344b20c9e
-
Caolán McNamara yazdı
Change-Id: I27bb289288d319a93201e9c3d703114924ca258c
-
Jan Holesovsky yazdı
Follow-up to 34700400; this fixes sw_ww8export unit test on Windows. Change-Id: Ic0c3228efb59a182e1562b73117418cd8b5e6017
-
Thorsten Behrens yazdı
This reverts commit 5191fcb1. Earlier, better fix was 831c69f9
-
Stephan Bergmann yazdı
Change-Id: I0d1c988aad308435542dbd381fcf6bf7e1af6290
-
Stephan Bergmann yazdı
Change-Id: I83f45260158f5282b857458046d2e324be85a7b5
-
Stephan Bergmann yazdı
Change-Id: Idc3c74505d84a96bb5cc6713a95ef2fadc267ea8
-
Stephan Bergmann yazdı
Change-Id: I358fe0f3dc11939269f58b345489621b0ad25797
-
Caolán McNamara yazdı
Change-Id: I695260d6d0c727c3ba7a67886e535569292b15e5
-
Caolán McNamara yazdı
Change-Id: Iefe943794e005f03b2a6ea5fc642b8c3d21b3334
-
Noel Grandin yazdı
for penance, introduce a unit test Change-Id: I2c40285732be665e179c477e6e7603aa6f8be5d7
-
Noel Grandin yazdı
introduced in commit 4aed1c6f "replace boost::ptr_vector with std::vector<std::unique_ptr>" Change-Id: Id16921f212128d34835a4c0b9facd18cb264da62
-
Noel Grandin yazdı
which just serves to make the code harder to read Change-Id: Ib681aad99180df26b1cf3f4e23324dc5a86cc299
-