Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/resolve-comments
/
dbaccess
3cd6e73a
tdf#122020 crash in SvTreeList::InvalidateEntry
by Caolán McNamara
· 7 years ago
89161e4
use Image(OUString) instead of Image(Bitmap(OUString))
by Noel Grandin
· 7 years ago
36defed
Revert removal of mysql jdbc connector
by Tamas Bunth
· 7 years ago
f3d959a
tdf#119850 show missing mysql connector options
by Tamas Bunth
· 8 years ago
6f71637
Remove Help - Restart in Safe Mode menu item
by Andras Timar
· 8 years ago
0703f88
Remove Help - Donate to LibreOffice menu item
by Andras Timar
· 8 years ago
124d6a7
tdf#116890: make unique column names in prepared statement
by Julien Nabet
· 8 years ago
d2bb956
tdf#116772 adapt handling of LIKE conditions to cleaned up StructuredFilter
by Lionel Elie Mamane
· 8 years ago
7a8d28d
HSQLDB Binary import
by Tamas Bunth
· 8 years ago
7907f2c
Add HSQLDB schema import
by Tamas Bunth
· 8 years ago
155d62b
lokdialog: Allow switching language of some of the ResMgr's.
by Jan Holesovsky
· 8 years ago
cd61c0c
tdf#115998 base: crash on delete relationship
by Noel Grandin
· 8 years ago
66baf6c
tdf#114596 dbaccess: fix mysterious dataloss bug
by Michael Stahl
· 8 years ago
5f4e31a
tdf#115080 menu id collision
by Caolán McNamara
· 8 years ago
2481e7d
tdf#114955: Fix primary key management in copy table
by Julien Nabet
· 8 years ago
6277990
tdf#113923: don't use twice a new column in table copy
by Julien Nabet
· 8 years ago
2d1a732
tdf#114755: Remove extra parenthesis
by Julien Nabet
· 8 years ago
31b0920
tdf#114702 don't use XMultipleResultset unless DatabaseMetaData says we can
by Lionel Elie Mamane
· 8 years ago
feb476f
dbaccess OStatementBase: correctly check database metadata
by Lionel Elie Mamane
· 8 years ago
83566e4
tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocument
by Michael Stahl
· 8 years ago
a925cd6
Don't prevent ODatabaseDocument refcount from dropping to zero
by Stephan Bergmann
· 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
Next »