- 12 Eki, 2015 7 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Icbb873c4ac15ef146b126b97f45eabdc53cd4c1a
-
Noel Grandin yazdı
Change-Id: I555e3db911a97e798ce9f10c76d7fe187ea550a7
-
Miklos Vajna yazdı
FormatObjsAtFrm() returns false, indicating that the result is not perfect, and the caller hopes that formatting all children of the frame again will help. Make sure that in case that assumption turns out to be false, we at least do not loop. The loop limit is enough to make the original i#43771 bugdoc still laid out properly. Change-Id: Ife9bd99a628a72edb922d04e05081971b6adf340
-
Noel Grandin yazdı
Change-Id: Ib9a493af0f64c5f3eb50f392805c3278ed2164a0 Reviewed-on: https://gerrit.libreoffice.org/19304Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I037feb335499629300309851dcda3bb661f03d4f Reviewed-on: https://gerrit.libreoffice.org/19316Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Julien Nabet yazdı
Declare PostgreSql in dsn stuff Change-Id: I72343bff0d5e6a65a45fc47cc1d346155330f1e5 Reviewed-on: https://gerrit.libreoffice.org/19310Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Christian Lohmaier yazdı
scanelf -T android/source/obj/local/x86/liblo-native-code.so TYPE TEXTRELS FILE liblo-native-code.so: (memory/data?) [0x30E35B6] in (optimized out: previous OPENSSL_rdtsc) [0x30E35B0] liblo-native-code.so: (memory/data?) [0x30E35D2] in (optimized out: previous OPENSSL_instrument_halt) [0x30E35D0] liblo-native-code.so: (memory/data?) [0x30E3646] in (optimized out: previous OPENSSL_wipe_cpu) [0x30E3640] liblo-native-code.so: (memory/data?) [0x30E494C] in (optimized out: previous sha1_block_data_order) [0x30E4940] liblo-native-code.so: (memory/data?) [0x30E79BA] in (optimized out: previous sha512_block_data_order) [0x30E7980] liblo-native-code.so: (memory/data?) [0x30EB7B2] in (optimized out: previous AES_encrypt) [0x30EB780] liblo-native-code.so: (memory/data?) [0x30ECDF2] in (optimized out: previous AES_decrypt) [0x30ECDC0] liblo-native-code.so: (memory/data?) [0x30ECE89] in (optimized out: previous AES_cbc_encrypt) [0x30ECE70] ET_DYN android/source/obj/local/x86/liblo-native-code.so with target level 22 it is only a warning: W/linker: /mnt/asec/org.documentfoundation.libreoffice-1/lib/x86/liblo-native-code.so has text relocations. This is wasting memory and prevents security hardening. Please fix. with target level 23 it is java.lang.UnsatisfiedLinkError Change-Id: Ia55c75c46a64854e46aab3329fef3e9b522a5ba2
-
- 11 Eki, 2015 12 kayıt (commit)
-
-
Caolán McNamara yazdı
e.g. kde323651-1.pptx etc Change-Id: I59319733902a0c1298094bc1541d763938334ad4
-
Caolán McNamara yazdı
Change-Id: I3b57f50b09d491bd1b021eb95587becbd3f169a2
-
Christian Lohmaier yazdı
the default Impress templates also make use of it, so not having it only displays white background... Change-Id: I34ffab7389fce60941fd926673a4999d40c50190
-
Christian Lohmaier yazdı
will likely also lose the current directory, but much better than crashing. Change-Id: I9ce20e1954a6f58325413046e258ded75b6c8848
-
Tor Lillqvist yazdı
"Is the mutex really necessary? Normally outside of the chart OpenGL only the thread that has taken the SolarMutex should access the OpenGL code. In general we have bigger problems if several threads start rendering in parallel." Change-Id: I5f8fa8c771d5e2e0df4cfe903b15d00e5cc162b1
-
Caolán McNamara yazdı
Change-Id: Ia9b95232f14b2a6f5c06c0720a91f44217f5c80c
-
Julien Nabet yazdı
Change-Id: I93b65c89cc7475460e0e7339f939cc058f36f0da
-
Giuseppe Castagno yazdı
Added a Windows API missing error. The error added: ERROR_CANT_ACCESS_FILE returned when a file cannot be accessed by the system. Mapped to existent osl_File_E_.... for compatibility. Change-Id: Ia68cdf761a62db8960b143a69ccfa3e12fc6eac5 Reviewed-on: https://gerrit.libreoffice.org/19270Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Daniel Robertson yazdı
Replace boost::bind with C++11 lambdas Change-Id: I13c500d085e6b8e80b2c067139db4ed0fffb2c71 Reviewed-on: https://gerrit.libreoffice.org/19299Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Daniel Robertson yazdı
Replace simple while loops with range-based for-loops when apropriate. There should be no side effects due to this change. Change-Id: I0c39d4c10c991354248e864a09333144974c953c Reviewed-on: https://gerrit.libreoffice.org/19281Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Christian Lohmaier yazdı
using AssetsManager in both java as well as native parts allows to handle files both with and without compression transparently Change-Id: If02f1159c498be7ea965fd9c217410722f2dca1f
-
Christian Lohmaier yazdı
move preparation tasks (creating assets/processing files) from the makefile into the gradle script This allows much easier integration into android-studio (just open android/source with android studio after running make to compile the native library) Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
-
- 10 Eki, 2015 14 kayıt (commit)
-
-
tagezi yazdı
Project: help 0b6f8089829c49f01e35ce7bb11d5e0e0dfc70f2 Added description COUNTIFS function func_countifs.xhp is new In func_averageifs.xhp and func_averageifs.xhp: added the link to COUNTIFS corrected some typos Change-Id: I2f9980d331bac807b1e1e03af24b5660c0081118 Reviewed-on: https://gerrit.libreoffice.org/19288Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Caolán McNamara yazdı
just zero the un-overwritten new entries Change-Id: Ifea1560a1c46ac5b10c04e6499c02e29a957191a
-
Slávek Banko yazdı
Change-Id: I00297726c1fc5ee8fd88f12f96befe2b2a4cf954 Reviewed-on: https://gerrit.libreoffice.org/19295Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
melikeyurtoglu yazdı
Reviewed on: https://gerrit.libreoffice.org/19290 Change-Id: I48b0488edc9462ec1c15188d0b5c893db529c0e7
-
Szymon Kłos yazdı
Change-Id: I74ebde5402ac385fe24cb5b4eb9a3ed9dcef2fe6
-
Szymon Kłos yazdı
Change-Id: I62e89700b158ace1edcf26384f4294ba0661444a
-
Rene Engelhard yazdı
Change-Id: I20aa0e6cea6626efb5f507a6dbbfb7e6149029ce
-
Markus Mohrhard yazdı
Change-Id: Ie280fa01dbe25287d01b7f36d152ee55ce5dbe07
-
Markus Mohrhard yazdı
Change-Id: I7ab991e94005665809ec52b8d4310209eb6ef75b
-
Markus Mohrhard yazdı
Change-Id: I6347a1466038afd625cf59ae2ee87cb4e2014aa0
-
Markus Mohrhard yazdı
Change-Id: I0cb9cdec33924e560b24744cc78d632025a189fc
-
Caolán McNamara yazdı
so close all open frames, not just the active one and send events to the first discovered visible window and not the focus window Change-Id: I7339bc6743cd3106ceddea049136796121819eb3
-
Caolán McNamara yazdı
uninitialized memory warnings on --convert-to pdf of ooo115771-3.doc Change-Id: I2dac6fe29d23d6e25c2f1d1511886d8b585e498c
-
Adolfo Jayme Barrientos yazdı
Project: help a52136a62f56c0ed327eeaa547098134a4f2fca8 “Selects to” → “Select to” I think those awkward “selects to [do something]” were actually intended to be “elects to [do something]”. But I changed those occurrences to read “[You] Select [in order] to [effect a change in something]” instead. Change-Id: I4aa6bca614023f0b9a5413208bcdbe113babef4e
-
- 09 Eki, 2015 7 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I65e4d4df9b75304096ec51e07f5985023ad3071c
-
Douglas Mencken yazdı
This fixes build errors like "macro (...) passed 2 arguments, but takes just 1" The reason is a conflict between tolower() etc. as a set of functions from <ios> and a hacky fix in Python's include pyport.h which tries to undefine tolower() and then redefine it Change-Id: I82e5ac19b70912d09d5e3a34c93eddc08cec9260 Reviewed-on: https://gerrit.libreoffice.org/19082Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Albert Thuswaldner yazdı
Change-Id: Ie40fdafe89d2feed45306b50a358a02b077ceb52 Reviewed-on: https://gerrit.libreoffice.org/19287Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Rene Engelhard yazdı
Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4
-
Markus Mohrhard yazdı
Change-Id: I28f4895814d9fc419274de5681efa535e815f822
-
Markus Mohrhard yazdı
This is a much better approach than my old one that tried to use the correct XModel with the chart sidebar. Now everytime we leave the chart edit mdoe we destroy the chart sidebar panels and recreate them when we go back to chart edit mode. As a result we no longer need to have worry that much about using the correct ChartModel and about the lifecycle of the ChartModel. Change-Id: Ie85ad82968e20a81f059d4bd930a83a70da35fc9
-
Markus Mohrhard yazdı
Change-Id: I6fc8a928374de48910395685b500ba95e8621d39
-