- 29 Eyl, 2015 40 kayıt (commit)
-
-
tagezi yazdı
Project: help fa9b83defffcd6a10aacf8f97106cd17054855cc tdf#85228 Added description of AGGREGATE function UPD: Changed in accordance with the comment of Regina (10:36 PM) UPD: Corrected separators in the syntax UPD: set up tags <item> Change-Id: I05993ffec8af8dd1e997b3d2ae92ba0226b1bf28 Reviewed-on: https://gerrit.libreoffice.org/18821Reviewed-by:
Regina Henschel <rb.henschel@t-online.de> Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Caolán McNamara yazdı
in an effort to unroll this for coverity, no logic change intended Change-Id: Ifbb0ec6d8c4d6f1dfe809f9fecdf3af4f87399e3
-
Michael Meeks yazdı
Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2
-
Eike Rathke yazdı
Fixes all these test case scenarios: 1. in A1 enter =1E222 * move cell cursor back onto A1 * status bar displays Sum=100000... repeated until filled (or 222 '0' characters) 2. invoke number format dialog on A1 * for General format 100000... is displayed in the preview 3. move cell cursor to A2 * open Function Wizard (Ctrl+F2) * choose (double click) ABS function * enter A1 as parameter * see 100000... displayed as Function result and Result 4. save as .ods * in content.xml see display text of A1 being saved as 100000... Change-Id: I7c22c0461a6783c85c1d51c31e8607fb2edb821c
-
Eike Rathke yazdı
... that cured only a symptom. This reverts commit 04aceed37a42245392ed4671d276dd2de6118a89.
-
Takeshi Abe yazdı
rather than SmNode. Change-Id: I2c4765500f077007979417b90f47cc22c6362491 Reviewed-on: https://gerrit.libreoffice.org/18917Tested-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: I0207419ac1b2ecdf36f208169766d965ae48ad8c
-
Noel Grandin yazdı
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
-
Stephan Bergmann yazdı
Change-Id: I81b8bed175527bab02ffdd2fa17fa6a66c243d95
-
Michael Stahl yazdı
Change-Id: I73135440321c7c9898f758cb7a921d62f2265bcb
-
Michael Stahl yazdı
... claims https://en.wikipedia.org/wiki/Uniscribe - #ifdef this so it can be removed when dropping XP support. Change-Id: I9a51635cf9bb4876faf6dca011e6da9e1c2dc35d
-
Michael Stahl yazdı
Change-Id: I82b982895ee422bcf5a23756df4d81c89bc47636
-
Michael Stahl yazdı
Change-Id: I490841fd2c526e4ca6d6c94cc7b9dba318c932a1
-
Michael Stahl yazdı
Change-Id: Id4f4c23eab4aaf4d0f42827a89ecf90364605d97
-
Michael Stahl yazdı
Change-Id: If0f44ac761afdf50a8e6f5c77023ae5d74fdcad9
-
Michael Stahl yazdı
Change-Id: I73d27e0e5a8ad0a02579c43f3fd479cb374d6bbd
-
Michael Stahl yazdı
Change-Id: Ie50b4a1a189fffdaa6a0b26040c2e7c4cc42cd69
-
Michael Stahl yazdı
Change-Id: Ib5b9b7dc01b713554cf33f58f8fe2f97cb32c369
-
Michael Stahl yazdı
Change-Id: I0caab3b69b10aba6a5d45a11f8e9724b4d3c6d83
-
Michael Stahl yazdı
Change-Id: I26fd8a76a17386de73fa12058509ccee7e768512
-
Caolán McNamara yazdı
Change-Id: If2a9d330bd7fde8db5e998e97c278fb19c90f24a
-
Stephan Bergmann yazdı
...after d35adb08 "Retain the original project name" Change-Id: I9b351c79914bf31f2afcc69f3888fee9ea8b10ed
-
Caolán McNamara yazdı
Change-Id: I26a4ac92e05f4c6ee46f32acb59fcd39d7dc2ac4 Reviewed-on: https://gerrit.libreoffice.org/18890Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...ViewShellBase::GetEventMultiplexer call sequence, where OSL_ASSERT(mpImpl->mpEventMultiplexer.get()!=NULL); would call on an already stale ViewShellBase::mpImpl if ~FromShellManager were only called from within ViewShellBase::~Implementation instead of directly from ~ViewShellBase. (Needed to unbreak <https://gerrit.libreoffice.org/#/c/18890> "boost->std" on Mac OS X, where libc++ presumably nulls a std::unique_ptr early in ~unique_ptr.) Change-Id: I179e0d12cc049f33b5724673b65f84d7f7c3d059
-
Oliver Specht yazdı
replaced use of PTR_CAST, IS_TYPE, ISA in avmedia, basctl, basic, cui, dbaccess, vcl,xmloff Change-Id: If4496762e82e896b6fbc362e6626502703c245f5 Reviewed-on: https://gerrit.libreoffice.org/18905Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Stephan Bergmann yazdı
"sc/source/filter/oox/pivotcachebuffer.cxx:401:45: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false" at least with "g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)" and --disable-debug Change-Id: I1d267b2947f04b84f73da2b1458d316397e2374e
-
Pranav Kant yazdı
Resetting tiles only is not enough. We need to empty stale selection rectangles, handle bars, cursor positions etc., so that they do not interfere with next view to be opened using same widget instance. We are not destroying the document here, so the widget would still point to the same document unless it is made to point to another document by subsequent lok_doc_view_open_document calls. Change-Id: I3c7cc789c8c7393b3793b4edf6aa96d54bc0b1a3 Reviewed-on: https://gerrit.libreoffice.org/18866Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: Id843c886cc9a029f37eab53a95497707060c3ada
-
Caolán McNamara yazdı
Change-Id: I9bae22c7420247a26f0fe73e6c4e590471f19b0e
-
Caolán McNamara yazdı
Change-Id: Iee72d75a5609aa6e1098723ff62928bd47b42072
-
Takeshi Abe yazdı
with std::vector<std::unique_ptr> Change-Id: I72f96b08273c73cbd11c7796c34a45b262325209 Reviewed-on: https://gerrit.libreoffice.org/18820Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I54c39d23007d079fc9fdedf68c81c7eba64baea0
-
Stephan Bergmann yazdı
Change-Id: Ice39e95596c5fcd9b3b728ef0064161898f27fb5
-
Caolán McNamara yazdı
Change-Id: I4017e5404c99d37b36988f1d7a8ce17e42010070 Reviewed-on: https://gerrit.libreoffice.org/18913Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I0a279e47a4d87f561f39d5a8ca65fa17e2bc4a65
-
Caolán McNamara yazdı
Change-Id: I36e2e15b3c01c3d648feb23d8c886ea26301a5fd
-
Caolán McNamara yazdı
Change-Id: I74121c1cc94edf338cf40a3d186308491e1d2409
-
Caolán McNamara yazdı
Change-Id: I78db1f189d4773ba2ced52fee82add2344b7435e
-
Caolán McNamara yazdı
Change-Id: If045233eeb0d8f6fab89dff4c4307a3b8bde5a92
-
Caolán McNamara yazdı
Change-Id: I9ae845f1350095e5049ca4e56956fe9f5c7c918f
-