Age | Commit message (Collapse) | Author |
|
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
|
|
Change-Id: Ibb2b93261e2d8ef370ac106766e39685a03a6ef3
|
|
Change-Id: Ic3d9cd117b3f911a7cb1317fc9d1d2e9d8f1ff42
|
|
...in the only use case in ODatabaseForm
Change-Id: I0282a9f60b05f279a11dcf1990e68b7e017ea3aa
|
|
Change-Id: I34ee4750f30635809b8e23cbf1bd0e16f269f549
|
|
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
|
|
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: I9b02b8f758c3f0613a7b017d8822fc16ebfc9dec
|
|
Change-Id: I89ba13c02954364044b215ba7df7c563720b92f9
|
|
Change-Id: I4e264af4bb8d5fcd53666922fc4ef24a863ac8f3
|
|
I introduce a template method into the PTR_CAST machinery
to maintain constness.
There is now a FIXME in sd/../docshell.cxx because I needed
to use a dynamic_cast there to work around the games it appears
to be playing with OLE in-place activation.
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>,
dropping the GCC-extension, unnecessary use of typeof from tools/rtti.hxx
Change-Id: Iba5ace1aa27e02b34fcc91af1e658c43371afd03
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
|
|
Change-Id: I5f44f041e465230d10d562e8bd6f141848465e07
|
|
Change-Id: I5572c320431222be2405f8c2dc8adeafe4f3828b
|
|
Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655
Reviewed-on: https://gerrit.libreoffice.org/4627
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
see https://gerrit.libreoffice.org/#/c/3367/
and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details
Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
|