Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/private/lmamane/validation
/
comphelper
3dcf6df
remove unnecessary use of 'this->'
by Noel Grandin
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
b09deb0
loplugin:constparams handle constructors
by Noel Grandin
· 9 years ago
f74da13
use more comphelper::InitAnyPropertySequence
by Noel Grandin
· 9 years ago
4bb2bca
remove now unnecessary comphelper::OModuleClient stuff
by Noel Grandin
· 9 years ago
2b4cb88
loplugin:unusedfields in basctl..connectivity
by Noel Grandin
· 9 years ago
00657ae
migrate to boost::gettext
by Caolán McNamara
· 9 years ago
ff8e463
loplugin:constparams in comphelper,unoidl
by Noel Grandin
· 9 years ago
db38600
extend loplugin useuniqueptr to OUString pointers
by Noel Grandin
· 9 years ago
2c4c0832
comphelper: move base64 encode/decode helpers from sax
by Ashod Nakashian
· 9 years ago
a394d67
use more OUString::operator== comphelper..cui
by Noel Grandin
· 9 years ago
539c75b
strip some linefeeds from the end of debug output
by Noel Grandin
· 9 years ago
43a6b59
simplify some OUString compareTo calls
by Noel Grandin
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
2ed9a2b
Remove useless method OCommonAccessibleText::getText
by Arnaud Versini
· 9 years ago
c5e4534
remove nullptr checks on STL search result iterators
by Jochen Nitschke
· 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
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
2b1c731
loplugin:casttovoid: comphelper
by Stephan Bergmann
· 9 years ago
5e028ad
simplify some string handling in tracing calls
by Noel Grandin
· 9 years ago
7b5fac6
loplugin:unusedfields in accessibility..comphelper
by Noel Grandin
· 9 years ago
809e2d3
create comphelper::RefCountedMutex
by Noel Grandin
· 9 years ago
8ed77fa
loplugin:oncevar in codemaker..connectivity
by Noel Grandin
· 9 years ago
8141379
comphelper: add a profiling API
by László Németh
· 9 years ago
1d0890b
Missing include
by Stephan Bergmann
· 9 years ago
ec8c98f
use more SAL_N_ELEMENTS part 3
by Noel Grandin
· 9 years ago
a3bedb7
use local statics for getUnoTunnelImplementationId
by Jochen Nitschke
· 9 years ago
7260bb7
Setting Buffered(threaded)Stream as default:
by Mohammed Abdul Azeem
· 9 years ago
a7532d8
Remove VCLExternalSolarLock and IMutex.
by Arnaud Versini
· 9 years ago
d4eabd5
pass comphelper::PropertySetInfo around using rtl::Reference
by Noel Grandin
· 9 years ago
2a48fd3
allow build without tls and ssl
by jan Iversen
· 9 years ago
17a2c9e
clang-tidy performance-unnecessary-value-param
by Noel Grandin
· 9 years ago
94d9d89
Remove some unnecessary scaffolding around SAL_WARN calls
by Stephan Bergmann
· 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
6dbf954
tdf#36541 Wrong syntax highlighting in BASIC IDE
by tagezi
· 9 years ago
a0b93fe
cleanup unused css/script/ includes
by Jochen Nitschke
· 9 years ago
bb134f4
loplugin:stringcopy: comphelper
by Stephan Bergmann
· 9 years ago
2c3f58e
Translate German comments and debug strings (leftovers in dirs a... to c...)
by Johnny_M
· 9 years ago
389da66
remove unused uno::Reference vars
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
1fdb0e1
Replace all OUString("") with OUString()
by Arnaud Versini
· 9 years ago
5bd7713
add test for MD5 hashing
by Markus Mohrhard
· 9 years ago
cf45dda
add MD5 hashing to generic digest class
by Markus Mohrhard
· 9 years ago
d70cc23
loplugin:cppunitassertequals: comphelper
by Stephan Bergmann
· 9 years ago
91a1342
tdf#39468 cleanup source code comments
by dennisroczek
· 9 years ago
2c6eb5d
remove ResourceBasedEventLogger in favor of its base EventLogger
by Caolán McNamara
· 9 years ago
8e9c618
drop writeonly unused struct
by Caolán McNamara
· 9 years ago
65330ab
the only use of this argument is sdbcl which is a deleted resource file
by Caolán McNamara
· 9 years ago
265a320
comphelper: fix loplugin:unreffun warning
by Miklos Vajna
· 9 years ago
8efb852
another name for a nonlocalized string is a string
by Caolán McNamara
· 9 years ago
da64d198
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
by Chris Sherlock
· 9 years ago
e0c7b254
simplify ChainableProperySet and MasterPropertySet
by Noel Grandin
· 9 years ago
a4df4972
fix --with-tls=openssl build
by Caolán McNamara
· 9 years ago
512ba28
add test for generic digest class
by Markus Mohrhard
· 9 years ago
b7324ec
add generic digest class
by Markus Mohrhard
· 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
8fced91
clang-tidy readability-simplify-boolean-expr in accessibility..cui
by Noel Grandin
· 9 years ago
6f12914
update cppunit to 1.14.0
by Markus Mohrhard
· 9 years ago
169bd77
[API-CHANGE] drop css.comp.logging.SimpleLogRing
by Caolán McNamara
· 9 years ago
7b9f22f
try and silence coverity#1403659 Data race condition
by Caolán McNamara
· 9 years ago
4852422
split closeOutput up
by Caolán McNamara
· 9 years ago
ff339c8
loplugin:constantparam part2
by Noel Grandin
· 9 years ago
1fc76c4
This only wants to check for Windows in general?
by Stephan Bergmann
· 9 years ago
da56de9
remove type decorations on char literals
by Jochen Nitschke
· 9 years ago
6a10163
tdf#39468 Translate German comments
by Jens Carl
· 9 years ago
ab4f53e
sw: plain-text ASCII export: filter out all CH_TXT_ATR_*
by Michael Stahl
· 9 years ago
5262883
Fix typos
by Andrea Gelmini
· 9 years ago
ed76d1d
loplugins:redundantcast teach it about c-style typedef casts
by Noel Grandin
· 9 years ago
64c0937
comphelper::ThreadPool: guard against concurrent shutdown/pushTask
by Michael Stahl
· 9 years ago
7778d9f51
Prevent calls to rtl/character.hxx functions with (signed) char arguments
by Stephan Bergmann
· 9 years ago
bdaa13a
comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2
by Michael Stahl
· 9 years ago
3f24347
ofz: segv on nullptr
by Caolán McNamara
· 9 years ago
3902bb7
Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"
by Miklos Vajna
· 9 years ago
9899ffd
comphelper: fix MSVC hang in ThreadPool::shutdown()
by Michael Stahl
· 9 years ago
0f0ebdd
Fix typos
by Andrea Gelmini
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
6fab286
Fix typos
by Andrea Gelmini
· 9 years ago
198c41c
new loplugin unoany
by Noel Grandin
· 9 years ago
e821f88
loplugin:loopvartoosmall
by Stephan Bergmann
· 9 years ago
db760ac
loplugin:subtlezeroinit: comphelper
by Stephan Bergmann
· 9 years ago
f5b09b4
cppcheck: unreadVariable
by Jochen Nitschke
· 9 years ago
6ba107f
Consistent formatting & indentation.
by Kohei Yoshida
· 9 years ago
6de3688
Drop :: prefix from std in c*/
by Tor Lillqvist
· 9 years ago
20d6486
Some simplifications, using UNO_QUERY_THROW
by Stephan Bergmann
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
8a16f66
makeAny->Any in canvas..configmgr
by Noel Grandin
· 9 years ago
c0f9bdd
unnecessary use of OUStringBuffer in throwing exceptions
by Noel Grandin
· 9 years ago
f1d83ac
loplugin:stringconstant check for unnecessary OUString constructor..
by Noel Grandin
· 9 years ago
3aae650
User profile backups: Don't backup user galleries
by Samuel Mehrbrodt
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
75d8b30
lok: New feature flag to turn off tiled annotations
by Pranav Kant
· 9 years ago
a90a481
loplugin: unnecessary destructor: comphelper..desktop
by Noel Grandin
· 9 years ago
017911f
use rtl::Reference in OPropertyChangeListener
by Noel Grandin
· 9 years ago
f7db2b5
use rtl::Reference in OSelectionChangeListener
by Noel Grandin
· 9 years ago
3bb8bdb
use rtl::Reference in OContainerListener
by Noel Grandin
· 9 years ago
a10b95b
New loplugin:dynexcspec: Add @throws documentation, comphelper
by Stephan Bergmann
· 9 years ago
Next »