- 10 Mar, 2015 9 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
There are use cases when it is useful to disable animations (using LO in remote display when the bandwidth is limited). This adds an option that will allow to disable all animations. Currently only animation when copying cells in Calc (dashed border overlay) uses this option. Change-Id: Ia8cd3783140428e921c3151c2f462d3862440edd
-
Tomaž Vajngerl yazdı
Change-Id: Iee31413c1ded4fbda8227e88d09a1f917f18ca5d
-
Tomaž Vajngerl yazdı
Change-Id: Ibd4364f7d30f098df49537c6a6a01915bfa31b8d
-
Tomaž Vajngerl yazdı
Change-Id: I71632990601bfc21ae2e6ba5c640f1dd3e6c1ee5
-
Tomaž Vajngerl yazdı
Change-Id: I4c479f0581e5fde7c3c2c21dcb2a88a2039e09ba
-
Tomaž Vajngerl yazdı
Change-Id: I425005534b9b73c3450112fd9a30035985cc38e1
-
Markus Mohrhard yazdı
Change-Id: Id884a4c90c24b38a1dd22a41d271dcc551b59adc
-
Markus Mohrhard yazdı
Change-Id: I4052c6f1e5dde71ce4cede1ec9a313f461861d71
-
Markus Mohrhard yazdı
Change-Id: Ie9d303a7200cf2a6bfd8c0f5f547cfffccaa0444
-
- 09 Mar, 2015 31 kayıt (commit)
-
-
Michael Stahl yazdı
There does not appear to be a good reason why searchBackward() needs to call transliterate() on the entire passed string, so don't do that, as in the previous commit for the other direction. Change-Id: Iadfca806da89bf8825e5a3df7fcad64ea08d7f9c
-
Michael Stahl yazdı
There does not appear to be a good reason why searchForward() needs to call transliterate() on the entire passed string. Restricting it to the passed range speeds it up from 104 billion to 0.19 billion callgrind cycles when built with GCC 4.9.2 -m32 -Os. Change-Id: I440f16c34f38659b64f1eb60c50f0e414e3dfee8
-
Caolán McNamara yazdı
Change-Id: Id8cd45d2844c121f63684734ab3546c24a1aab32
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Łukasz Hryniuk yazdı
Add a functor MatOp and ScMatrix methods for scalar-matrix operations, both unary and binary. It can be used for operations which modify each element for the matrix (in constrast to accumulating ones, like ScGCD or ScAmpersand). Split method for addition and substraction into two methods for consistency and simplicity. Change-Id: Ic040233429ee120ac325d7baf31a70bba232041d Reviewed-on: https://gerrit.libreoffice.org/14749Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Caolán McNamara yazdı
and coverity#1287399 Logically dead code regression from commit 5806a7ed Date: Mon Mar 2 09:36:39 2015 +0200 cppcheck: Variable is assigned a value that is never used Change-Id: Iaee21f8c120a09aaeed2f55da16a7ef83bea2b07
-
Caolán McNamara yazdı
Change-Id: I8fcda18101071db7dddc304c29e4130b04a70f89
-
Caolán McNamara yazdı
Change-Id: I960392401e1555954ac525059789873165ee42c2
-
Caolán McNamara yazdı
Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629
-
Julien Nabet yazdı
Change-Id: I90f8e6c4de383b05345b8df9118000167bd20d2f Reviewed-on: https://gerrit.libreoffice.org/14735Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
-
Tor Lillqvist yazdı
-
Markus Mohrhard yazdı
we need that method soon in another place Change-Id: Ic5b20acd666bd4d5183be7acc9d9ebe2c0a810f7
-
Eike Rathke yazdı
Change-Id: I74da9d277d21e01ffb316e6885470a1a3cbe0cf2
-
Caolán McNamara yazdı
Change-Id: Ie77a988956927475ea384c36664ca7c3dd00b2a7
-
Caolán McNamara yazdı
Change-Id: I3a1aaafe30f13f2eb388f7db3d78ecafaf0a4a2d
-
Tobias Madl yazdı
Change-Id: Ia2a50922fdfe07ff452bcc78b973d5d4943a128c
-
Markus Mohrhard yazdı
Change-Id: Idecead242c71c89cddb166cce36fa41f912298d0
-
Eike Rathke yazdı
This reverts commit 104a1e64. A number sequence has to ignore all string and empty elements by definition, see tdf#89872 for an example regression, further affected are all functions that use ScInterpreter::GetSortArray() which in turn uses ScInterpreter::GetNumberSequenceArray()
-
Caolán McNamara yazdı
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
-
Caolán McNamara yazdı
Change-Id: I65f0ec335d4d0008af002857f48f4a6765d44dfd
-
Caolán McNamara yazdı
Change-Id: Ie91b3fc3090906b321f7b0d3073de129627c0407
-
Caolán McNamara yazdı
Change-Id: Ia525130e8c378b784b7ee8439153daa1f2a43283
-
Tor Lillqvist yazdı
... note that the LibreOfficeKit bits aren't built for OS X. I don't recall if there is some fundamental reason why not. Was it so that for OS X, like for iOS, a "virtual device" should be created with a CGContext and not a pixmap buffer? Change-Id: I6e1fedb89e7fe409baf2ea1ac7f3b65b0f1c776b
-
Miklos Vajna yazdı
Change-Id: Id71236acb322e57f3e5af406874de4924c7524b9
-
Jan-Marek Glogowski yazdı
gcc 4.6 reports: sorry, unimplemented: non-static data member initializers Moves the initialization into the constructors initializer list. Change-Id: Id25ac042aa3207135edda2485d3c5fe8f98652af
-
Henry Castro yazdı
Change-Id: I500008b32e5af07702b76afb901a3ec270453462 Reviewed-on: https://gerrit.libreoffice.org/14770Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Jacobo Aragunde Pérez yazdı
There is no standard for this so some ATs will expect "level" and others "heading-level"; we will expose both. Change-Id: Ia935f7efdea11dc9be66fd9a54e1df0432c74662
-
Miklos Vajna yazdı
1) One more place in desktop that missed the LOK_TEST check. 2) One testcase currently fails on baseline, disabled for now, need to check later. Change-Id: I8c8bcf2cec1618e39e8453120755dffd3feb79ce
-