- 07 Şub, 2014 22 kayıt (commit)
-
-
Caolán McNamara yazdı
and coverity#983117 Resource leak Change-Id: I9dd71c64894191ff767e711f685d48f27308f445
-
Laurent Balland-Poirier yazdı
In case of forced intercept, R^2 must be calculated in a different way. This patch calculates R^2 of trend line in the same way as LINEST function. Change-Id: I3ac361f014569261f05d513acb3428de5c7641ab Reviewed-on: https://gerrit.libreoffice.org/7326Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Id5bd445ad4f2397cbff01099ba3779736bb47e61
-
Jan Holesovsky yazdı
Change-Id: I854abb47c2d22206ed5581373b3e841f221672e3
-
Stephan Bergmann yazdı
Change-Id: I9901991a320b87895230a92095c9c7d3109380a6
-
Miklos Vajna yazdı
So that profiling unit tests (finding out the largets test documents based on the CSV output on stdout) is possible again. Change-Id: Ib870d6f424c3219f37715daef5400a0181867be7
-
Noel Grandin yazdı
coverity#708881, coverity#708882, coverity#708883, coverity#708884 Change-Id: I8ddcb2f7b2b70dc92b8d0d5f66bf944edc57157e
-
Noel Grandin yazdı
coverity#708890,coverity#708886,coverity#708888, coverity#708887,coverity#708885,coverity#708889 Change-Id: I4aeedea2d73614f4af935c58776605f49824374d
-
Noel Grandin yazdı
Change-Id: Ib029e08f7dc29330b1a0b5d93c1c0a356dbd59dd
-
Noel Grandin yazdı
Change-Id: I5e17afe36422d546249dfc849a2d948a6ef5030b
-
Noel Grandin yazdı
Change-Id: Ie00a0ec0cbe5e3ec9c8e0e54f93153e799b621af
-
Noel Grandin yazdı
Change-Id: I2200462b2a963820e2ca66094ded653f5597abff
-
Stephan Bergmann yazdı
It only tracks whether to dispose a singleton instance now, and (at least conceptually) no longer remembers the single instance (apart from what is necessary in order to call dispose on it), as the underlying implementation already needs to keep track of that to support direct calls of constructor functions. Change-Id: I154bf05438e1db099c1c5ffb1c56377725c6bfc6
-
Tushar Bende yazdı
There was a problem that in case of TOC,PAGEREF field tag was not preserved inside <hyperlink> during Roundtrip. Reason found, there was no code support to handle PAGEREF in export. Added code support in export code to handle PAGEREF. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7605 Change-Id: I1785360684d8772b71c3f45fdd2c654f94777067
-
Stephan Bergmann yazdı
Change-Id: I2a65485b8dcaa7b6ed4a049f97d460878b8bb17d
-
Caolán McNamara yazdı
Change-Id: I9b5b2efc3b8fc3164264775b608348baa72d31b1
-
Caolán McNamara yazdı
and coverity#1027864 Change-Id: Ic3d1b91ef77ab3510c7428b7135dd9f249d56b4b
-
Stephan Bergmann yazdı
Change-Id: Ia14ad80f13bffe4c1d0078da0198a3ae6eae581e
-
Stephan Bergmann yazdı
Change-Id: Ia702572bef47738531b526addeecd86e7b39aad2
-
Stephan Bergmann yazdı
Change-Id: Ifd18bf16213a1c4b746eab16e563f0322fbc3690
-
Stephan Bergmann yazdı
Change-Id: I8c8e99036fe694a2fb0160250c7c0c4fefb98a3e
-
Markus Mohrhard yazdı
Change-Id: I27fcc629854b0a40f47a0008e5cab2f1749197e9
-
- 06 Şub, 2014 18 kayıt (commit)
-
-
Michael Stahl yazdı
The function ReplacePoint() was changed to return a value but not all call sites were adapted. (regression from 26315384) Change-Id: I33efd9ce61611e025dfc76047187826aa0f8dd84
-
Michael Stahl yazdı
Infinite loop in InsertLabEnvText() due to wrong handling of starting '<'. (regression from fa469b2e) Change-Id: I1d7ab1b276756bddd87890bb39d3e817330bc6dd
-
Kohei Yoshida yazdı
Because sometimes this may be correct. Change-Id: Id2c47bb4ad3f91b366a25306169de58bb38c1e81
-
Kohei Yoshida yazdı
Change-Id: Ie33047dff35c7aa31aaed9ec6c8e1fe5f8f5b9d7
-
Andras Timar yazdı
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
-
Julien Nabet yazdı
Change-Id: I15c1c932a02fd1a1c27d2a655865171d5829bf0b
-
Julien Nabet yazdı
Change-Id: I38f51d86eb9230e8f892a180141ff58ad2e73aa3
-
Julien Nabet yazdı
Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
-
Julien Nabet yazdı
Change-Id: Ic6ad17315d0d4566971f006e3a8736e1608eb934
-
Julien Nabet yazdı
Change-Id: I657a192a2be21315a3a17dc8a798a084a6f98c34
-
Kohei Yoshida yazdı
Change-Id: Ife277a44abf53c137eb8b9a727a3549ad57662cb
-
Miklos Vajna yazdı
Change-Id: I520595debaa47cd38be88428480ff2de9d7bf1b6
-
Miklos Vajna yazdı
Change-Id: Ibbffd00b146369be75c462f9eea243e3582f14e6
-
Herbert Dürr yazdı
for getting the parent window of an A11y enabled NSView. The method viewElementForParent() was abused for that purpose, but it was mis-named and mis-typed. The new method cleans this up and the now unused viewElementForParent() method can be retired. (cherry picked from commit 96cd47d4) Conflicts: vcl/osx/a11ywrapper.mm vcl/osx/salframeview.mm Change-Id: Ib88aa1ad442d3b8fb3adbf7a76b3ed8ca268fa87 (cherry picked from commit a7d6569f)
-
Julien Nabet yazdı
Change-Id: I2d578cb417bb1e814dcf3007f500fe8ff77510f7
-
Julien Nabet yazdı
Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98
-
Julien Nabet yazdı
Change-Id: If2d6aec870f8e8ea11eab9fd30687f7ff9f20bce
-
Caolán McNamara yazdı
Change-Id: I6e334b200c801c7c2e5d5970302e3a1a7c2894a3
-