- 02 Ara, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Id2ed21b397a3f56413c344dcf9211ab64a939286
-
Stephan Bergmann yazdı
Change-Id: I4f07c7c61d324a85f9f5dee0f25a7358facebd41
-
Stephan Bergmann yazdı
Change-Id: I9ed8586e8b77b009d55e411fdaa863eefc38b1c2
-
Noel Grandin yazdı
This reverts commit 7e9bdfe6. Seems to be causing problems for people using 'ssh -X'. I suspect that it has something to do with PaintHelper's destructor.
-
Miklos Vajna yazdı
These can be sort of arbitrary key-value pairs around one or multiple runs, handle the following subset: - when they appear at a paragraph context -> we assume they are annotations on the paragraph - when the smart tag's URI/element is RDF -> we map these to RDF metadata statements on paragraphs - when the attribute name's namespace is known, because in ODF we need to specify both a path and a type (namespace) for the RDF graph, and OOXML only provides a namespace As a start, recognize the TSCP BAF namespace from <https://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf>. Change-Id: Ib188b1395e7ec7e0441b4f12f86cfef99fb9f096
-
Miklos Vajna yazdı
Implementation was removed in 630ec711 (tdf#92925 Remove XPM export, 2015-12-01), this would only fail at runtime on the desktop when doing a dlopen(), but gets detected on Android at link-time. Change-Id: I0345c23ef52fb87c9d56bc54490ba0302fc08ac1
-
andreas kainz yazdı
transition would be finished for breeze Change-Id: Id159b09f7d62ca087a946e19b5568424bfe9ca0c Reviewed-on: https://gerrit.libreoffice.org/20345Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
Commit c91feb2f (fix Android build, 2015-12-02) was the right direction, but probably was a blind fix, so do the same at the remaining places as well. Change-Id: I49637fbb9ab848de7c465724387a8676d2d98de0
-
Miklos Vajna yazdı
Change-Id: I9d74642156d7bb79577671bae24346c75178c5c7
-
Tor Lillqvist yazdı
Change-Id: I79e065f0c68b149d2ef69f428d31e36e97a6098b
-
Stephan Bergmann yazdı
...since 5b4d4af3 "bin agg" Change-Id: If86d294f812a670917b181f3bd140883ad2df71d Reviewed-on: https://gerrit.libreoffice.org/20348Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Noel Grandin yazdı
Change-Id: I66b2ba5d8e419f6af5eb3f85f8c12effcdaf4d5e Reviewed-on: https://gerrit.libreoffice.org/20319Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
...when (non-negative) QueryOp enumerators LESS/GREATER_EQUAL are crammed into a 2-bit meOp bitfield, where enums are implictly signed for MSVC, so the values actually storable in the bitfield range from -2 to +1. The clang-cl warning would go away when fixing the underlying type of QueryOp as unsigned, but then GCC would start to emit "error: ‘ScLookupCache::QueryCriteria::meOp’ is too small to hold all values of ‘enum ScLookupCache::QueryOp’ [-Werror]." So don't bother with bitfields at all: For QueryCritera, for one there's a union member with a double and a pointer, so sizeof (QueryCriteria) will be twice the size of double anyway; and for another, MSVC doesn't combine bitfields of different type, so the bool members were separated from meOp anyway. For QueryKey the reason for a bitfield is even less clear cut, and it might only have been there so that comparing (negative!) values read out of QueryCritera::meOp compare equal to values read out of QueryKey::meOp under MSVC. Change-Id: I69fb068bea914c00a29001155218cb9f1b8f8a9a
-
Stephan Bergmann yazdı
...for now; workdir/UnpackedTarball/icu/source/tools/toolutil/Makefile invokes the compiler with a -DU_HOST=\"...\" argument, and apparently directly executes the compiler from CreateProcess, not going via a shell invocation for the recipe line. This confuses clang-cl for whatever reason, and for whatever other reason, forcing make to go via a shell invocation (by adding "true &&" into the recipe line) fixes it. Change-Id: I3757a8856f93228c19475b37f3037fa9519a426f
-
Stephan Bergmann yazdı
* Avoid errors about (somewhat different, but apparently in a way that MSVC doesn't care) redeclarations of system header stuff (and working around that with BOOST_USE_WINDOWS_H would lead to other problems). * Need the workaround for broken MSVC 2010 STL iterator taxonomy for clang-cl, too. Change-Id: I4f9c9b5cc8a19856cc409450aac1fb1baa5554c9
-
Stephan Bergmann yazdı
Change-Id: I819be5efb25632d26fe49a71dbc07fe16e4914b1
-
Stephan Bergmann yazdı
Change-Id: I23da54974f39da5fccb619d6fa68eff38e70f5a5
-
Stephan Bergmann yazdı
Change-Id: I0d24bcdfeb0d004607569da089c9f787a868da72
-
Stephan Bergmann yazdı
Change-Id: I596dc0e2306e7170e65c77a1635f88407272e6b1
-
Stephan Bergmann yazdı
Change-Id: I8e75b0ab2439592316fc0d871280a438e3ae2f1c
-
Stephan Bergmann yazdı
...like CreateMutexA redeclared in workdir/UnpackedTarball/boost\boost/thread/win32/thread_primitives.hpp. As such problematic Boost include files are apparently not included from LO-proper source files, only from external, it looks easiest to just silence that with BOOST_USE_WINDOWS_H here. Change-Id: Ia5ec2325934e6d7fdcf91e6faa2e671aee2091ae
-
Stephan Bergmann yazdı
Change-Id: I068ff0ef2252409689c0c376ec41bdd97b4567cc
-
Stephan Bergmann yazdı
...included via external/poppler/poppler-snprintf.patch.1 Change-Id: Ibe20452e7da4995ca33c97dd99dc441060e73894
-
Stephan Bergmann yazdı
...with the executable specified in the first arg, instead of as part of the second arg (i.e., the command line) Change-Id: Ie6e232f6880b5bfbb91a52ee5398b91a0ccddc4d
-
Stephan Bergmann yazdı
...which happens to be passed in when building external/poppler with clang-cl Change-Id: I2c17bec316081a0cdc789a84bb1447acf5e893c0
-
Stephan Bergmann yazdı
...as in com_GCC_defs.mk Change-Id: Ic086a6f08945698cd35a312f98491cba403b9582
-
Stephan Bergmann yazdı
...where plain operator new/delete are reportedly predefined (cf. <www.geoffchappell.com/studies/msvc/language/predefined/index.html>) without any exception specs, then redeclared in C:/PROGRA~2/MICROS~1.0/VC/include/new with exception specs that are ignored by MSVC (so it presumably doesn't even complain about the mismatching redeclarations, just effectively ignores them); and array operator new/delete are declared in C:/PROGRA~2/MICROS~1.0/VC/include/crtdbg.h without any exception specs. clang-cl would warn about those inconsistencies. Change-Id: I4dd15e4cfcedc3de5e8617b43769b5371cafa71f
-
Stephan Bergmann yazdı
Appart from the by-design type-punned use in CreateWindowEx, m_uID is (only) used in a call to MAKEWPARAM (to create a WPARAM to pass into a SendMessage call), so the most realistic type to use seems to be WORD. And CHatchWindow::Init is only called with a value of 2000 (from docholder.cxx), anyway. Change-Id: I4b6554d1ca9bb3926378c9e25a5473609f5951c5
-
Stephan Bergmann yazdı
...but, according to the 'Doesn't exist for VSE' comment, apparently rather on the compiler version installed Change-Id: I49a87fa55facee8ee66e2b44d7090d06fb104b89
-
Stephan Bergmann yazdı
...which doesn't support the cl PCH cmd line args yet Change-Id: I0a5a4d6c82138992c6e40b5958a41a7fa0be88ac
-
Stephan Bergmann yazdı
Change-Id: Ia42d39f04b22986d3fd873655b48dc31d834caee
-
Stephan Bergmann yazdı
Change-Id: I1023779749c3ce114d637a39a72bc9038324f01d
-
Stephan Bergmann yazdı
Change-Id: I4a4a7c4a1596837c2f221d856228d7d26482ede3
-
Stephan Bergmann yazdı
Change-Id: I2bfa87abd111faf414d2603025d3613f7e0ae104
-
Stephan Bergmann yazdı
Change-Id: I85df6250d4cae3dd6bd516f2086af7efcf2cd562
-
Stephan Bergmann yazdı
Change-Id: I30d09560bf948c2659f479ef55b58a2007fcbc1b
-
Stephan Bergmann yazdı
Change-Id: Id94279d0086bc29569783f4e0b5d975be162e823
-
Stephan Bergmann yazdı
Change-Id: I820ea4b3efc51a0464470a8a53d022602d635c81
-
Stephan Bergmann yazdı
Change-Id: Icf15313f5bcacbe9c7efa0b4161929dbb3e39c1e
-
Noel Grandin yazdı
after commit 630ec711 "tdf#92925 Remove XPM export" and commit 9027629b "tdf#92925 Remove RAS export" Change-Id: I2b4e078530462fbab58aa3ce0e841d25437280f2
-