Age | Commit message (Collapse) | Author |
|
Change-Id: I7d8f263f9ccb1ea4f230d7a2df4d88c408b3a5da
|
|
Change-Id: I9fad024e4b5c8a4ca272f2387df07351198cf5dc
|
|
This reverts commit add2ca7b3ab10ed9d18e60d8e50020168d922836.
It causes too much breakage on windows. It is better to start again from
scratch.
|
|
error C2487: 'Read' : member of dll interface class may not be declared
with dll interface
Change-Id: Iabee3995f612116c3b6bd5c881ed617c0393addf
|
|
... to fix asan+ubsan+dbgutil build
Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
|
|
ie.
void f(void);
becomes
void f();
I used the following command to make the changes:
git grep -lP '\(\s*void\s*\)' -- *.cxx \
| xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
and ran it for both .cxx and .hxx files.
Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
|
|
...as follow-up clean-up after 71fefe1dc2bcda3a4cc18d71e1acaf161cc059f2 "Change
'blink times' to be of type sal_uInt64 and thus consistent with
Timer::Get/SetTimeout since 9c7016b5b530ca212b1275f44f9e2fc0527109ee 'Scheduler:
Changed uLong to uInt32/uInt64.'"
Transitively meant to change quite a number of further time-related places from
sal_uLong/sal_uIntPtr to consistently use sal_uInt64.
Change-Id: I38eb493943906356138bf58eb098d2f54a3dee34
Reviewed-on: https://gerrit.libreoffice.org/15214
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ie348778ea666c24e95e048386547f301083a0017
|
|
Change-Id: I8333e8b58e85d7ba148adce32f87ea105776b4c9
|
|
...which removes the need to abstract over the standard URI '%' escape prefix
vs. the silly vim '=' special case invention.
Change-Id: I54a52dd912c3aafc38275a0ac2466a6daeec328f
|
|
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
|
|
I doubt very much these actually get used. Couldn't find in any of the sample
bug docs collected from bugzillas, for instance.
Change-Id: I47a586fabb1efdf8315ed5f7bd09cbaea4c860b5
|
|
...to avoid clashes with macros and poor warnings about hiding global FILE
Change-Id: I444e8b958f029201b228937e088efabc4b6d3050
|
|
...and fix o3tl::enumarray::operator [] const overload
Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b
|
|
...left by d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA."
Change-Id: I7537a134299d3b2e9c172dabea1bc1d25b7e05d2
|
|
Change-Id: I6c82dad9d69e19d5596f23eacfbd20768f9f6442
|
|
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
|
|
Change-Id: I89f5984d73e7d42269189dc1d1bc2d59e5ab193f
|
|
Change-Id: I1785b47bf24f6be55f7ee346c9972ffa12cd138b
|
|
Change-Id: Ife048a705e899870a8b1d9987b109d5c0cd80599
|
|
so that the enum names remain consistent
Change-Id: I656069b484038d3bf17ecbb4f3e26395ca5a1b6d
|
|
Change-Id: I3d14b96b6b51e497bde33f0177b377e7fe3dbad9
|
|
Change-Id: Iecc1400809212f56915cad56b739378cda49b90f
|
|
Change-Id: I0fd391a6b2850e5d7dcbf2cb95cfa39ee5561bd9
|
|
Change-Id: I51578e83a6a44beece174792c9e3e59f7f8c5fef
|
|
...to avoid problems with postwin.h #undef'ing WB_LEFT/RIGHT. Ultimately,
WinBits should likely be turned into an enum.
Change-Id: I48e9151ec1fd3b94fc23c8859cd65e3b7f80abf5
|
|
This order seems to be less confusing.
Change-Id: I95a7e3e2f6244915c820bb86e67745a777714e2d
|
|
Change-Id: I3a29d90c60157dceb1da2225f4517ef3d193815e
|
|
Change-Id: I4fb4e7e6a5779801e135864781204a54250ce092
|
|
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
|
|
Change-Id: I5efe1b182d1e269e82c2f211ccf1873fd4ac0622
|
|
Change-Id: Iaa2518f7f491f4e0e316dcb8695cf1275ffe8149
|
|
Change-Id: Ib7b52fa3d0d3a675c662893d603f5e66172a2581
|
|
There were already 5 versions of this in sw, 4 for SwRect, one for
Rectangle.
Change-Id: Icf8c78f9973d940a4d180b6f52dda9ea1be86c14
|
|
found with
$ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;'
Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
|
|
Change-Id: I43c4c1c5ad193cdd3182cea649fae6091984a121
|
|
Conflicts:
sc/source/core/data/document10.cxx
sw/source/core/doc/docfmt.cxx
Change-Id: I1312f476607ea3a78b162a7e59323b0a142f6629
|
|
Change-Id: I261f53388fc281eedb92fb3fe3649f17391a5284
|
|
...now that INetMessage got folded into INetMIMEMessage
Change-Id: Id824c6b53ff30ecb2912ec4ad0f9e6c73db1e424
|
|
Change-Id: I5aa24881d6a4625f1d2249fda8788bb03ef02e27
|
|
Change-Id: I062fa91cc05edae3c2879583cbbf8e8c8acfe482
|
|
Change-Id: I882a8bc2048149307383491cc77c4e10f5e99a52
|
|
Change-Id: I41f06c92589e6b1839e39d840a479f1a184b47dd
|
|
Change-Id: Ifbbfb1213d78a87fffd7a40e10deaf29dd7a96b8
|
|
Change-Id: I9b02b8f758c3f0613a7b017d8822fc16ebfc9dec
|
|
Change-Id: I89ba13c02954364044b215ba7df7c563720b92f9
|
|
Change-Id: I4e264af4bb8d5fcd53666922fc4ef24a863ac8f3
|
|
* Add get() method to tools::SvRef
Change-Id: I3825852176c9c37f3ee21f4fd57328b1c7451951
Reviewed-on: https://gerrit.libreoffice.org/14268
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ia6494c611e6596fa4811c2751bb96294a3950f17
|
|
i.e lots now able to be detected after...
commit b44cbb26efe1d0b0950b1e1613e131b506dc3876
Author: Noel Grandin <noel@peralex.com>
Date: Tue Jan 20 12:38:10 2015 +0200
new loplugin: change virtual methods to non-virtual
Where we can prove that the virtual method is never overriden.
In the case of pure-virtual methods, we remove the method entirely.
Sometimes this leads to entire methods and fields being
eliminated.
Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
|