Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/tscp3
/
toolkit
2d2259c
clang-tidy modernize-use-emplace in test..vbahelper
by Noel Grandin
· 9 years ago
2e0a25c
loplugin:constantparam
by Noel Grandin
· 9 years ago
75a96e2
Translate German comments/debug strings (leftovers in dirs test to uui)
by Johnny_M
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
326295b
new loplugin:redundantpointerops
by Noel Grandin
· 9 years ago
dfaceb7
Translate one German variable name
by Johnny_M
· 9 years ago
3814952
support XSystemDependentWindowPeer for all toplevel windows
by Caolán McNamara
· 9 years ago
2e1cafa
Bin fairly pointless default for parameter that was defaulted just once anyway
by Tor Lillqvist
· 9 years ago
2fdbf46
nothing is reading the futilely set WB_AUTOSIZE bit
by Caolán McNamara
· 9 years ago
27bde9a
Drop gratuitous initial :: from comphelper::ProfileZone
by Tor Lillqvist
· 9 years ago
dcc667a
convert message box style bits to scoped enum
by Noel Grandin
· 9 years ago
827f986
Fix typos
by Andrea Gelmini
· 9 years ago
eea6d39
loplugin:unnecessaryparen
by Noel Grandin
· 9 years ago
64a3124
Fix typos
by Andrea Gelmini
· 9 years ago
ff1f6a5
remove UL/L suffixes from integer constants in initialiser/call expressions
by Noel Grandin
· 9 years ago
b1f6e62
tdf#39468 Translate German comments/terms
by Jens Carl
· 9 years ago
d347c24
convert std::map::insert to std::map::emplace
by Noel Grandin
· 9 years ago
88b0711
tdf#39468: Translate some german comments
by Christian Barth
· 9 years ago
3dcf6df
remove unnecessary use of 'this->'
by Noel Grandin
· 9 years ago
b09deb0
loplugin:constparams handle constructors
by Noel Grandin
· 9 years ago
2b4cb88
loplugin:unusedfields in basctl..connectivity
by Noel Grandin
· 9 years ago
85f08e3
remove some "optimisation" insanity in ScriptEventContainer
by Noel Grandin
· 9 years ago
c932e26
loplugin:constparams in toolkit,ucb,xmlhelp
by Noel Grandin
· 9 years ago
20571c4
use more range-for on uno::Sequence
by Noel Grandin
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
99cd7dc
fix compile error due to missing include<functional>
by Dennis Francis
· 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
a1ead1a
loplugin unnecessaryparan improvements
by Noel Grandin
· 9 years ago
c4ddf6c
C++11 remove std::unary_function bases from functors
by Jochen Nitschke
· 9 years ago
62b8119
loplugin:casttovoid: toolkit
by Stephan Bergmann
· 9 years ago
979d58c
loplugin:unusedfields in toolkit..xmloff
by Noel Grandin
· 9 years ago
ef531e8
loplugin:oncevar in test..tools
by Noel Grandin
· 9 years ago
6ade3ef
std::unordered_map can erase an element by given key, if any
by Takeshi Abe
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
08f6f9d
Profiling API: add ProfileZones
by László Németh
· 9 years ago
8141379
comphelper: add a profiling API
by László Németh
· 9 years ago
b70fa47
use more SAL_N_ELEMENTS part 1
by Noel Grandin
· 9 years ago
a7532d8
Remove VCLExternalSolarLock and IMutex.
by Arnaud Versini
· 9 years ago
16ce815
cppcheck: knownConditionTrueFalse
by Jochen Nitschke
· 9 years ago
f2d40b8
Remove all allocation of VCLExternalSolarLock.
by Arnaud Versini
· 9 years ago
94d9d89
Remove some unnecessary scaffolding around SAL_WARN calls
by Stephan Bergmann
· 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
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
2e5db24
remove VCLExternalSolarLock* members from ..
by Jochen Nitschke
· 9 years ago
c8d8b9b
cppcheck: unusedStructMember
by Jochen Nitschke
· 9 years ago
cae3e20
cleanup unused css/resource/ includes
by Jochen Nitschke
· 9 years ago
039913c
loplugin:stringcopy: toolkit
by Stephan Bergmann
· 9 years ago
389da66
remove unused uno::Reference vars
by Noel Grandin
· 9 years ago
2962cee
remove some unnecessary temporary OUStrings
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
e3a44cb
loplugin:checkunusedparams in toolkit..vbahelper
by Noel Grandin
· 9 years ago
da64d198
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
by Chris Sherlock
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
8c8f2a5
remove unnecessary explicit linefeeds from end of SAL and OSL log calls
by Noel Grandin
· 9 years ago
7662e92
loplugin:redundantcast find cstyle double casts
by Noel Grandin
· 9 years ago
e3eadc9
teach constantparam plugin to find always on and always off bitmask values
by Noel Grandin
· 9 years ago
6b4a149
tdf#39468 Translate German comments
by Jens Carl
· 9 years ago
d68927c
use actual UNO enums in test..vbahelper
by Noel Grandin
· 9 years ago
2f33a8c
coverity#1403662 Mixing enum types
by Caolán McNamara
· 9 years ago
a5a5713
tdf#82580 tools: rename Rectangle to tools::Rectangle
by Miklos Vajna
· 9 years ago
f7eb8ae
Fix typos
by Andrea Gelmini
· 9 years ago
ed76d1d
loplugins:redundantcast teach it about c-style typedef casts
by Noel Grandin
· 9 years ago
9f5b1c4
Typo: boder->border
by Julien Nabet
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
446568b
Fix typos
by Andrea Gelmini
· 9 years ago
198c41c
new loplugin unoany
by Noel Grandin
· 9 years ago
5885bc4
loplugin:loopvartoosmall
by Stephan Bergmann
· 9 years ago
e7191f3
loplugin:subtlezeroinit: toolkit
by Stephan Bergmann
· 9 years ago
c868dc4
remove unused enumerators from WindowType
by Noel Grandin
· 9 years ago
223bb79
Some simplifications, using UNO_QUERY_THROW
by Stephan Bergmann
· 9 years ago
838fab8
Resolves: tdf#79250 add typed list to form control listbox
by Eike Rathke
· 9 years ago
8c00536
Convert WindowType to scoped enum
by Noel Grandin
· 9 years ago
d3293c7
Revert "Resolves: tdf#79250 add typed list to form control listbox"
by Eike Rathke
· 9 years ago
e387b69
Resolves: tdf#79250 add typed list to form control listbox
by Eike Rathke
· 9 years ago
54d5b18
tdf#105672 framework managed menu button
by Maxim Monastirsky
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
c6f32df
sal_uIntPtr to sal_uInt16
by Matteo Casalin
· 9 years ago
c0f9bdd
unnecessary use of OUStringBuffer in throwing exceptions
by Noel Grandin
· 9 years ago
1c3e84d
teach lolugin:stringconstant about calling constructors
by Noel Grandin
· 9 years ago
f1d83ac
loplugin:stringconstant check for unnecessary OUString constructor..
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
a49cbc5
loplugin: unnecessary destructor test..unotools
by Noel Grandin
· 9 years ago
f9b87a2
move GetXGraphic to its only user
by Caolán McNamara
· 9 years ago
e22f32b
don't need intermediate Images
by Caolán McNamara
· 9 years ago
0415cb3
new loplugin: useuniqueptr: sot..tools
by Noel Grandin
· 9 years ago
fdc6126
Refactor Scheduler to add Task class
by Jan-Marek Glogowski
· 9 years ago
978ff8f
inline InitGuard
by Noel Grandin
· 9 years ago
d235f64
convert OutDevViewType to scoped enum
by Noel Grandin
· 9 years ago
f9fd639
ScrollableWrapper -> ScrollableDialog
by Noel Grandin
· 9 years ago
482d7ce
change from glew to epoxy
by Caolán McNamara
· 9 years ago
d6f2dd8
remove useless Mutex guards
by Noel Grandin
· 9 years ago
e61521f
OSL_TRACE -> SAL in sw..ucb
by Noel Grandin
· 9 years ago
2d48f5f
convert VCLEVENT constants to scoped enum
by Noel Grandin
· 9 years ago
bfde486
convert DecodeMechanism to scoped enum
by Noel Grandin
· 9 years ago
33c34f4
loplugin:unnecessaryoverride (dtors) in toolkit
by Stephan Bergmann
· 9 years ago
e6ffb53
loplugin:vclwidgets check for assigning from VclPt<T> to T*
by Noel Grandin
· 9 years ago
6f71fa1
vcl makes no use of menu Get/Set DefaultItem
by Caolán McNamara
· 9 years ago
Next »