- 19 Nis, 2013 40 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
Change-Id: I20180cda1a28f898f487aff605796077d3418be3
-
Stephan Bergmann yazdı
Change-Id: I9a263e2232d63e5794f757cab39b93e13c7d159f
-
Stephan Bergmann yazdı
Change-Id: I865808911043a61de5c4209fa889dbff7c8baf28
-
Michael Dunphy yazdı
Change-Id: I6f02d312d1425dbb28b7cb7a2aa87a734054c4a7 Reviewed-on: https://gerrit.libreoffice.org/3474Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Matúš Kukan yazdı
Change-Id: I76ede5abd4662aaa2f5b01739da07cf3169ddb69 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
-
Matúš Kukan yazdı
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
-
Marcos Paulo de Souza yazdı
Compile test only :) Change-Id: I1e546b824ec027bb1321e36fb060af5b4cfd1bf1 Reviewed-on: https://gerrit.libreoffice.org/3476Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Ia7e932a98d3f2c8bca981261406798760b69f8e8
-
David Tardon yazdı
Change-Id: I18c270cbcde82c315fd7cf1ba8dfc37ebe1a81aa
-
Jan Holesovsky yazdı
Change-Id: Ia7916e0cbbf91de09195c20b60f31ffe80256a9c
-
Jan Holesovsky yazdı
Updated the URL's + the code that works with them & parses the page accordingly. Change-Id: Iba1414c749bdf227b3945162da83e3d35ce86244
-
https://-relatedJan Holesovsky yazdı
The internal openssl on 64bit linux was built as linux-generic32, instead of linux-generi64, which caused crashes later when used. This patch alignes it with the logic before gbuildization. Change-Id: I2919a91138e8f33ad50e64728496144bac815321
-
Michael Stahl yazdı
This works to run the test (with the fixed RPATH in python.bin from previous commit), but debugging with gdb becomes impossible. The tests need PYTHONPATH set to find the internal python libraries, but gdb also uses PYTHONPATH and then tries to load the libraries there which do not necessarily match the Python version that gdb is built against. Invoking the python wrapper shell script avoids this, and since that "exec"'s python.bin debugging with gdb works too. Change-Id: I6ea2feb44cebeda1ba2c397baa3837f9f1259a08
-
Michael Stahl yazdı
... and get rid of LD_LIBRARY_PATH hack in wrapper shell script. Change-Id: I7d91c6086460504d656de7b018087264165f396b
-
Ivan Timofeev yazdı
Michael Meeks pointed out that the latter can cause problems. Change-Id: I68e7f8c6dcfae52305738b2a8cdee72e9c2c7f93
-
Eike Rathke yazdı
Change-Id: I095a824c18a4ea61663e2706daa6616d60aaeb34
-
Eike Rathke yazdı
This reverts commit 674a40fe830748b63eafeaf07e0932e2e0a81ba6. And restores a95cce27 with the exception that the sal_Int8 to sal_uInt16 change is omitted. This stream length change causes loading of autoformats to fail, which are stored in binary format, i.e. in user config's autotbl.fmt, loaded and stored in Calc's ScAutoFormat sc/source/core/tool/autoform.cxx and Writer's SwTableAutoFmtTbl sw/source/core/doc/tblafmt.cxx Change-Id: I59f5d3b1c7e1011a8db304855b2fcf28971e7cb1
-
Tor Lillqvist yazdı
Otherwise we get: 'std::_Copy_impl': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. Change-Id: I7d9cdb243b1bd7c884c5e4e658cfcd13d1ca8223
-
Stephan Bergmann yazdı
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK. Turns out this was explicitly included in ~all examples Makefiles, but only after settings.mk where it is now used, so include it in settings.mk now and dropped it from all the exmaples Makefiles. * The old settings.mk was apparently confused with using /MT ("link with LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link command line (where it was ignored), and you apparently can't pass both together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp. /MTd). No idea if that is exactly right, however. * Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and msvcrt.lib vs. msvcrtd.lib on Windows. Adapted examples Makefiles and /ure/source/uretest/Makefile accordingly. Some examples Makefiles additionally use msvcprt.lib, no idea whether that still needs to be addressed. Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
-
Ádám Csaba Király yazdı
Uses resource from numberingtypelistbox.src, to localise "Native Numbering" and the Cyrillic and Greek strings. Change-Id: I3dfafc90686bea9ddee67262044afa2619b882f8 Reviewed-on: https://gerrit.libreoffice.org/3441Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Stephan Bergmann yazdı
Change-Id: If1faab6b5903e287d800899f243b8b568b27c312
-
Tor Lillqvist yazdı
Change-Id: Icd3120496e5548349ca58423ea537f392f6d5c6b
-
Petr Kraus yazdı
Removed some ignored warnings for MSVC compiler that should not occur. MSVC 2010 can, but do not issue these for me. Some of them are "disabled by default" and should not occur unless -Wall C warnings: C4180, C4250, C4255, C4275, C4290, C4503, C4511, C4611, C4640 CXX warnings: C4180, C4242, C4265, C4503, C4511, C4626, C4640, C4996 Change-Id: I61b692a9c02a8900f80b019e11ad4acdea3e4dfc Reviewed-on: https://gerrit.libreoffice.org/3203Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Michael Dunphy yazdı
Change-Id: I605ae778e57a12588dca274a4ee34a018004034e Remove pass-through header sfx2/inc/sfx2/imgdef.hxx Change-Id: I9a5ebabefccdd63b55d64aec26488542d0d362e3 Remove pass-through header xmloff/inc/xmloff/xmlcnitm.hxx Change-Id: If880679499daee2f77d1f6e148dba963d09bbb9c Reviewed-on: https://gerrit.libreoffice.org/3477Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
That is where they are used anyway. Avoids misleading entries in unusedcode.easy. Change-Id: I2ce06ebca55998dc1df7df1f40b08b496adfbc64
-
Michael Stahl yazdı
Thanks again to Alex Thurgood, who doesn't have much luck this week :) Change-Id: I0e902f6994b07fb277b3561fa5bfc8662e954202
-
Fridrich Štrba yazdı
Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
-
László Németh yazdı
Change-Id: I08962578e5d41637e78c91f5df45e518893c82e5
-
Stephan Bergmann yazdı
This reverts commit a95cce27, it lead to live- lock in JunitTest_sc_unoapi, where SvxBoxItem::Create (editeng/source/items/frmitems.cxx) failed to break out of the while(true) loop, apparently because it kept reading past the end of rStrm, so cLine wouldn't be updated. (That code would need to be made more robust, but I do not know how best to flag errors from SvxBoxItem::Create?) What looks suspicious about the changes of a95cce27 at least to editeng/source/items/frmitems.cxx is that it changes the stream's format, now reading/writing a 16 bit value where it previously read/wrote an 8 bit value (SvStream /does/ support sal_Int8, btw). Change-Id: I1a46746559dcf8e1ea8be63a9a0cf2d32ccc69a1
-
Bjoern Michaelsen yazdı
Change-Id: I4f6e76347c5c9b5c67a09b8c3dcd1b1708e8e703
-
Bjoern Michaelsen yazdı
Change-Id: I37635f9bd86d194b303705a58d81502d7d586692
-
Ariel Constenla-Haile yazdı
Patch by: Tsutomu Uchino Review by: arielch (cherry picked from commit 6970569c) Conflicts: offapi/com/sun/star/style/NumberingType.idl Change-Id: I9375377c4fb15f871beb46ae96b107bb1296b6b6
-
Luboš Luňák yazdı
MSVC gives: C:/PROGRA~2/MICROS~2.0/VC/include\vector(1544) : error C2825: '_Alloc': must be a class or namespace when followed by '::' C:/PROGRA~2/MICROS~2.0/VC/include\vector(1589) : see reference to class template instantiation 'std::_Vb_iter_base<_Alloc>' being compiled with [ _Alloc=ScDPResultFilterSet::MemberNode * ] C:/cygwin/home/tinderbox/master-build/sc/source/core/data/dpresfilter.cxx(147) : see reference to class template instantiation 'std::_Vb_reference<_Alloc>' being compiled with [ _Alloc=ScDPResultFilterSet::MemberNode * ] Change-Id: I394f861aa29a8b6e43ea92447215a7868955555a
-
Miklos Vajna yazdı
Change-Id: I7fa8e697537ce8eb915da00920bf6882603b115a
-
Herbert Dürr yazdı
(cherry picked from commit b0a0253e) Conflicts: vcl/source/window/window.cxx Change-Id: I8330b7361dfdd9f291babb2e49d59ddeb91f5e35
-
Marcos Paulo de Souza yazdı
Change-Id: I21e91ab136c944c6dc77a90500b1bcebbf7cf851 Reviewed-on: https://gerrit.libreoffice.org/3473Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
jorendc yazdı
Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1 Reviewed-on: https://gerrit.libreoffice.org/3376Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c
-
Tor Lillqvist yazdı
Change-Id: I6af17a7745f4de88b4933e93b77eda1050760794
-