Age | Commit message (Collapse) | Author |
|
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx>
(and don't make use of it themselves), but many other files happen to depend on
it. Cleaned up some, but something like
grep -FwL sal/log.hxx $(git grep -Elw \
'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx)
shows lots more files that potentially need fixing before the include can be
removed from rtl/string.hxx and rtl/ustring.hxx.
Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90
|
|
Change-Id: Iec781bdbbf216cb14c9ba5be5955123273d7699c
|
|
Change-Id: I9fad024e4b5c8a4ca272f2387df07351198cf5dc
|
|
Change-Id: I89aa0e22c31d368ab36fe46917db6aacb11c7b14
|
|
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: I049aa3f5be42c520f824ec62943c37e8ffac78ad
|
|
...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
|
|
...from d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA."
Change-Id: I2461b0b205df04ad722d0de7d0f357f619cd13f0
|
|
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
|
|
Change-Id: I89f5984d73e7d42269189dc1d1bc2d59e5ab193f
|
|
Change-Id: Ife048a705e899870a8b1d9987b109d5c0cd80599
|
|
Change-Id: I5493b2337dad102a4b22c6a6d646b4b0fd04e247
|
|
This order seems to be less confusing.
Change-Id: I95a7e3e2f6244915c820bb86e67745a777714e2d
|
|
Change-Id: I3a29d90c60157dceb1da2225f4517ef3d193815e
|
|
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
|
|
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
|
|
Change-Id: I5efe1b182d1e269e82c2f211ccf1873fd4ac0622
|
|
Change-Id: Ifbfbec8ee015d5f57f5c864a65d0aed0af9f5318
|
|
Change-Id: Iaa2518f7f491f4e0e316dcb8695cf1275ffe8149
|
|
Change-Id: Ib7b52fa3d0d3a675c662893d603f5e66172a2581
|
|
There were already 5 versions of this in sw, 4 for SwRect, one for
Rectangle.
Change-Id: Icf8c78f9973d940a4d180b6f52dda9ea1be86c14
|
|
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
|
|
The only caller of GetResourceSkipHeader (BitmapEx ctor in
vcl/source/gdi/bitmapex.cxx) unconditionally expects *ppResMgr to be non-null
after the call.
Change-Id: I17e71df81019de5b78c4356c7aec967c50a5a6ae
|
|
on unx platform
Change-Id: Ibdcb7017718154b11ab6dcfc4124beab5efd7b56
|
|
Change-Id: I5aa24881d6a4625f1d2249fda8788bb03ef02e27
|
|
Change-Id: I062fa91cc05edae3c2879583cbbf8e8c8acfe482
|
|
Change-Id: I882a8bc2048149307383491cc77c4e10f5e99a52
|
|
Change-Id: I41f06c92589e6b1839e39d840a479f1a184b47dd
|
|
Change-Id: Ifbbfb1213d78a87fffd7a40e10deaf29dd7a96b8
|
|
Change-Id: I9b02b8f758c3f0613a7b017d8822fc16ebfc9dec
|
|
Change-Id: I89ba13c02954364044b215ba7df7c563720b92f9
|
|
and we can include a few less headers
Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
|
|
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I86e872251f7b8b0818a91c4a133f363e76be5f34
|
|
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
|
|
Change-Id: Ic969ea78a53d0a67591dd476bc01fbdce18c7eab
|
|
Change-Id: Id7ad0f2060afb2f12d3111400f45d3d63e6abf8f
|
|
Change-Id: I2b540c4c0c34823143e13d16559dac7458a38933
|
|
This addresses some cppcheck warnings.
Change-Id: I1cd8b118e2598b8b18fb445851a3bb41e554267b
Reviewed-on: https://gerrit.libreoffice.org/13967
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
left over from "SVStream operator>> to Write method" conversion
Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
|
|
add constructors to Date/DateTime/Time,
that take the css::util counterparts,
to simplify code converting between these type
Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7
Reviewed-on: https://gerrit.libreoffice.org/13855
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe
|