Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/borderline3
/
dbaccess
5685ee2
improve redundantcast loplugin
by Noel Grandin
· 9 years ago
3428bd5
clang-tidy modernize-use-emplace in d*
by Noel Grandin
· 9 years ago
3793855
cppcheck: identicalConditionAfterEarlyExit
by Jochen Nitschke
· 9 years ago
1af5f6e
set parent for file dialog helper
by Caolán McNamara
· 9 years ago
01b0d6d
unotest.py: refactor confusing mess of openDoc functions
by Michael Stahl
· 9 years ago
326295b
new loplugin:redundantpointerops
by Noel Grandin
· 9 years ago
9a46ad2
tdf#96703: getDocumentStorage is called during initialization
by Julien Nabet
· 9 years ago
5aafb3d
Fix typos
by Andrea Gelmini
· 9 years ago
a422a1b
loplugin:constparams: dbaccess (clang-cl)
by Stephan Bergmann
· 9 years ago
f9601b9
This should be ToolBoxItemBits::DROPDOWNONLY
by Maxim Monastirsky
· 9 years ago
32e07ad
Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppend
by Stephan Bergmann
· 9 years ago
de2ac12
loplugin:useuniqueptr in dbaccess
by Noel Grandin
· 9 years ago
a05e5ad
dbaccess: avoid deadlock in ODatabaseContext::registerObject()
by Michael Stahl
· 9 years ago
dcc667a
convert message box style bits to scoped enum
by Noel Grandin
· 9 years ago
a273630
convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fields
by Noel Grandin
· 9 years ago
4105174
convert extended WinBits to scoped enum
by Noel Grandin
· 9 years ago
b71ff0d
convert ExtendedWinBits to a single bool flag
by Noel Grandin
· 9 years ago
eea6d39
loplugin:unnecessaryparen
by Noel Grandin
· 9 years ago
9881bea
remove unnecessary use of OUString::getStr
by Noel Grandin
· 9 years ago
b1f6e62
tdf#39468 Translate German comments/terms
by Jens Carl
· 9 years ago
db17a87
convert std::map::insert to std::map::emplace II
by Noel Grandin
· 9 years ago
d347c24
convert std::map::insert to std::map::emplace
by Noel Grandin
· 9 years ago
a209172
loplugin:constantparam
by Noel Grandin
· 9 years ago
24817c2
loplugin:constparams in starmath
by Noel Grandin
· 9 years ago
13fac48
normalize resource locale ctor construction mechanisms
by Caolán McNamara
· 9 years ago
b1d829e
move resmgr to unotools
by Caolán McNamara
· 9 years ago
612b489
loplugin:checkunusedparams
by Noel Grandin
· 9 years ago
56be224
loplugin:constparams in dbaccess
by Noel Grandin
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
875ec87
janitorial
by Lionel Elie Mamane
· 9 years ago
2b1d6f0
tdf#96370 rework filtering to be aware of WHERE vs HAVING clause
by Lionel Elie Mamane
· 9 years ago
4ed70b8
loplugin:unusedfields
by Noel Grandin
· 9 years ago
f74da13
use more comphelper::InitAnyPropertySequence
by Noel Grandin
· 9 years ago
feb5480
Typo: tyoe->type
by Julien Nabet
· 9 years ago
3e4b0bd
loplugin:unusedfields some untouched fields
by Noel Grandin
· 9 years ago
b66cfdb
Removed duplicated includes
by Andrea Gelmini
· 9 years ago
182a74d
de-hrc various things
by Caolán McNamara
· 9 years ago
00657ae
migrate to boost::gettext
by Caolán McNamara
· 9 years ago
8d4d1e8
Annotate some more Timers and Idles
by Jan-Marek Glogowski
· 9 years ago
36f2df84
dbaccess: introduce DATASOURCE_TYPE::DST_WRITER
by Miklos Vajna
· 9 years ago
512d1ad
merge last entry of cntids.hrc into sfxsids.hrc
by Caolán McNamara
· 9 years ago
83535a2
emfplus: create a wmf/emf/emf+ primitive based importer
by Armin Le Grand
· 9 years ago
0b6d0ac
m_pRowMarker is unused
by Noel Grandin
· 9 years ago
00aa089
Reorganize Scheduler priority classes
by Jan-Marek Glogowski
· 10 years ago
dc63cc3
use more OUString::operator== in dbaccess..filter
by Noel Grandin
· 9 years ago
6c2d9f5
loplugin:oncevar: empty strings: dbaccess
by Stephan Bergmann
· 9 years ago
f9b104a
simplify some OUString::concat usage
by Noel Grandin
· 9 years ago
36e92f3
drop TPropertyValueEqualFunctor
by Noel Grandin
· 9 years ago
2f0c10d
simplify strip types from Sequence, related tdf#108782
by Jochen Nitschke
· 9 years ago
7de833a
simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)
by Noel Grandin
· 9 years ago
20571c4
use more range-for on uno::Sequence
by Noel Grandin
· 9 years ago
44e7f5b
simplify strip types from Sequence, related tdf#108782
by Jochen Nitschke
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
c5e4534
remove nullptr checks on STL search result iterators
by Jochen Nitschke
· 9 years ago
868d8c8
loplugin:unnecessaryparen handle parens inside call expr
by Noel Grandin
· 9 years ago
db47410
C++11 remove std::binary_function bases from functors
by Jochen Nitschke
· 9 years ago
ab9b38a
use more begin()/end() for Sequence
by Noel Grandin
· 9 years ago
ee96ea7
tdf#108782 replace std::bind2nd with lambda
by Jochen Nitschke
· 9 years ago
4b2262a
new loplugin unnecessaryparen
by Noel Grandin
· 9 years ago
db714f4
make binary functors unary, related tdf#108782
by Jochen Nitschke
· 9 years ago
9cb1fe8
tdf#105831 Add Donate entry on Help menu
by Olivier
· 9 years ago
eeb1030
loplugin:unusedfields in cui..idl
by Noel Grandin
· 9 years ago
0cc5391
loplugin:casttovoid in VCL_BUILDER_DECL_FACTORY
by Stephan Bergmann
· 9 years ago
31d4562
use begin()/end() when working with Sequence
by Noel Grandin
· 9 years ago
c4ddf6c
C++11 remove std::unary_function bases from functors
by Jochen Nitschke
· 9 years ago
90c91f6
loplugin:casttovoid: dbaccess
by Stephan Bergmann
· 9 years ago
c63bf22
eFunc is unused
by Stephan Bergmann
· 9 years ago
601aadd
loplugin:oncevar in the !HAVE_FEATURE_JAVA case
by Tor Lillqvist
· 9 years ago
497e40a
improve refcounting loplugin
by Noel Grandin
· 9 years ago
5f53dfc
-Werror=ignored-qualifiers (GCC 8)
by Stephan Bergmann
· 9 years ago
ec5f7d8
Fix typo
by Andrea Gelmini
· 9 years ago
3f31815
s/catched/caught
by Noel Grandin
· 9 years ago
5a72018
iOS, convert CPPUnittest to noop
by jan Iversen
· 9 years ago
55ff9d3
loplugin:unusedfields in dbaccess
by Noel Grandin
· 9 years ago
58ae5fb
loplugin:oncevar in cppcanvas..drawinglayer
by Noel Grandin
· 9 years ago
5286326
convert ErrCode to strong typedef
by Noel Grandin
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
a6aa57f
use ERRCODE_NONE instead of 0
by Noel Grandin
· 9 years ago
a3bedb7
use local statics for getUnoTunnelImplementationId
by Jochen Nitschke
· 9 years ago
febbad7
cleanup unused css/frame/* includes
by Jochen Nitschke
· 9 years ago
567fe6d
Translate and fix the from-German translation of "UNO binding"
by Johnny_M
· 9 years ago
39487b1
tdf#37859: Odb data copied to Calc showed wrong encoding in Windows
by Julien Nabet
· 9 years ago
de8caac
replace SVSTREAM_OK with ERRCODE_NONE
by Noel Grandin
· 9 years ago
f41eea8
Improved loplugin:cstylecast to reference types: dbaccess
by Stephan Bergmann
· 9 years ago
f749e7d
typo: checkNotUninitilized->checkNotUninitialized
by Julien Nabet
· 9 years ago
ff77fdb
Improved loplugin:redundantcast const_cast handling: dbaccess
by Stephan Bergmann
· 9 years ago
7d81894
Improved loplugin:redundantcast static_cast handling: dbaccess
by Stephan Bergmann
· 9 years ago
1d857ca
Fix typos
by Andrea Gelmini
· 9 years ago
307be8c
clang-tidy readability-redundant-control-flow
by Noel Grandin
· 9 years ago
709040e
remove duplicate 'using namespace'
by Jochen Nitschke
· 9 years ago
2ccde70
teach redundantcast plugin about functional casts
by Noel Grandin
· 9 years ago
182a62e
Related tdf#108068: Retrieve error from Firebird engine
by Julien Nabet
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
39adbb9
Translate German comments and debug strings (leftovers in dirs d...)
by Johnny_M
· 9 years ago
a0b93fe
cleanup unused css/script/ includes
by Jochen Nitschke
· 9 years ago
5de6294
loplugin:stringcopy: dbaccess
by Stephan Bergmann
· 9 years ago
fd00bd0
loplugin:unusedfields
by Noel Grandin
· 9 years ago
1807db2
DBACORE_RESSTRING can go now
by Caolán McNamara
· 9 years ago
32dc38e
fix documentation now
by Caolán McNamara
· 9 years ago
4582acb
remove some unnecessary locking
by Noel Grandin
· 9 years ago
Next »