Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/gpg4libre2
/
dbaccess
2e5508a
loplugin:unnecessaryparen check for (f1()).f2
by Noel Grandin
· 8 years ago
b26012e
Make loplugin:unnecessaryparen look through implicit
by Stephan Bergmann
· 8 years ago
72ef2b5
Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all
by Stephan Bergmann
· 8 years ago
11ca1f8
Fix typos
by Andrea Gelmini
· 8 years ago
4f4486c
look for =() in loplugin:unnecessaryparen
by Noel Grandin
· 8 years ago
f9d1de6
Use for range loops and lambda in dbfindex (dbaccess)
by Julien Nabet
· 8 years ago
e36c468
Replace list by vector in macromigrationdialog (dbaccess)
by Julien Nabet
· 8 years ago
a26b6c5
Fix typos
by Andrea Gelmini
· 8 years ago
84e1a01
Delete test*.odb files
by Stephan Bergmann
· 8 years ago
425c64f
Translate German comments and debug strings
by Johnny_M
· 8 years ago
9984579
survive building dbaccess+connectivity with --disable-dynamic-loading
by Caolán McNamara
· 8 years ago
9652124
use sal_uInt16 to pass PoolItem WhichId
by Jochen Nitschke
· 8 years ago
38f4d4c
A user object id is *NOT* a SotClipboardFormatId
by Eike Rathke
· 8 years ago
bff8d84
Properly construct vnd.sun.star.pkg URL
by Stephan Bergmann
· 8 years ago
3282328
loplugin:unusedmethods
by Noel Grandin
· 8 years ago
03f58aa
dbaccess: properly encode path to prevent stripping "fragment" from it
by Mike Kaganski
· 8 years ago
80af51b
ODBFilter::filter: Also leave window wait on exception
by Mike Kaganski
· 8 years ago
95d3518
Use std::initializer_list to construct Sequence
by Mike Kaganski
· 8 years ago
170ff1f
ODatabaseContext::loadObjectFromURL: don't parse string for protocol
by Mike Kaganski
· 8 years ago
315bf65
loplugin:finalclasses in dbaccess
by Noel Grandin
· 8 years ago
e3530d2
Make Windows error reporting more robust
by Mike Kaganski
· 8 years ago
8c9b5a9
loplugin:constantparam in connectivity
by Noel Grandin
· 8 years ago
c45a348
loplugin:constantparam in d*
by Noel Grandin
· 8 years ago
72b9861
loplugin:includeform: dbaccess (Windows)
by Stephan Bergmann
· 8 years ago
11d2f3d
vcl: make MapMode constructor explicit
by Michael Stahl
· 8 years ago
084f454
More loplugin:unnecessaryparen
by Stephan Bergmann
· 8 years ago
583b49d
Work around bogus Clang C++17 -Werror,-Wunused-value
by Stephan Bergmann
· 8 years ago
4b27653
loplugin:includeform: dbaccess
by Stephan Bergmann
· 8 years ago
87a9979
overload std::hash for OUString and OString
by Noel Grandin
· 8 years ago
2ed9c74
use rtl::Reference in ODatabaseContext
by Noel Grandin
· 8 years ago
9b88281
turn implicit container explicit in buildable notebooks
by Caolán McNamara
· 9 years ago
f6fcd29
Move dbaccess/source/core/dataaccess include files to common include directory
by Stephan Bergmann
· 8 years ago
ecc3d43
Related: tdf#107569 Remove useless slots
by Maxim Monastirsky
· 9 years ago
1944e3d
Rename and move SAL_U/W to o3tl::toU/W
by Mike Kaganski
· 9 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
d3971ec
new loplugin:blockblock
by Noel Grandin
· 9 years ago
20bae56
throw more useful uno::Exception's
by Noel Grandin
· 9 years ago
c3609f1
Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*
by Mike Kaganski
· 9 years ago
b61e1c7
Remove empty menu labels
by Maxim Monastirsky
· 9 years ago
e44c188
Fix typos
by Andrea Gelmini
· 9 years ago
83de03e
Rename GetSelectEntryCount -> GetSelectedEntryCount
by Samuel Mehrbrodt
· 9 years ago
fe0f1db
Use a ref for arg of DirectSQLDialog::display
by Julien Nabet
· 9 years ago
444730a
tdf#103685: "Commands out of sync" when connecting to MySQL using direct
by Julien Nabet
· 9 years ago
2684aef
new loplugin unnecessarycatchthrow
by Noel Grandin
· 9 years ago
cf48347
Fresh run of bin/update_pch.sh
by Mike Kaganski
· 9 years ago
eef4c13
Windows: avoid dependence on UNICODE define; prefer W functions
by Mike Kaganski
· 9 years ago
442df6c
ofz: don't leak in face of exceptions
by Caolán McNamara
· 9 years ago
0297d9c
Related tdf#112423: avoid crash when calling procedure twice (dbaccess)
by Julien Nabet
· 9 years ago
2a61290
loplugin:flatten in connectivity..desktop
by Noel Grandin
· 9 years ago
d99b65c
Rename GetSelectEntryPos -> GetSelectedEntryPos
by Samuel Mehrbrodt
· 9 years ago
b649e5b
Rename GetSelectEntry -> GetSelectedEntry
by Samuel Mehrbrodt
· 9 years ago
8110931
group java-requiring tests together
by David Tardon
· 9 years ago
e86b07e
unused m_sUpdateTableName in OQueryController
by Noel Grandin
· 9 years ago
c087e24
fix caching in OResultColumn
by Noel Grandin
· 9 years ago
3840aed
Unify SolarMutex implementations
by Jan-Marek Glogowski
· 9 years ago
aaa26a5
Some more WIN32_LEAN_AND_MEAN
by Mike Kaganski
· 9 years ago
60a70ea
dbaccess: [loplugin:casttovoid]
by Michael Stahl
· 9 years ago
164f6ba
Removed duplicated include
by Andrea Gelmini
· 9 years ago
e1e63bc
Replace some lists by vectors in dbaccess
by Julien Nabet
· 9 years ago
7315f32
use more default copy ctors
by Jochen Nitschke
· 9 years ago
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
Next »