- 22 Tem, 2013 27 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
(Is also needed for allocating sqlin data in prepared statement.) Change-Id: Id572ddbc582c709c8d361ca6e9a670fb8f2d2165
-
Andrzej J.R. Hunt yazdı
Change-Id: I69ea81a66decb817d5962206e4a6c30537bce02c
-
Thorsten Behrens yazdı
Fixup for 074ef06c Change-Id: I5ceb153cda6112c4e8751ee0b63c19f442ccf18a
-
Tor Lillqvist yazdı
For some reason, GCC 4.7 targeting X86 in the Android NDK 8e complained about the fields in the "btrd" struct in the union in binomial_distribution (boost/random/binomial_distribution.hpp) maybe being uninitialized in a call to its copy constructor. So make sure these fields are initialized in all cases. Change-Id: Iebae5e130cd6ca6ef5c476c6b0366d57c0303c88
-
Tor Lillqvist yazdı
Change-Id: Ifab498ca7fe41aae19cc235a0ab8998827422b6c
-
Takeshi Abe yazdı
Change-Id: I2746b92b1360c3c181879a81f653c44ef609f351
-
Cédric Bosdonnat yazdı
...and that fixes the formatting of hyperlinks in docx Tableoof Illustrations. (cherry picked from commit c1fac434) (cherry picked from commit 49d077b8) Change-Id: I990f31a8c9d0d56f58b7b87e368010576d8c8c0d
-
Cédric Bosdonnat yazdı
Change-Id: I9ebc91d5f0e706dc1e316e0aa8494af7aec4da4e (cherry picked from commit 43f7bc96)
-
Marcos Paulo de Souza yazdı
Change-Id: I9ef7eb7a9c32153f0a886479f65678907969adc5 Reviewed-on: https://gerrit.libreoffice.org/5000Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Petr Mladek yazdı
Use versioned file name for Debian specific /usr/lib/menu/libreoffice. All the other files have been versioned for years when we did this for RPMs. Heh, nobody noticed this with DEBs because people were used to that conflict and did not complain ;-) Change-Id: I1195279ff4825ed9154cf497ff3cc702f7309b6a
-
Miklos Vajna yazdı
Change-Id: I6125dd018615bc7aa18bacc838ea602ccb0fabc1
-
Tor Lillqvist yazdı
The non-Bluetooth (TCP) code should not be inside Bluetooth conditionals. You can't put a flag like -Wno-error in a list of objects. (And besides, why would we want to disable -Werror like that, instead we should not introduce warnings in what is after all freshly written code;) This should fix the Android tinderbox build. Change-Id: Ia698031a9815bf938c5c2a29bf68dee68cae07fe
-
Fridrich Strba yazdı
It breaks "make check" This reverts commit d3cf6841 Change-Id: Iae8ef2a49a395e885aa8ab3658244836c9ce71c5 Reviewed-on: https://gerrit.libreoffice.org/5021Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Andrzej J.R. Hunt yazdı
Change-Id: I07e9af5e049d58dc794cad4481a2f4e2b1fe547d
-
Andrzej J.R. Hunt yazdı
Change-Id: Ie2ed26110c944c27f767d818139d8526e278f33d
-
Andrzej J.R. Hunt yazdı
Internally firebird uses blr_* types -- we encounter these values e.g. when retrieving column metadata within RDB$FIELD_TYPE. These can be converted to the firebird SQL_* types for use within the rest of the driver as appropriate. Change-Id: If9a9bc3c58d99a2f61f52faef6316e2d3451af1a
-
Andrzej J.R. Hunt yazdı
Change-Id: Iff9baf31ce06a71c6c460a7689c7bac817370b27
-
Andrzej J.R. Hunt yazdı
Change-Id: I2e3068bf46555fea63c62bc1abc8a467c588a8b5
-
Andrzej J.R. Hunt yazdı
Change-Id: I210ff31a69c7dc1d5bc3478d6494ad3c0959904f
-
Miklos Vajna yazdı
Change-Id: I65984af5e28c8a0250105b34c4bc7b1abf9ce3c7
-
Miklos Vajna yazdı
Change-Id: Ic8e4cb30acff734e6860dfc9bb31e836d2ecd32d
-
Miklos Vajna yazdı
One element is pushed to that stack in the constructor, so calling top() on it always OK, as long as we check during pop() that the stack won't be empty. Change-Id: I010bd77897ab2a3684e7d9c5c0450e7bda626fc0
-
Tor Lillqvist yazdı
Change-Id: I8ece7b989c330123a5df73f763a4b5fefefcf0cc
-
Fridrich Štrba yazdı
Since the vcllo.dll links already the shell32.dll because of its symbol SHAddToRecentDocs, no need to increase reference of that library. Just get the module handle. Moreover, a mere presence of the symbol SHGetPropertyStoreForWindow in shell32.dll indicates that we are running at least on Windows 7 or Windows Server 2008 R2. There is thus no need to check for the library version. Change-Id: I9ddfb8407fd805faf588779ac5fa8c10a0ae8898 Reviewed-on: https://gerrit.libreoffice.org/5016Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Mark Wielaard yazdı
Commit e5e4c54d changed "." to a constant, but the wrong one. Should have been FPH_CHAR_DOT, not FPH_CHAR_PATH_SEPARATOR. Change-Id: I041f6507947f1631f0af133bff0fa3270313391a Reviewed-on: https://gerrit.libreoffice.org/5001Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Julien Nabet yazdı
Change-Id: Ibe9babbe8610bf70a80b819e21d24c6572436092 Reviewed-on: https://gerrit.libreoffice.org/5015Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Marcos Paulo de Souza yazdı
Change-Id: Ife984f60344fe41501c9e17b10dab256e14fe9e6 Reviewed-on: https://gerrit.libreoffice.org/5017Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
- 21 Tem, 2013 13 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Untestable as we currently can't write blobs and therefore don't have any way of reading blobs. Change-Id: I7226bf89ec014c796279ce8075f1b82f36c3b7b1
-
Andrzej J.R. Hunt yazdı
Change-Id: Iebb80168ec6fb941ca936834ed2275a598dff55e
-
Andrzej J.R. Hunt yazdı
Change-Id: I0a16d5a97a25a95b61b1fd11cf276b72d7dad7c5
-
Andrzej J.R. Hunt yazdı
Change-Id: I504283d4ba83df1d8e5da7bee180ba181c651bb4
-
Andrzej J.R. Hunt yazdı
Change-Id: I5212105c14619000a177433ad0326cae6bec3a6c
-
Andrzej J.R. Hunt yazdı
Change-Id: If9406f409a31a00a530b2f458293f3836e178c8e
-
Andrzej J.R. Hunt yazdı
Change-Id: I81660c16a0d05b6800c96b636114664cff8ab5fb
-
Andrzej J.R. Hunt yazdı
Change-Id: I9dd13540242f6f641f64c44a7121547e0c75c32c
-
Julien Nabet yazdı
Change-Id: I141182634e446745be6180702c703a85dac26552
-
Siqi LIU yazdı
Change-Id: I33d856c5654cedb0d6bf437bf4653fac8830369c
-
Julien Nabet yazdı
Change-Id: I7bb315c607225775571f3feeee9c44f2190449f3
-
Julien Nabet yazdı
Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7
-
Khaled Hosny yazdı
Change-Id: Ie9f5bfaa8230f97cbce1c26ef4bb86ae8e248d5e
-