- 01 Şub, 2013 24 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: Ib933d150d5d82383d23619857b2797a63be28626
-
Luboš Luňák yazdı
Change-Id: I574c523d37d54a05aa79d2ccf52e0727e1a1d744
-
Luboš Luňák yazdı
There are still places that should be improved a bit, but this works. Change-Id: Ieb7947a294ec95b6fd8cec2e8c4bc731e2594c42
-
Luboš Luňák yazdı
Change-Id: I347790e1ca2ee6a27303d3644aa1459ff76ba4b0
-
Luboš Luňák yazdı
I'm not quite sure why the code has to do it this complicated way, but at least it's just in one (ok, two) places. Additionally, it seems all those checks are needless paranoia, so just assert. Change-Id: I9f0d4ecc5aec6995eb66ae553a4bd92cc5450b86
-
Luboš Luňák yazdı
Although it seems reading works even when opened just for write ... Change-Id: I57039e7b72dd466e1b087c81377b2b2dcd26fb5c
-
Luboš Luňák yazdı
So that SvXMLImport::GetSourceStorage() returns something useful. Change-Id: Iecb2044336d45eefcb2b0ca5cfda5bc173d4e71e
-
Luboš Luňák yazdı
Change-Id: Id41200667089d4f42f7999060fd97545bb069788
-
Luboš Luňák yazdı
http://lists.freedesktop.org/archives/libreoffice/2012-September/038163.html Change-Id: I41a195180411800f72b8e251b5c19553a51cde44
-
Luboš Luňák yazdı
Otherwise e.g. informing about new fonts when loading a document with embedded fonts doesn't work. I'm not quite sure why this should be limited to only printers or pdf, so this may be temporary until a problem shows up. There'a also a warning about refcount in ImplFontCache::Invalidate(), which seems to be bogus, because invalidating caches shouldn't have effect on anything except for speed, but with the way font handling in vcl is designed I wouldn't be surprised if ImplFontCache wasn't actually a cache. http://lists.freedesktop.org/archives/libreoffice/2012-September/038163.html Change-Id: Ib68c0c10a0f5340a532c5c59396ef2cfbc588b5f
-
Luboš Luňák yazdı
Change-Id: If3607886050c4e2e649e5678cc39f290b122f537
-
Luboš Luňák yazdı
Not that I know why the directory had to be renamed in the first place. Change-Id: I3e4d07591876636ae4930240ac1acc68522fb94f
-
Tor Lillqvist yazdı
Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
-
Tor Lillqvist yazdı
Change-Id: I7d63af2ddb67104daaddcb5f111e26269b9b5030
-
Tor Lillqvist yazdı
Change-Id: I519e4cfb7821644f243e0c4770f74f6ee6657168
-
Tor Lillqvist yazdı
Change-Id: If819c60a4d1fb3af2f4f87e0e4acfd00ecad95d3
-
Petr Mladek yazdı
Otherwise the build --without-system-stdlibs fails; This option is used for the universal Linux build Change-Id: I0f7d87bb161d50748fee05f9c3f6a4b87b788aa4 Reviewed-on: https://gerrit.libreoffice.org/1938Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Radek Doulik yazdı
Change-Id: I4531ab82a52e3da41f12409185f7c0730381aa23
-
Miklos Vajna yazdı
Change-Id: Ida6b3820989acaa2f1bac43aa40276eaa12c8aae
-
Miklos Vajna yazdı
Normally such a page break is surrounded by text, and text() already calls checkNeedPap(), but in case the whole paragraph contains a page break only, we need it here as well. Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
After all, if somebody else wants to distribute builds that require something newer, they are allowed to.
-
- 31 Ock, 2013 16 kayıt (commit)
-
-
Michael Stahl yazdı
gdb 7.5.1 complains about ambiguous base class "XInterface" with cast() so try dynamic_cast() instead. Change-Id: I99a21eea7251e663deee395f6a13ca0ed041e8c9
-
Michael Stahl yazdı
With the previous commit it appears to work now. Change-Id: Ifa2c69c6e8617461ec2098ecc959e99a4812565e
-
Michael Stahl yazdı
Revert commit 0c220608, since this apparently causes failure to open ODF files via SMB on Linux. Instead of changing SfxMedium, adjust the ScExportTest: when saving XLSX files interactively, the SfxFilter::lFormat is always 0, which causes SfxObjectShell::SaveTo_Impl not to call SfxMedium::GetOutputStorage() at all, working around the locking issue on WNT. Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417
-
Julien Nabet yazdı
Change-Id: I57baea223b0f0a78346d9872665ab85c00c8fc51
-
Julien Nabet yazdı
Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6
-
Tor Lillqvist yazdı
Change-Id: If7c61b203b3ca307831187778b951e8310381ca8
-
Tor Lillqvist yazdı
solenv/bin/linkoo doesn't do anything on OS X anyway, and even if it would do and it would work, it would interfere with signing the app bundle. Change-Id: If7a6cecea57cddf8a637a60872d0372eb5093f41
-
Tor Lillqvist yazdı
Change-Id: I80492249471c15778bfafe36e65fa183ccff58f8
-
Stephan Bergmann yazdı
Change-Id: If9f9dfd450cd010528dd625f50049f4e963b01a6
-
Tor Lillqvist yazdı
We have only been lucky so far that there hasn't been any compilation errors caused by using the HOST platform config_*.h files also for the BUILD platform. But as more and more information found out during configury is stored in config_*.h files, sooner or later it will be a problem. Move config/* to config_host/*. When not cross-compiling, the config_*.h files in config_host expanded from config_*.h.in are all there is. When cross-compiling, the generated config_*.h files for the BUILD platform are put into a config_build folder. Then use config_build when building the cross_toolset and config_host otherwise. Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538
-
Tor Lillqvist yazdı
Change-Id: I9c9db51f04db5a0d073bd7493c198e8413299633
-
Stephan Bergmann yazdı
Change-Id: I68f43b16f09e606b9e7ae384c76554a6763afa8d
-
Stephan Bergmann yazdı
Change-Id: I12421776ac75bd92fc39eb2d3e79df47107ea1d9
-
Stephan Bergmann yazdı
Change-Id: I6c24bf51acc0d014ede2f36e17e52cef21753d41
-
Stephan Bergmann yazdı
Change-Id: If41321bc1c79cb475aae1c4588f8663beccd2209
-
Stephan Bergmann yazdı
cppuhelper/source/typedescriptionprovider.cxx would read it if it finds .rdb files in that format. Throwaway new reg2bin tool for now can translate existing .rdb files into the new format. Change-Id: Iacf219c30cfc358c3d31fb0d73966cf2296a4fe5
-