- 05 Kas, 2015 5 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I2b592fd3327f4bbe4685e84711dc9d6f19222a97
-
tagezi yazdı
Project: help 26baeac2ca9254e6adf82b174943e2c2e9d5b2db added the attribute localize="false" for simpress and swriter added the attribute localize="false" in paragraphs for simpress and swriter modules which does not need translation Change-Id: Ice6556863c4e816b5b2cb3bd279011c0b9c9e889 Reviewed-on: https://gerrit.libreoffice.org/19746Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
tagezi yazdı
Project: help 315ee49055a14877fc040238050d4a4ff106fb03 added the attribute localize="false" in paragraphs for shared and scalc added the attribute localize="false" in paragraphs for shared and scalc modules which does not need translation Change-Id: I622d9032ff6e3bc3415b0012aaac0b29ae8e947c Reviewed-on: https://gerrit.libreoffice.org/19749Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
tagezi yazdı
Project: help d314ff942ad68104e007cc2637f338917ed4f032 added the attribute localize="false" for shared added the attribute localize="false" in paragraphs for the shared module which does not need translation Change-Id: Id8ff97a33a488c17411162919afa2b46192ab9ca Reviewed-on: https://gerrit.libreoffice.org/19748Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
tagezi yazdı
Project: help b645686c03bd35e7b0fb413af3f94301f7ce8dca added the attribute localize="false" for scalc added the attribute localize="false" in paragraphs for the scalc module which does not need translation Change-Id: I570449bfed68368a77ebbfcbd641eaffeff7d57d Reviewed-on: https://gerrit.libreoffice.org/19747Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
- 04 Kas, 2015 35 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
- this creates a set of static html-meta-redirect-pages linking the UNO implementation name to its C++ class, while doing a clang compile from scratch - the output is written to $(WORKDIR)/ServiceImplementations - still quite some corner cases missing, e.g: - anonymous namespaces - non-trivial getImplementationName() functions Change-Id: I19a0e8a3901277dc3811eb428cac9d00737f14a9
-
Stephan Bergmann yazdı
Change-Id: I6a9c957c0c4dac16365d269e57c30210619d23c9
-
Maxim Monastirsky yazdı
Change-Id: Ia640b9bc044a8445751f0ebad7f027466c352d1f
-
Stephan Bergmann yazdı
FindBugs' FE.FE_FLOATING_POINT_EQUALITY is about double value inaccuracies, not about NaN or negative zero (which is the topic of java.lang.Double.equals vs. ==). Reuse existing qa.TestCaseOldAPI.approxEqual method, moved to util.utils. Change-Id: I65f7bb1faf921e1c4035bb96aeff1eaf2cfb3153
-
jan iversen yazdı
Coverity requires that allocated objects (use of new) are directly release, by foo = null; The gc will do this automatically at some point in time, so this will simply release the resource a bit earlier, which can save problems if the function is called in a tight loop. Updated to add close() before clearing the variable, this would normally be done by gc, but now a bit earlier. The assignment to null is not needed specifically, but Coverity calls it a leak if not assigned. Forgot .close(); Change-Id: Id273e7f36778c1691b260d28e741c6e32148c9d9
-
Stephan Bergmann yazdı
Change-Id: Ide8817aff3a6b5d07b56b54cecb36f7dc1407743
-
Caolán McNamara yazdı
Change-Id: I8a0b657942cbe3de559a6b115fad2229490f8985
-
Michael Stahl yazdı
The goal is to avoid build breakage by pkg-config or whatever helpfully putting default paths like -L/usr/lib64 into *_LIBS, which is entirely useless since ld searches there anyway but may override other -L that occur later on the command line for LO bundled externals. On a Fedora 22 system, at least these variales were affected: CLUCENE_LIBS FIREBIRD_LIBS KDE4_LIBS POSTGRESQL_LIB BOOST_LDFLAGS Change-Id: Ie55f65c3ae29a125f16871d95ad8b716abf5c982 Reviewed-on: https://gerrit.libreoffice.org/19784Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Albert Thuswaldner yazdı
Change-Id: I18b1c0384d996fc9a8637c86a439185ae3964fd0 Reviewed-on: https://gerrit.libreoffice.org/19416Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tobias Lippert yazdı
The document which is attached to the ticket runs into an infinite loop because GetLineNr() does not increase since only dummy lines are added during formatting. Change-Id: I92689c776fe69bb6f62af26b577989db7f34de43 Reviewed-on: https://gerrit.libreoffice.org/18896Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Niklas Johansson yazdı
It seems that number recognition in tables are not working properly enter 10-10-10 and it should be converted to a date but it is not. I tracked it down to the fix of bug fdo#32082. It looks like bSetNumFmt was changed to false by mistake. Since then it has changed name to bSetNumFormat. From what I can tell fdo#32082 still works after this patch, but I might have missed some nuance of that bug report. Added two tests, one for the bug mentioned above and one to check that number recognition is working. At least with a simple date. Change-Id: Id58849a223eb602054c66c7379cd56a68a93dea2 Reviewed-on: https://gerrit.libreoffice.org/19563Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Stahl yazdı
http://fpaste.org/285206/ has minimized reproducer Change-Id: I898dfe0c3246a4ee2b093559530db5446d31e8bc Reviewed-on: https://gerrit.libreoffice.org/19692Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tsutomu Uchino yazdı
(cherry picked from commit a17388ff) Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa
-
Damjan Jovanovic yazdı
StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However there are exclusion to the truncation behaviour when the file is opened in append mode or is a binary file. Another exclusion - that was missing with disasterous consequences - is that the file should not be truncated when opened in random access mode. (cherry picked from commit 72b2f07c) Change-Id: Ic0053039ce5fd67ad42bf5332ae301d83f1a158d
-
Caolán McNamara yazdı
instead of assuming they are in their final position when the top level dialog resizes. Cause there's a timer/idle involved so the final position isn't known yet Change-Id: I713e938b0e275f181514315cb4ce4531f36191ca
-
Caolán McNamara yazdı
Change-Id: I82350eab9ccfa331ada54a26f257d22bfcf6c8d8
-
Caolán McNamara yazdı
Change-Id: Ib17eb78f4790880945a82ecff54d94528993bb22
-
Caolán McNamara yazdı
Change-Id: If684189efc0ebba70c283f18ee8bd95b63be3557
-
Caolán McNamara yazdı
Change-Id: I9cf946c24ad867ce5f2a2a476dbd1d9df473c1aa
-
Caolán McNamara yazdı
Change-Id: I85d82f2c0a1c0ef8c123d9ba1a197e06cd76b92c
-
Caolán McNamara yazdı
Change-Id: I76bb111d01cfbb72b707cedc3706d02922991dc7
-
Caolán McNamara yazdı
Change-Id: I6923585dae30fb1fb2b0a7ce1a2d9d104b42ebc7
-
Caolán McNamara yazdı
Change-Id: I250a03387dd714d844019b363e3be1f2e2ed6a20
-
Caolán McNamara yazdı
Change-Id: I0623ecb8e9737e117f3db183d5aee7be5a405abf
-
Caolán McNamara yazdı
and coverity#1326561 Dereference before null check Change-Id: I53d1e99ee05dd8d32a7fadc870344391647f3b9d
-
Caolán McNamara yazdı
Change-Id: I0438dba50a9842e67ebeef872e27e6006871020f
-
Caolán McNamara yazdı
Change-Id: Id0ed896b36293703c39d61cad6d74871ef16a806
-
Caolán McNamara yazdı
Change-Id: I85a469a482ab0d7c1f897dd8f9fb809f1e55a7c2
-
Caolán McNamara yazdı
Change-Id: I8a5418907570a53c2aaf88fc20458559b5bbf40e
-
Caolán McNamara yazdı
Change-Id: I2f91ca0876e52a2480a2d6a3098f570b32e7d07a
-
Caolán McNamara yazdı
Change-Id: Icca5032f27a25e3e67e821aa338c428687249ba2
-
Caolán McNamara yazdı
Change-Id: I1fd9d122f2bde1db9101e937999d75ac19cc4dfb
-
Caolán McNamara yazdı
Change-Id: I26d5a42cd52b442cc5ba9947b39508f4695adffa
-
Caolán McNamara yazdı
Change-Id: I05e24d706679ae8e17fb382837e4edfe69e3b96d
-
Caolán McNamara yazdı
Change-Id: I9c36aa362e58de724c63b9d23334eabfc973ee42
-