- 03 Eki, 2015 5 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: Icde566ef79dc4ed8cb67a89c743f0a6c1b3c8f14
-
Caolán McNamara yazdı
Change-Id: I4f4563b07109df7e2288458cf8adda37582262cf
-
Caolán McNamara yazdı
Change-Id: I22be90d7c54b1118f81337bd9e1d97ba3a1fd86e
-
Markus Mohrhard yazdı
This seems to give about 10% performance improvements in some calc cell calculations. Change-Id: Ibd91558b3c107e4c8e1401345c9332f97645453e
-
Eike Rathke yazdı
In preparation of matrix calculations to use string conversion configuration and UI markers for cells containing strings that could be numeric values. Change-Id: Ifa9e45853dded249fa741c050ae1f106365f99ea
-
- 02 Eki, 2015 35 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I1983ea770e48c67a3af054c976460dd4e13a8933
-
Michael Stahl yazdı
Change-Id: I46bdab6995676c89f353caa3b0cf359f3aa10151
-
Michael Stahl yazdı
Change-Id: Ib3dbe824bd4e747981b69851c6186fd57402ed23
-
Michael Stahl yazdı
Change-Id: I5add8d2644bf9cc0a4a48b86028da6c44844d715
-
Michael Stahl yazdı
Change-Id: Ia9fa057971024f4af7d1ab8212412731b64728d7
-
Caolán McNamara yazdı
Change-Id: I36f9439e417b380bd3f999c02c55c29337796002
-
Stephan Bergmann yazdı
Change-Id: I4701ecd6be7dae64994397007fe13f30b6d7f64f
-
Douglas Mencken yazdı
Change-Id: I0f4e31af807ea3a7771db81f1514a7ebdd1f7f7e Reviewed-on: https://gerrit.libreoffice.org/19101Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Takeshi Abe yazdı
Change-Id: I5b929a462f8084105ba6254e53e9d5bfa0a96c79 Reviewed-on: https://gerrit.libreoffice.org/19096Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Luc Castermans yazdı
Change-Id: I463d88aac31765b989bdae9db57c2f9933f390f3 Reviewed-on: https://gerrit.libreoffice.org/18886Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
bureken yazdı
Change-Id: I27ed3c3fb826e7ce63b0bc12f7d17e18b21c9949 Reviewed-on: https://gerrit.libreoffice.org/19071Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
original tdf#66141 continues to not fail with this modification, but hopefully contains sufficient wriggle room to verify if relaxing this has an effect on the report of continued misplacement of caption text in a private RH document Change-Id: Ic1a339619912127009e760aa2ade9f29a545f7ec
-
Jan-Marek Glogowski yazdı
So "grep -v" returns != 0, if your input or output file is empty. which breaks the Jenkins build, because Jenkins runs scripts with -xe per default. The "strip comments" grep currently fails for the empty file instsetoo_native/inc_openoffice/windows/msi_templates/components.txt Change-Id: I53a477702dbcc3c00c4a23263c3b402cb936250a
-
Michael Stahl yazdı
If the copied range starts with a not fully selected paragraph, the bookmarks that are copied will be created on the wrong paragraphs, on the node after the correct one. This also happens when hinding the redlines, and causes asserts from attempting to create CrossRefBookmarks on table nodes on WW8 export of fdo66302-1.odt and fdo66312-1.odt. Change-Id: Id576be3e38a89527d967f02b39d9aabbf6368354
-
Niklas Johansson yazdı
Non ASCII characters like åäö can be used as accelerator keys (Alt+<x>). This already works however at the moment it is not exposed properly to accessibility tools such as screen readers. After this patch at least NVDA gets information about accelerator keys that are non ascii. On Linux we need to adapt code in vcl/unx/atk/a11y/atkaction.cxx. There is also vcl/source/window/dlgctrl.cxx#Window::GetActivationKey should probably have similar treatment and I guess that it is related to accelerator keys in dialogs but I need to confirm that. I'm a bit unsure how to best do that so I'll save it for later. Change-Id: I1f1509a26d781011d217670266bd10b2107811d5 Reviewed-on: https://gerrit.libreoffice.org/19078Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I2dd58060c1f3c9f12356c4ab18a0c838e7cdd718
-
Caolán McNamara yazdı
Change-Id: Ic1c5be7794ff374c32a3c727d6233f69ea38c7aa
-
Miklos Vajna yazdı
Change-Id: Ic9023640c34c3d7efd00e2eb0894ed4d01109d8d
-
Miklos Vajna yazdı
Change-Id: Ia8c080ef50e1ddbfce17b5c5d357a240edea46f2
-
Miklos Vajna yazdı
Impress has tools Color that is wrapped in this primitive, then later drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D() converts it back to tools Color. Problem is that the primitive uses basegfx BColor, so the alpha channel is lost. Add member and API to survive this roundtrip. Change-Id: I940e60f6e352022306abac3223636d19dd859355
-
Stephan Bergmann yazdı
Change-Id: I9ca369fb5dcb4210db6740eac577e9144b288005
-
Miklos Vajna yazdı
Change-Id: Idbeadeaebf85c9de84d6fafe4d140c77907c0eeb
-
Stephan Bergmann yazdı
Change-Id: I87922fb64dda54f245954d6c5eb3b244812ceaf0
-
Stephan Bergmann yazdı
...which broke all the stock /bin shells to no longer pass through any DYLD_* environment variables, so the DYLD_LIBRARY_PATH passed into the firebird Make would not be passed to all the places that need it (to find the external/icu libraries that some executables link against which are built and run as part of building firebird). What works with two little tweaks is to build your own bash and pass it to make with SHELL=...: * For one, there is an empbuild executable that uses system(...) to call another isql executable, where the latter needs DYLD_LIBRARY_PATH set, but which would not pass through the system(...) call (which implicityl uses /bin/sh). * For another, it is still necessary to invoke Firebird's make with an explicit SHELL=$(SHELL), for reasons that are not entirely clear to me. (There are some Makefile.in in Firebird's extern/ sub-tree that set "SHELL = @SHELL@" to configure's CONFIG_SHELL, unless overriden via an explicit command line arguemnt, but I don't think those are relevant here.) Change-Id: I1e68faa898e758f09efb602d96fd6b35657e0480
-
Justin Luth yazdı
When replacing a selection with an autocorrect character (like space, *, _) in Writer, the undo/redo remark was "Insert $1" on Linux/Mac. Change-Id: I2e7be035ec1cc107458cc30c14174a22fa31c075 Reviewed-on: https://gerrit.libreoffice.org/19069Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Szymon Kłos yazdı
Change-Id: Iabcf17b71b3fe06a25bb7b0e7f3aa65ad0663e69 Reviewed-on: https://gerrit.libreoffice.org/19085Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I69dfd6747e37ddb1727dd41b99d1b70eaed83425
-
Caolán McNamara yazdı
Change-Id: Iabdb057fb2dc05cfb8c98864dc5109360b50633a
-
Caolán McNamara yazdı
revert xmloff portion of commit 35e68754 Author: Noel Grandin <noel@peralex.com> Date: Thu Oct 1 15:10:56 2015 +0200 loplugin:unusedmethods Change-Id: I3d6f1300f4fae2af9e580d1d3b2c2c80fa9e9268 Reviewed-on: https://gerrit.libreoffice.org/19075Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com> Change-Id: I24aa3f113a77d93c789b063b3c099bf2038e1dad
-
Tor Lillqvist yazdı
Was not liked. This reverts commit e4ddba2b. This reverts commit ab092bdc. Change-Id: If2e9e032a135530da92b5bd166f5b559b10b0b91
-
Stephan Bergmann yazdı
...this is a follow-up to efad388f "Clean up Make SHELL handling," which broke out-of-tree builds. There appears to be no good reason at all to fiddle with Make's own behavior of determining its SHELL variable (which defaults to /bin/sh and can be overridden via a SHELL=... command line argument when invoking Make). The SHELL_BASH fiddling in configure.ac and Makefile.in was probably cargo cult carried along ever since 815f157c "CWS-TOOLING: integrate CWS configuretoplevel," in a time when the OOo build system still defaulted to tcsh. Change-Id: If906164abb6aae649ce8088d945a40213deed361 Reviewed-on: https://gerrit.libreoffice.org/19093Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Samuel Mehrbrodt yazdı
Change-Id: I9b8d67540f646e7da59e35303bf75cc43367f2c3 Reviewed-on: https://gerrit.libreoffice.org/19092Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Stephan Bergmann yazdı
* In configure.ac, honour a preset SHELL_BASH when determining SHELL_BASH (so it can be passed in via autogen.input). * For both toplevel "make" and per-module "cd $module && make", consistenly use the SHELL_BASH determined in configure.ac as the Make SHELL. (By moving the setting to a new, common soleng/gbuild/shell.mk. This also exports SHELL as an environment variable to sub-processes now; this exporting can probably be reverted if it is not what is actually wanted---but note that this exporting of an environment variable to sub-processes is unrelated to how nested invocations of $(MAKE) obtain their Make SHELL setting, see below.) * Remove the gb_SHELL override feature from solenv/gbuild/gbuild.mk; for one, it is unclear how it was intended to interact with setting SHELL=@SHELL_BASH@ in the toplevel Makefile; for another, overriding SHELL can be done globally via setting SHELL_BASH in autogen.input now. * Make treats SHELL specially, in that it never uses the SHELL environment variable to determine the Make SHELL variable. Instead, if this Make invocation, or any outer Make invocation it is nested in via calls of $(MAKE), was called with a SHELL=... command line argument, then that value is used (and otherwise the default is hardwired as /bin/sh). So, when calling nested invocations of $(MAKE) from the toplevel Makefile, pass down the current SHELL value via a SHELL=... command line argument via GMAKE_OPTIONS. (And further nested invocations of $(MAKE) will then automatically inherit the SHELL value given on the outer invocation's command line.) Change-Id: I67fa1b88e4e90d09456c1fcad2d082fdce3c019b
-
Andrea Gelmini yazdı
Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3 Reviewed-on: https://gerrit.libreoffice.org/18939Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Andrea Gelmini yazdı
Change-Id: I51ed2ccb06ba4ced15cd0b8e23e59a9609f07e93 Reviewed-on: https://gerrit.libreoffice.org/18961Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-